diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-04 08:56:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-04 08:56:22 +0000 |
commit | 6e243d930e52df04823966e4184b1c9f5ed291eb (patch) | |
tree | e38a7de5c403a7e620ce96686ff72061618a59a6 /editors | |
parent | 41322e7e655aa392a22771e4e94e8bb744c0b4bf (diff) | |
download | ports-6e243d930e52df04823966e4184b1c9f5ed291eb.tar.gz ports-6e243d930e52df04823966e4184b1c9f5ed291eb.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 8 | ||||
-rw-r--r-- | editors/gxedit/distinfo | 2 | ||||
-rw-r--r-- | editors/gxedit/files/patch-aa | 13 | ||||
-rw-r--r-- | editors/gxedit/files/patch-ab | 8 | ||||
-rw-r--r-- | editors/gxedit/files/patch-ac | 17 |
5 files changed, 33 insertions, 15 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 5587c4f285e8..8c8d8178bf52 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gxedit -# Version required: 1.15 +# Version required: 1.16 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.13 1998/09/22 22:55:52 asami Exp $ +# $Id: Makefile,v 1.14 1998/10/24 17:10:14 vanilla Exp $ # -DISTNAME= GXedit1.15 -PKGNAME= gxedit-1.15 +DISTNAME= GXedit1.16 +PKGNAME= gxedit-1.16 CATEGORIES= editors MASTER_SITES= http://devplanet.fastethernet.net/ diff --git a/editors/gxedit/distinfo b/editors/gxedit/distinfo index fe57e9fcf814..c7497f8b3bde 100644 --- a/editors/gxedit/distinfo +++ b/editors/gxedit/distinfo @@ -1 +1 @@ -MD5 (GXedit1.15.tar.gz) = 7bb4c04fb08cebfd1bae623b7f302663 +MD5 (GXedit1.16.tar.gz) = 9a627ef5637e0d8cd3ca5ba256de0ad3 diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 79c0e57eabe6..a265d77cae2a 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,5 +1,5 @@ ---- config.h.orig Sun Aug 30 08:16:29 1998 -+++ config.h Thu Sep 17 06:43:40 1998 +--- config.h.orig Fri Oct 30 20:36:26 1998 ++++ config.h Sun Nov 1 17:43:51 1998 @@ -1,8 +1,8 @@ /* configuration file - precompile options */ @@ -11,3 +11,12 @@ #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */ /* Highlighting styles */ +@@ -15,7 +15,7 @@ + /* proxy */ + #undef USE_SOCKS /* you need to add -lsocks5 to the makefile for this */ + +-#undef INTERNATIONAL /* set locale */ ++#define INTERNATIONAL /* set locale */ + + /* mail path */ + diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab index d729ead9176d..1821324fab6c 100644 --- a/editors/gxedit/files/patch-ab +++ b/editors/gxedit/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Aug 30 07:43:50 1998 -+++ Makefile Thu Sep 17 07:18:51 1998 +--- Makefile.orig Fri Oct 30 20:02:16 1998 ++++ Makefile Sun Nov 1 17:45:10 1998 @@ -1,13 +1,12 @@ BIN_DIR = INSTALL_DIR = /usr/X11R6/bin/ @@ -31,6 +31,6 @@ cp $(BIN_DIR)gxedit $(INSTALL_DIR)gxedit - cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc +# cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc + cp ftp.sh $(INSTALL_DIR)ftp.sh + cp ftp-ls.sh $(INSTALL_DIR)ftp-ls.sh - distro: - rm -f *.o $(BIN_DIR)gxedit $(BIN_DIR)say $(BIN_DIR)xproc *.log *.enc diff --git a/editors/gxedit/files/patch-ac b/editors/gxedit/files/patch-ac index 8fb2be58fca8..364dc26f4e09 100644 --- a/editors/gxedit/files/patch-ac +++ b/editors/gxedit/files/patch-ac @@ -1,6 +1,15 @@ ---- gxedit.c.orig Thu Sep 17 07:15:24 1998 -+++ gxedit.c Thu Sep 17 07:15:54 1998 -@@ -6599,6 +6599,7 @@ +--- gxedit.c.orig Fri Oct 30 19:55:24 1998 ++++ gxedit.c Wed Nov 4 16:27:37 1998 +@@ -4482,7 +4482,7 @@ + } + fputs((char *)gtk_editable_get_chars(GTK_EDITABLE (text), 0, gtk_text_get_length(GTK_TEXT(text))),fd); + if(fd!=NULL) fclose(fd); +- sprintf(temp, "/usr/bin/emacs %s &", tmp_name); ++ sprintf(temp, "/usr/local/bin/emacs %s &", tmp_name); + system(temp); + } + +@@ -6765,6 +6765,7 @@ if(tooltips) gtk_tooltips_set_tip(tips, menuitem, "HTML reference", ""); @@ -8,7 +17,7 @@ menuitem = gtk_menu_item_new_with_label("System information"); gtk_menu_append(GTK_MENU(menu), menuitem); gtk_signal_connect_object(GTK_OBJECT(menuitem), "activate", -@@ -6606,6 +6607,7 @@ +@@ -6772,6 +6773,7 @@ gtk_widget_show(menuitem); if(tooltips) gtk_tooltips_set_tip(tips, menuitem, "Run Xproc", ""); |