aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/scintilla
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-02 10:09:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-02 10:09:30 +0000
commit4044b0292e8acacffe2f120391d13c0ac2abbbfe (patch)
tree532c5b5be2455c9a0bed26e067f8aec1956ad834 /x11-toolkits/scintilla
parent7d2bd88b966805b6b6d18eafe4fa03fb199c0925 (diff)
downloadports-4044b0292e8acacffe2f120391d13c0ac2abbbfe.tar.gz
ports-4044b0292e8acacffe2f120391d13c0ac2abbbfe.zip
Update to 1.36.
Notes
Notes: svn path=/head/; revision=38968
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-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