aboutsummaryrefslogtreecommitdiff
path: root/editors/scite
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-09-05 15:35:46 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-09-05 15:35:46 +0000
commit2b98a96259abc2b98e8ce0c2e0469dd7d468b555 (patch)
tree98aef74d609941c92ce9f00ddcf91d96074505df /editors/scite
parentcdb14c34c11b9a4e12a7ea045e10142301b0a609 (diff)
downloadports-2b98a96259abc2b98e8ce0c2e0469dd7d468b555.tar.gz
ports-2b98a96259abc2b98e8ce0c2e0469dd7d468b555.zip
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile2
-rw-r--r--editors/scite/distinfo4
-rw-r--r--editors/scite/files/patch-aa25
3 files changed, 7 insertions, 24 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index d6be91364af8..9241fa10a4d0 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scite
-PORTVERSION= 2.27
+PORTVERSION= 2.28
CATEGORIES= editors gnome
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index 679cea05e63c..719985ebb35d 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c
-SIZE (scite227.tgz) = 1883989
+SHA256 (scite228.tgz) = a4fa35a2babdfdc25d41474ea8133e6f1fbffaf411ebfc260740e728505acaf7
+SIZE (scite228.tgz) = 1875473
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa
index e4f3aab38b5f..ae7318997dc8 100644
--- a/editors/scite/files/patch-aa
+++ b/editors/scite/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig 2011-06-13 20:55:05.000000000 -0400
-+++ makefile 2011-07-03 21:16:59.000000000 -0400
+--- makefile.orig 2011-07-31 22:49:29.000000000 -0400
++++ makefile 2011-09-03 16:25:52.000000000 -0400
@@ -5,13 +5,13 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
@@ -30,29 +30,12 @@
ifndef prefix
ifdef gnomeprefix
prefix=$(gnomeprefix)
-@@ -70,12 +70,12 @@
-
- INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
- $(LUA_CORE_OBJS): ../lua/src/*.c
-- $(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
-+ $(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
- $(LUA_LIB_OBJS): ../lua/src/lib/*.c
-- $(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
--CXXFLAGS=$(CXXTFLAGS)
-+ $(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
-+CXXFLAGS+=$(CXXTFLAGS)
- else
--CXXFLAGS=$(CXXTFLAGS) -DNO_LUA
-+CXXFLAGS+=$(CXXTFLAGS) -DNO_LUA
- endif
-
- CXXFLAGS:=$(CXXFLAGS) -Wno-long-long
-@@ -99,8 +99,9 @@
+@@ -102,8 +102,9 @@
$(PROG): SciTEGTK.o GUIGTK.o Widget.o \
FilePath.o SciTEBase.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
-- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -ldl -lstdc++
+- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
+ $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \
+ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@