diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-06 17:04:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-06 17:04:20 +0800 |
commit | 0fd4883e0efbb6259b15a3654f95b4f9f0a650b1 (patch) | |
tree | aca00e221f763628215140781e52f5a7cc96ad29 /editors/scite | |
parent | 2ed0ef7d3e12dddb9d6bc0d2e348405a74511bce (diff) | |
download | freebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.tar.gz freebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.tar.zst freebsd-ports-gnome-0fd4883e0efbb6259b15a3654f95b4f9f0a650b1.zip |
Update to 1.50.
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-SciTEGTK.cxx | 11 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 11 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 1 |
5 files changed, 10 insertions, 17 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 4c6f3d7a0d77..6c1d6dd0f61e 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.49 +PORTVERSION= 1.50 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/scite/distinfo b/editors/scite/distinfo index b1cd6a1abc57..794aeefb3239 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1 +1 @@ -MD5 (scite149.tgz) = 4a60e1ff31b5f97106a6e2b6be013d92 +MD5 (scite150.tgz) = ae1c5936acca2040dd09b42d266f1294 diff --git a/editors/scite/files/patch-SciTEGTK.cxx b/editors/scite/files/patch-SciTEGTK.cxx deleted file mode 100644 index 7452de8ff2bc..000000000000 --- a/editors/scite/files/patch-SciTEGTK.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- SciTEGTK.cxx.orig Tue Nov 5 17:24:05 2002 -+++ SciTEGTK.cxx Tue Nov 5 17:24:42 2002 -@@ -1910,7 +1910,7 @@ - return 0;
- }
-
--void SciTEGTK::AddToPopUp(const char *label, int cmd, bool enabled) {
-+void SciTEGTK::AddToPopUp(const char *label, int cmd=0, bool enabled=true) {
- SString localised = LocaliseString(label);
- localised.insert(0, "/");
- GtkItemFactoryEntry itemEntry = {
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index d179084d9331..f7be1d89740b 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,5 +1,8 @@ ---- makefile.orig Tue Nov 5 17:36:21 2002 -+++ makefile Tue Nov 5 17:39:53 2002 + +$FreeBSD$ + +--- makefile.orig Thu Feb 6 10:52:36 2003 ++++ makefile Thu Feb 6 10:56:10 2003 @@ -10,34 +10,34 @@ # For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. @@ -39,7 +42,7 @@ .cxx.o: - $(CC) `gtk-config --cflags` $(CXXFLAGS) -c $< -o $@ -+ $(CC) $(shell $(GTK_CONFIG) --cflags) $(shell $(GLIB_CONFIG) --libs gthread) $(CXXFLAGS) -c $< -o $@ ++ $(CC) $(shell $(GTK_CONFIG) --cflags) $(CXXFLAGS) -c $< -o $@ all: $(PROG) @@ -48,7 +51,7 @@ deps: - $(CC) -MM `gtk-config --cflags` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak -+ $(CC) -MM `$(GTK_CONFIG) --cflags` `$(GLIB_CONFIG) --libs gthread)` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak ++ $(CC) -MM `$(GTK_CONFIG) --cflags` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak # make should be run in ../../scintilla/gtk to compile all the lexers. LEXEROBJS=$(wildcard ../../scintilla/gtk/Lex*.o) diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index a34a4f277aa9..e1196df84778 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -24,6 +24,7 @@ share/gnome/scite/baan.properties share/gnome/scite/bullant.properties share/gnome/scite/conf.properties share/gnome/scite/cpp.properties +share/gnome/scite/css.properties share/gnome/scite/eiffel.properties share/gnome/scite/fortran.properties share/gnome/scite/html.properties |