summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-07 08:48:33 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-07 08:48:33 +0000
commitfdc76a543e3e8215b9bac81db24b0b7d856527d4 (patch)
treecc8f1a2d3d3e06bd64971df16c763b5a792153de /x11-toolkits/scintilla
parent6b700230ac89707cbe79f82213e8adff35db2962 (diff)
downloadFreeBSD-ports-fdc76a543e3e8215b9bac81db24b0b7d856527d4.zip
FreeBSD-ports-fdc76a543e3e8215b9bac81db24b0b7d856527d4.tar.gz
Update to 1.38.
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-aa15
3 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 6c6e0e6..d4407e2 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scintilla
-PORTVERSION= 1.37
+PORTVERSION= 1.38
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 6fc0cf5..9103d39 100644
--- a/x11-toolkits/scintilla/distinfo
+++ b/x11-toolkits/scintilla/distinfo
@@ -1 +1 @@
-MD5 (scite137.tgz) = 157c67f633b1b69f297869112e8141d4
+MD5 (scite138.tgz) = 2dccbb7fe727f6b101a57a8211e846ff
diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa
index d99d741..f4eebfe 100644
--- a/x11-toolkits/scintilla/files/patch-aa
+++ b/x11-toolkits/scintilla/files/patch-aa
@@ -1,8 +1,8 @@
$FreeBSD$
---- makefile.orig Sun Apr 15 10:24:36 2001
-+++ makefile Tue Apr 17 14:04:58 2001
+--- makefile.orig Sat May 19 01:57:10 2001
++++ makefile Thu Jun 7 11:19:46 2001
@@ -5,10 +5,11 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
@@ -18,7 +18,7 @@ $FreeBSD$
vpath %.h ../src ../include
vpath %.cxx ../src
-@@ -17,20 +18,20 @@
+@@ -17,13 +18,13 @@
CXXBASEFLAGS=-W -Wall -DGTK -DSCI_LEXER $(INCLUDEDIRS)
ifdef DEBUG
@@ -31,10 +31,11 @@ $FreeBSD$
.cxx.o:
- $(CC) `gtk-config --cflags` $(CXXFLAGS) -c $<
-+ $(CC) -DPIC -fPIC -fpic $(shell $(GTK_CONFIG) --cflags) $(CXXFLAGS) -c $<
++ $(CC) -DPIC -fpic $(shell $(GTK_CONFIG) --cflags) $(CXXFLAGS) -c $<
- LEXOBJS = LexAda.o LexAVE.o LexConf.o LexCPP.o LexHTML.o LexLua.o \
- LexOthers.o LexPascal.o LexPerl.o LexPython.o LexSQL.o LexVB.o
+ LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \
+ LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \
+@@ -31,7 +32,7 @@
# The LEXOBJS have to be treated specially as the functions in them are not called from external code
@@ -43,7 +44,7 @@ $FreeBSD$
clean:
rm -f *.o $(COMPLIB)
-@@ -42,7 +43,10 @@
+@@ -43,7 +44,10 @@
ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \
KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
RESearch.o Style.o Indicator.o AutoComplete.o
OpenPOWER on IntegriCloud