aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-02-06 17:04:20 +0800
committersobomax <sobomax@FreeBSD.org>2003-02-06 17:04:20 +0800
commit0fd4883e0efbb6259b15a3654f95b4f9f0a650b1 (patch)
treeaca00e221f763628215140781e52f5a7cc96ad29 /x11-toolkits/scintilla
parent2ed0ef7d3e12dddb9d6bc0d2e348405a74511bce (diff)
downloadfreebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.tar.gz
freebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.tar.zst
freebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.zip
Update to 1.50.
Diffstat (limited to 'x11-toolkits/scintilla')
-rw-r--r--x11-toolkits/scintilla/Makefile5
-rw-r--r--x11-toolkits/scintilla/distinfo2
-rw-r--r--x11-toolkits/scintilla/files/patch-aa15
3 files changed, 11 insertions, 11 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 877cf21daacd..3a95bd9b14b0 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scintilla
-PORTVERSION= 1.49
+PORTVERSION= 1.50
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/
@@ -25,9 +25,6 @@ USE_GNOME= gtk12
INSTALLS_SHLIB= yes
MAKEFILE= makefile
-post-extract:
- @${PERL} -pi -e 's|\x0d||' ${WRKSRC}/../include/*.h
-
do-install:
${MKDIR} ${PREFIX}/include/scintilla
${INSTALL_DATA} ${WRKSRC}/../include/*.h ${PREFIX}/include/scintilla
diff --git a/x11-toolkits/scintilla/distinfo b/x11-toolkits/scintilla/distinfo
index b1cd6a1abc57..794aeefb3239 100644
--- a/x11-toolkits/scintilla/distinfo
+++ b/x11-toolkits/scintilla/distinfo
@@ -1 +1 @@
-MD5 (scite149.tgz) = 4a60e1ff31b5f97106a6e2b6be013d92
+MD5 (scite150.tgz) = ae1c5936acca2040dd09b42d266f1294
diff --git a/x11-toolkits/scintilla/files/patch-aa b/x11-toolkits/scintilla/files/patch-aa
index 7911f87058f2..184d290151de 100644
--- a/x11-toolkits/scintilla/files/patch-aa
+++ b/x11-toolkits/scintilla/files/patch-aa
@@ -1,5 +1,8 @@
---- makefile.orig Tue Oct 8 03:29:40 2002
-+++ makefile Tue Nov 5 15:40:13 2002
+
+$FreeBSD$
+
+--- makefile.orig Fri Jan 10 13:35:52 2003
++++ makefile Thu Feb 6 10:48:09 2003
@@ -6,8 +6,8 @@
# To build for GTK+ 2, define GTK2 on the make command line.
@@ -42,7 +45,7 @@
#++Autogenerated -- run src/LexGen.py to regenerate
#**LEXOBJS=\\\n\(\*.o \)
-@@ -49,7 +50,7 @@
+@@ -50,7 +51,7 @@
# The LEXOBJS have to be treated specially as the functions in them are not called from external code
@@ -51,15 +54,15 @@
clean:
rm -f *.o $(COMPLIB)
-@@ -61,8 +62,10 @@
+@@ -62,8 +63,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 UniConversion.o
+ RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o
- $(AR) rc $@ $^
- $(RANLIB) $@
+ $(AR) -o $@ $^
+
-+$(LEXRLIB): $(LEXOBJS)
++ $(LEXRLIB): $(LEXOBJS)
+ $(AR) -o $@ $^
# Automatically generate header dependencies with "make deps"