diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-18 15:39:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-18 15:39:23 +0000 |
commit | cdf43cb66199cee9f2135087dcbb3a9ed1745d56 (patch) | |
tree | eace5566b8316f2132fde7a1f6100c98e3f2a046 /editors/scite | |
parent | 8c1fe090088d26a4ecee8eb7d30f18c8b52e127c (diff) |
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 5 | ||||
-rw-r--r-- | editors/scite/distinfo | 2 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 16 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 2 |
4 files changed, 15 insertions, 10 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 19a9f0740635..b98deab32429 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.38 +PORTVERSION= 1.40 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ @@ -26,4 +26,7 @@ USE_GNOME= yes MAKEFILE= makefile MAKE_ENV= MKDIR="${MKDIR}" +post-extract: + @${PERL} -pi -e 's|\x0d||' ${WRKSRC}/makefile + .include <bsd.port.mk> diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 9103d39af721..85386d7403ed 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1 +1 @@ -MD5 (scite138.tgz) = 2dccbb7fe727f6b101a57a8211e846ff +MD5 (scite140.tgz) = 8d29ec3145b68e26b403558fc70037c1 diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index b3e5bf079e1f..e35f7d466744 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,8 +1,8 @@ $FreeBSD$ ---- makefile.orig Sun Apr 15 10:25:06 2001 -+++ makefile Tue Apr 17 14:16:28 2001 +--- makefile.orig Thu Oct 18 18:29:34 2001 ++++ makefile Thu Oct 18 18:32:28 2001 @@ -10,34 +10,34 @@ # For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. @@ -33,8 +33,8 @@ $FreeBSD$ CXXBASEFLAGS=-W -Wall -DGTK -DSCI_LEXER -DSYSCONF_PATH=\"$(SYSCONF_PATH)\" $(INCLUDEDIRS) ifdef DEBUG --CXXFLAGS=-DDEBUG $(CXXBASEFLAGS) -+CXXFLAGS+=-DDEBUG $(CXXBASEFLAGS) +-CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) ++CXXFLAGS+=-DDEBUG -g $(CXXBASEFLAGS) else -CXXFLAGS=-DNDEBUG $(CXXBASEFLAGS) +CXXFLAGS+=-DNDEBUG $(CXXBASEFLAGS) @@ -49,11 +49,11 @@ $FreeBSD$ @@ -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) + $(PROG): SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o DirectorExtension.o \ +-SciTEProps.o $(LEXEROBJS) ../../scintilla/bin/scintilla.a - $(CC) `gtk-config --libs` -DGTK $^ -o $@ -+SciTEProps.o # ../../scintilla/bin/scintilla.a $(LEXEROBJS) -+ $(CC) $(shell $(GTK_CONFIG) --libs) -DGTK $^ -o $@ -L$(X11BASE)/lib -lscintilla -lscintilla_lexers ++SciTEProps.o # $(LEXEROBJS) ../../scintilla/bin/scintilla.a ++ $(CC) $(shell $(GTK_CONFIG) --libs) -DGTK $^ -L$(X11BASE)/lib -lscintilla -lscintilla_lexers -o $@ # 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 \ diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index e7d4410e8b00..3b2b520ab5fb 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -14,11 +14,13 @@ share/gnome/scite/html.properties share/gnome/scite/latex.properties share/gnome/scite/lisp.properties share/gnome/scite/lua.properties +share/gnome/scite/nncrontab.properties share/gnome/scite/others.properties share/gnome/scite/pascal.properties share/gnome/scite/perl.properties share/gnome/scite/python.properties share/gnome/scite/ruby.properties share/gnome/scite/sql.properties +share/gnome/scite/tcl.properties share/gnome/scite/vb.properties @dirrm share/gnome/scite |