summaryrefslogtreecommitdiff
path: root/editors/gxedit/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-04 08:56:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-04 08:56:22 +0000
commit6e243d930e52df04823966e4184b1c9f5ed291eb (patch)
treee38a7de5c403a7e620ce96686ff72061618a59a6 /editors/gxedit/files
parentUpgrade to 0.57a, REMOVE BROKEN_ELF tag. (diff)
Upgrade to 1.16.
Notes
Notes: svn path=/head/; revision=14348
Diffstat (limited to 'editors/gxedit/files')
-rw-r--r--editors/gxedit/files/patch-aa13
-rw-r--r--editors/gxedit/files/patch-ab8
-rw-r--r--editors/gxedit/files/patch-ac17
3 files changed, 28 insertions, 10 deletions
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", "");