[32578] trunk/dports/editors/scite
nox at macports.org
nox at macports.org
Tue Jan 8 09:01:02 PST 2008
Revision: 32578
http://trac.macosforge.org/projects/macports/changeset/32578
Author: nox at macports.org
Date: 2008-01-08 09:00:59 -0800 (Tue, 08 Jan 2008)
Log Message:
-----------
scite: Updated to 1.75.
Modified Paths:
--------------
trunk/dports/editors/scite/Portfile
trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff
Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile 2008-01-08 16:40:06 UTC (rev 32577)
+++ trunk/dports/editors/scite/Portfile 2008-01-08 17:00:59 UTC (rev 32578)
@@ -3,7 +3,7 @@
PortSystem 1.0
name scite
-version 1.74
+version 1.75
categories editors
platforms darwin
maintainers nox
@@ -22,9 +22,9 @@
depends_build port:pkgconfig
depends_lib port:gtk2
-checksums md5 09ad25f1fa6dab3feec41dba2480047f \
- sha1 64066ed557c15821a50955b86acdda0d32e0a472 \
- rmd160 a4547865bf2884108fbfbc8eaae1c7d1200ddd47
+checksums md5 18a4525c4962f1cdbd298a379cc865b7 \
+ sha1 7f3e3fceccb3ea3f3580fb01e22ac8b55604355c \
+ rmd160 9428cfaaa16ca08609bb2eb5a63b1ab0ed7b0e1a
worksrcdir ${name}/gtk
Modified: trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff
===================================================================
--- trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff 2008-01-08 16:40:06 UTC (rev 32577)
+++ trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff 2008-01-08 17:00:59 UTC (rev 32578)
@@ -26,10 +26,10 @@
# make should be run in ../../scintilla/gtk to compile all the lexers.
COMPLIB=../../scintilla/bin/scintilla.a
@@ -103,7 +103,7 @@
- $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \
- MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
- $(COMPLIB) $(LUA_OBJS)
-- $(CC) `$(CONFIGTHREADS)` -DGTK $^ -o $@ $(CONFIGLIB)
+ $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
+ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
+ JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS)
+- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB)
+ $(CC) `$(CONFIGTHREADS)` $(UNIVERSAL_LDFLAGS) -DGTK $^ -o $@ $(CONFIGLIB)
# Automatically generate header dependencies with "make deps"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080108/9e2a2e00/attachment.html
More information about the macports-changes
mailing list