summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-10 13:24:35 +0000
committersobomax <sobomax@FreeBSD.org>2001-01-10 13:24:35 +0000
commit90c68fa1a56ed89957a9e1bde37b8bdbd63d42ec (patch)
tree74edd54154e6147d9ea499087192075c625fd7bb /x11-toolkits/scintilla
parentbc38ed70b7e77f3536583c028f5b4bc76bf87d6c (diff)
downloadFreeBSD-ports-90c68fa1a56ed89957a9e1bde37b8bdbd63d42ec.zip
FreeBSD-ports-90c68fa1a56ed89957a9e1bde37b8bdbd63d42ec.tar.gz
Update to 1.34.
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r--x11-toolkits/scintilla/Makefile2
-rw-r--r--x11-toolkits/scintilla/distinfo2
-rw-r--r--x11-toolkits/scintilla/files/patch-aa12
-rw-r--r--x11-toolkits/scintilla/pkg-plist1
4 files changed, 10 insertions, 7 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 6c5bce2..57378ae 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 57ef6b3..93ccc6c 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 e5ffa17..92d2fb5 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 78f97b4..c8b2810 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
-
OpenPOWER on IntegriCloud