summaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-15 18:18:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-15 18:18:48 +0000
commit370d6dcdbcdf5449b517d735fe103038d53ee758 (patch)
treedc2b5af12eb04c8577bccdb65902b73a9904b30f /editors/scite
parent- Update to 1.75 (diff)
- Update to 1.75
PR: 118223 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Notes
Notes: svn path=/head/; revision=203762
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile2
-rw-r--r--editors/scite/distinfo6
-rw-r--r--editors/scite/files/patch-aa30
-rw-r--r--editors/scite/pkg-plist2
4 files changed, 17 insertions, 23 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index d454867398f0..ecbff6e39923 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scite
-PORTVERSION= 1.74
+PORTVERSION= 1.75
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index 2e960f42ad4e..221fb48bccc1 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1,3 +1,3 @@
-MD5 (scite174.tgz) = 09ad25f1fa6dab3feec41dba2480047f
-SHA256 (scite174.tgz) = 10640a1c4bde4b1f5726085c95f7a139a044853911ebeaffa58f42aa26359e01
-SIZE (scite174.tgz) = 1460459
+MD5 (scite175.tgz) = 18a4525c4962f1cdbd298a379cc865b7
+SHA256 (scite175.tgz) = 87498d73a18b75024771b74319b6e1a64be90e2a4d689b21f26997c0dba0cfc6
+SIZE (scite175.tgz) = 1489736
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa
index f481021af160..a599943d6c0e 100644
--- a/editors/scite/files/patch-aa
+++ b/editors/scite/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig 2007-06-14 19:37:56.000000000 -0500
-+++ makefile 2007-08-21 11:16:18.000000000 -0500
+--- makefile.old Fri Nov 23 11:14:23 2007
++++ makefile Fri Nov 23 11:16:22 2007
@@ -5,7 +5,7 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
@@ -9,23 +9,15 @@
AR = ar
# If explicit setting of GTK1 or GTK2 then use that else look for
-@@ -26,12 +26,12 @@
+@@ -26,7 +26,7 @@
CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0)
CONFIGLIB=$(shell pkg-config --libs gtk+-2.0 gthread-2.0)
CONFIGTHREADS=
-gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null)
+gnomeprefix:=$(PREFIX)
else
--CONFIGFLAGS=$(shell gtk-config --cflags)
--CONFIGLIB=$(shell gtk-config --libs)
-+CONFIGFLAGS=$(shell pkg-config --cflags gtk+)
-+CONFIGLIB=$(shell pkg-config --libs gtk+)
- CONFIGTHREADS=$(shell glib-config --libs gthread)
--gnomeprefix:=$(shell gnome-config --prefix 2>/dev/null)
-+gnomeprefix:=$(PREFIX)
- endif
- ifndef prefix
- ifdef gnomeprefix
+ CONFIGFLAGS=$(shell gtk-config --cflags)
+ CONFIGLIB=$(shell gtk-config --libs)
@@ -76,12 +76,12 @@
INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
@@ -45,13 +37,13 @@
ifeq ($(shell uname), Darwin)
@@ -102,8 +102,9 @@
- $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \
- MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
-- $(COMPLIB) $(LUA_OBJS)
-- $(CC) `$(CONFIGTHREADS)` -DGTK $^ -o $@ $(CONFIGLIB)
-+ $(LUA_OBJS)
+ $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
+ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
+- JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS)
+- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB)
++ JobQueue.o GTKMutex.o $(LUA_OBJS)
+ $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers \
-+ $(CONFIGTHREADS) -DGTK $^ -o $@
++ -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@
# Automatically generate header dependencies with "make deps"
include deps.mak
diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist
index d6073dcc4293..5b1d5cd0a753 100644
--- a/editors/scite/pkg-plist
+++ b/editors/scite/pkg-plist
@@ -21,6 +21,7 @@ share/pixmaps/Sci48M.png
%%DATADIR%%/SciTELua.html
%%DATADIR%%/SciTERegEx.html
%%DATADIR%%/SciTEWord.jpg
+%%DATADIR%%/abaqus.properties
%%DATADIR%%/abbrev.properties
%%DATADIR%%/ada.properties
%%DATADIR%%/asm.properties
@@ -67,6 +68,7 @@ share/pixmaps/Sci48M.png
%%DATADIR%%/ps.properties
%%DATADIR%%/purebasic.properties
%%DATADIR%%/python.properties
+%%DATADIR%%/r.properties
%%DATADIR%%/rebol.properties
%%DATADIR%%/ruby.properties
%%DATADIR%%/scriptol.properties