aboutsummaryrefslogtreecommitdiff
path: root/editors/scite
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 /editors/scite
parent7d2bd88b966805b6b6d18eafe4fa03fb199c0925 (diff)
downloadports-4044b0292e8acacffe2f120391d13c0ac2abbbfe.tar.gz
ports-4044b0292e8acacffe2f120391d13c0ac2abbbfe.zip
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile2
-rw-r--r--editors/scite/distinfo2
-rw-r--r--editors/scite/files/patch-aa25
-rw-r--r--editors/scite/pkg-plist1
4 files changed, 14 insertions, 16 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 858b3a2812cf..c239f41c8ec6 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scite
-PORTVERSION= 1.35
+PORTVERSION= 1.36
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index baf2f3ad7d12..8cb605b48339 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1 +1 @@
-MD5 (scite135.tgz) = fd5ec4ad8893d1d545aed0aea908a89f
+MD5 (scite136.tgz) = 037829f907809630ff77278ea63ba173
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa
index 93e97f1594a4..b239d087b7b0 100644
--- a/editors/scite/files/patch-aa
+++ b/editors/scite/files/patch-aa
@@ -1,9 +1,9 @@
$FreeBSD$
---- makefile.orig Tue Jan 30 02:53:22 2001
-+++ makefile Tue Jan 30 11:24:28 2001
-@@ -10,37 +10,38 @@
+--- makefile.orig Mon Feb 26 13:19:04 2001
++++ makefile Fri Mar 2 11:43:00 2001
+@@ -10,34 +10,35 @@
# For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is.
# "h@h@" is printed here when gnome-config unavailable. Seems harmless.
@@ -27,15 +27,12 @@ $FreeBSD$
+vpath %.h ../src $(X11BASE)/include/scintilla
vpath %.cxx ../src
- #Comment / Uncomment the next line out if you want GTK single instance support
- SINGLEINSTANCE= -DSINGLE_INSTANCE
-
- #CXXFLAGS= -g -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" -Wwrite-strings
--INCLUDEDIRS=-I ../../scintilla/include -I ../src
--CXXBASEFLAGS= -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" $(SINGLEINSTANCE) -W -Wall
-+INCLUDEDIRS=-I $(X11BASE)/include/scintilla -I ../src
-+CXXBASEFLAGS= -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" \
-+ $(SINGLEINSTANCE) -W -Wall $(shell $(GTK_CONFIG) --cflags)
+ #CXXFLAGS= -g -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" -Wwrite-strings
+-INCLUDEDIRS=-I ../../scintilla/include -I ../src
+-CXXBASEFLAGS= -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" -W -Wall
++INCLUDEDIRS=-I $(X11BASE)/include/scintilla -I ../src
++CXXBASEFLAGS= -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" -W -Wall \
++ $(shell $(GTK_CONFIG) --cflags)
ifdef DEBUG
-CXXFLAGS=-DDEBUG $(CXXBASEFLAGS)
@@ -51,7 +48,7 @@ $FreeBSD$
all: $(PROG)
-@@ -57,8 +58,8 @@
+@@ -55,8 +56,8 @@
../../scintilla/gtk/LexVB.o
$(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \
@@ -62,7 +59,7 @@ $FreeBSD$
# SciTE-static no longer builds. Kept here in case of later need.
SciTE-static: SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o SciTEProps.o \
-@@ -85,12 +86,12 @@
+@@ -83,12 +84,12 @@
# This is OK - just means no SciTE in the Gnome Applications menu
# Dead: install -D SciTEGTK.properties $(SYSCONF_PATH)/SciTEGlobal.properties
install:
diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist
index 158bc69fcbc9..a1192295d5b2 100644
--- a/editors/scite/pkg-plist
+++ b/editors/scite/pkg-plist
@@ -4,6 +4,7 @@ share/gnome/pixmaps/Sci48M.png
share/gnome/scite/Embedded.properties
share/gnome/scite/SciTE.properties
share/gnome/scite/SciTEGlobal.properties
+share/gnome/scite/ave.properties
share/gnome/scite/conf.properties
share/gnome/scite/cpp.properties
share/gnome/scite/html.properties