diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-10 13:24:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-10 13:24:35 +0000 |
commit | c57fa83cec729f9d38f1ffe8155391bfd46a4aca (patch) | |
tree | e293298b3bb720665b4f4e2df1584a626cb1f769 /x11-toolkits/scintilla | |
parent | 81da31146d228d37e4e6465c1590b77e0e5eb130 (diff) | |
download | ports-c57fa83cec729f9d38f1ffe8155391bfd46a4aca.tar.gz ports-c57fa83cec729f9d38f1ffe8155391bfd46a4aca.zip |
Notes
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r-- | x11-toolkits/scintilla/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/scintilla/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/scintilla/files/patch-aa | 12 | ||||
-rw-r--r-- | x11-toolkits/scintilla/pkg-plist | 1 |
4 files changed, 10 insertions, 7 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index 6c5bce221c8d..57378aedff2d 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scintilla -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/x11-toolkits/scintilla/distinfo b/x11-toolkits/scintilla/distinfo index 57ef6b3924ca..93ccc6c35ac4 100644 --- a/x11-toolkits/scintilla/distinfo +++ b/x11-toolkits/scintilla/distinfo @@ -1 +1 @@ -MD5 (scite133.tgz) = 16b979dc58ab5d23aea51cd32a0ce428 +MD5 (scite134.tgz) = e23ddd779fef4d715d066611027beaba diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa index e5ffa1723a3a..92d2fb57453c 100644 --- a/x11-toolkits/scintilla/files/patch-aa +++ b/x11-toolkits/scintilla/files/patch-aa @@ -1,5 +1,8 @@ ---- makefile 2000/11/27 09:54:21 1.1 -+++ makefile 2000/11/27 12:51:45 + +$FreeBSD$ + +--- makefile.orig Wed Nov 8 11:50:52 2000 ++++ makefile Wed Jan 10 14:54:45 2001 @@ -5,10 +5,11 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -15,14 +18,15 @@ vpath %.h ../src ../include vpath %.cxx ../src -@@ -25,19 +26,22 @@ +@@ -25,20 +26,23 @@ endif .cxx.o: - $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ + $(CC) -DPIC -fPIC -fpic `$(GTK_CONFIG) --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ - LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o LexConf.o + LEXOBJS = LexConf.o LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPascal.o \ + LexPerl.o LexPython.o LexSQL.o LexVB.o # The LEXOBJS have to be treated specially as the functions in them are not called from external code diff --git a/x11-toolkits/scintilla/pkg-plist b/x11-toolkits/scintilla/pkg-plist index 78f97b46004f..c8b281077517 100644 --- a/x11-toolkits/scintilla/pkg-plist +++ b/x11-toolkits/scintilla/pkg-plist @@ -13,4 +13,3 @@ lib/libscintilla.so.1 lib/libscintilla_lexers.so lib/libscintilla_lexers.so.1 @dirrm include/scintilla - |