aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-02 18:09:30 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-02 18:09:30 +0800
commit4b01a5fcd0d2704ab3488b155b52044ef0b87ef9 (patch)
treedf98623e04989a8af76ad53f30505d1eb03ad6ff /x11-toolkits
parent2d47c422dc30985e4456b772ca35292f2f88f6f2 (diff)
downloadfreebsd-ports-gnome-4b01a5fcd0d2704ab3488b155b52044ef0b87ef9.tar.gz
freebsd-ports-gnome-4b01a5fcd0d2704ab3488b155b52044ef0b87ef9.tar.zst
freebsd-ports-gnome-4b01a5fcd0d2704ab3488b155b52044ef0b87ef9.zip
Update to 1.36.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/scintilla/Makefile2
-rw-r--r--x11-toolkits/scintilla/distinfo2
-rw-r--r--x11-toolkits/scintilla/files/patch-aa10
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index acd144685950..f972af31fef3 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scintilla
-PORTVERSION= 1.35
+PORTVERSION= 1.36
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 baf2f3ad7d12..8cb605b48339 100644
--- a/x11-toolkits/scintilla/distinfo
+++ b/x11-toolkits/scintilla/distinfo
@@ -1 +1 @@
-MD5 (scite135.tgz) = fd5ec4ad8893d1d545aed0aea908a89f
+MD5 (scite136.tgz) = 037829f907809630ff77278ea63ba173
diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa
index 0850ae0dce25..4c0e81776908 100644
--- a/x11-toolkits/scintilla/files/patch-aa
+++ b/x11-toolkits/scintilla/files/patch-aa
@@ -1,15 +1,15 @@
$FreeBSD$
---- makefile.orig Tue Jan 30 02:52:54 2001
-+++ makefile Tue Jan 30 11:14:12 2001
+--- makefile.orig Thu Feb 1 10:12:22 2001
++++ makefile Fri Mar 2 11:12:31 2001
@@ -5,38 +5,42 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
.SUFFIXES: .cxx .o .h .a
-CC = g++
-AR = ar
-+CC = c++
++CC ?= c++
+AR = $(CC) -shared
-COMPLIB=../bin/scintilla.a
@@ -35,8 +35,8 @@ $FreeBSD$
- $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@
+ $(CC) -DPIC -fPIC -fpic $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@
- LEXOBJS = LexConf.o LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPascal.o \
- LexPerl.o LexPython.o LexSQL.o LexVB.o
+ LEXOBJS = LexAVE.o 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