diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 11:27:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 11:27:22 +0000 |
commit | 941461be1f1ac311fd101949c0b124723ace777b (patch) | |
tree | 15d6c84055a073d6ff185509a676b62d615b5d27 /editors/scite | |
parent | Update to 1.76. (diff) |
Update to 1.37.
Notes
Notes:
svn path=/head/; revision=41542
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/distinfo | 2 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 22 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index c239f41c8ec6..e6680c1fc03d 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 8cb605b48339..6fc0cf5e5f24 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1 +1 @@ -MD5 (scite136.tgz) = 037829f907809630ff77278ea63ba173 +MD5 (scite137.tgz) = 157c67f633b1b69f297869112e8141d4 diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index b239d087b7b0..b3e5bf079e1f 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,14 +1,14 @@ $FreeBSD$ ---- makefile.orig Mon Feb 26 13:19:04 2001 -+++ makefile Fri Mar 2 11:43:00 2001 -@@ -10,34 +10,35 @@ +--- makefile.orig Sun Apr 15 10:25:06 2001 ++++ makefile Tue Apr 17 14:16:28 2001 +@@ -10,34 +10,34 @@ # 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. -gnomeprefix:=$(shell gnome-config --prefix 2>/dev/null) -+gnomeprefix=$(PREFIX) ++gnomeprefix:=$(PREFIX) ifdef gnomeprefix prefix=$(gnomeprefix) - datadir=$(gnomeprefix)/share @@ -29,10 +29,8 @@ $FreeBSD$ #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) + CXXBASEFLAGS=-W -Wall -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" $(INCLUDEDIRS) ifdef DEBUG -CXXFLAGS=-DDEBUG $(CXXBASEFLAGS) @@ -43,13 +41,13 @@ $FreeBSD$ endif .cxx.o: -- $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ -+ $(CC) $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ +- $(CC) `gtk-config --cflags` $(CXXFLAGS) -c $< -o $@ ++ $(CC) $(shell $(GTK_CONFIG) --cflags) $(CXXFLAGS) -c $< -o $@ all: $(PROG) -@@ -55,8 +56,8 @@ - ../../scintilla/gtk/LexVB.o +@@ -51,8 +51,8 @@ + LEXEROBJS=$(wildcard ../../scintilla/gtk/Lex*.o) $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o \ -SciTEProps.o ../../scintilla/bin/scintilla.a $(LEXEROBJS) @@ -59,7 +57,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 \ -@@ -83,12 +84,12 @@ +@@ -66,12 +66,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 a1192295d5b2..822f974468d7 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -4,6 +4,8 @@ share/gnome/pixmaps/Sci48M.png share/gnome/scite/Embedded.properties share/gnome/scite/SciTE.properties share/gnome/scite/SciTEGlobal.properties +share/gnome/scite/abbrev.properties +share/gnome/scite/ada.properties share/gnome/scite/ave.properties share/gnome/scite/conf.properties share/gnome/scite/cpp.properties |