diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:41:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:41:09 +0000 |
commit | 0b318dae37d3b3731d1a6cac13c435664956b65c (patch) | |
tree | d7bcecf212f3ec81f19595d38cd79e4675d95c64 /editors | |
parent | New list of MASTER_SITES. (diff) |
Update to version 1.22.
PR: 10453
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Notes
Notes:
svn path=/head/; revision=17375
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 | 9 | ||||
-rw-r--r-- | editors/gxedit/files/patch-ab | 21 | ||||
-rw-r--r-- | editors/gxedit/files/patch-ac | 8 | ||||
-rw-r--r-- | editors/gxedit/files/patch-ad | 12 |
6 files changed, 31 insertions, 29 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index b557a2ba49a9..3155ecc9fce7 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gxedit -# Version required: 1.20 +# Version required: 1.22 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.17 1999/01/17 20:06:45 vanilla Exp $ +# $Id: Makefile,v 1.18 1999/02/02 17:04:09 vanilla Exp $ # -DISTNAME= GXedit1.20 -PKGNAME= gxedit-1.20 +DISTNAME= GXedit1.22 +PKGNAME= gxedit-1.22 CATEGORIES= editors MASTER_SITES= http://devplanet.fastethernet.net/ diff --git a/editors/gxedit/distinfo b/editors/gxedit/distinfo index c90f8a337693..dd2dd44322f3 100644 --- a/editors/gxedit/distinfo +++ b/editors/gxedit/distinfo @@ -1 +1 @@ -MD5 (GXedit1.20.tar.gz) = 1dbc80d170f628afbe094617b751cab5 +MD5 (GXedit1.22.tar.gz) = 857ffac0e813b50b41e881d9f4cf1a4e diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 5f3474d1dabc..45493f253049 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,14 +1,15 @@ ---- config.h.orig Thu Dec 31 22:48:16 1998 -+++ config.h Mon Jan 18 02:18:32 1999 -@@ -1,6 +1,6 @@ +--- config.h.orig Sat Mar 6 13:16:31 1999 ++++ config.h Sat Mar 6 13:17:25 1999 +@@ -1,7 +1,7 @@ /* configuration file - precompile options */ + #define USE_NET -#undef BG_ON_START +#define BG_ON_START #define GTK_1_1 #undef GTKEDITOR_PATCH -@@ -62,9 +62,9 @@ +@@ -77,9 +77,9 @@ /* paths */ #define NETSCAPE "/usr/local/bin/netscape -remote" diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab index 229ca65fc755..510c987c3ef0 100644 --- a/editors/gxedit/files/patch-ab +++ b/editors/gxedit/files/patch-ab @@ -1,17 +1,18 @@ ---- Makefile.orig Tue Jan 26 02:57:31 1999 -+++ Makefile Tue Feb 2 22:57:33 1999 -@@ -1,8 +1,8 @@ - BIN_DIR = +--- Makefile.orig Sat Mar 6 14:05:41 1999 ++++ Makefile Sat Mar 6 14:07:05 1999 +@@ -3,9 +3,9 @@ INSTALL_DIR = /usr/X11R6/bin/ --CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.20\" -+CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.20\" + DOCS = /usr/doc + SHARE = /usr/share +-CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.22\" ++CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.22\" GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.6 -LIBS = `gtk-config --libs` +LIBS = `gtk11d-config --libs` OBJS = gxedit.o net.o utils.o GTKEDITOR_OBJS = ../gtkeditor-0.0.6/gtkeditor/gtkeditor.o ../gtkeditor-0.0.6/regex/regex.o -L../gtkeditor-0.0.6 -lgtkeditor -lregex -lguile -ldl -ltermcap CC = gcc -@@ -20,7 +20,6 @@ +@@ -23,7 +23,6 @@ $(CC) $(CFLAGS) -c utils.c $(CC) $(CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(LIBS) @(rm -f ./.chk_config) @@ -19,7 +20,7 @@ (cd gtk-shell-src; make BIN_DIR=../; cd ..) gxe-with-gtkeditor: -@@ -29,7 +28,6 @@ +@@ -32,7 +31,6 @@ $(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c utils.c $(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(GTKEDITOR_OBJS) $(LIBS) @(rm -f ./.chk_config) @@ -27,8 +28,8 @@ (cd gtk-shell-src; make BIN_DIR=../; cd ..) say: ---- gtk-shell-src/Makefile.orig Sun Jan 24 05:06:25 1999 -+++ gtk-shell-src/Makefile Tue Feb 2 22:53:06 1999 +--- gtk-shell-src/Makefile.orig Sat Mar 6 14:01:00 1999 ++++ gtk-shell-src/Makefile Sat Mar 6 14:02:08 1999 @@ -1,6 +1,6 @@ BIN_DIR = -CFLAGS = `gtk-config --cflags` -O -I. -Wall diff --git a/editors/gxedit/files/patch-ac b/editors/gxedit/files/patch-ac index a6efcd459a43..e67e7e18ce8a 100644 --- a/editors/gxedit/files/patch-ac +++ b/editors/gxedit/files/patch-ac @@ -1,6 +1,6 @@ ---- gxedit.c.orig Mon Jan 18 02:21:03 1999 -+++ gxedit.c Mon Jan 18 02:21:42 1999 -@@ -7097,6 +7097,7 @@ +--- gxedit.c.orig Sat Mar 6 13:13:34 1999 ++++ gxedit.c Sat Mar 6 13:14:57 1999 +@@ -7281,6 +7281,7 @@ if(tooltips) gtk_tooltips_set_tip(tips, menuitem, "HTML reference", ""); @@ -8,7 +8,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", -@@ -7104,6 +7105,7 @@ +@@ -7288,6 +7289,7 @@ gtk_widget_show(menuitem); if(tooltips) gtk_tooltips_set_tip(tips, menuitem, "Run Xproc", ""); diff --git a/editors/gxedit/files/patch-ad b/editors/gxedit/files/patch-ad index 6ba922bdc1e5..c1e30fdae343 100644 --- a/editors/gxedit/files/patch-ad +++ b/editors/gxedit/files/patch-ad @@ -1,21 +1,21 @@ ---- ftp-ls.sh.orig Mon Jan 18 02:22:16 1999 -+++ ftp-ls.sh Mon Jan 18 02:22:27 1999 +--- ftp-ls.sh.orig Sat Mar 6 13:15:14 1999 ++++ ftp-ls.sh Sat Mar 6 13:15:38 1999 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # ftp.sh output_file host directory user pass ftp -n $2 > $1 2> $1 <<EOC user $4 $5 ---- ftp-put.sh.orig Mon Jan 18 02:22:19 1999 -+++ ftp-put.sh Mon Jan 18 02:22:33 1999 +--- ftp-put.sh.orig Sat Mar 6 13:15:45 1999 ++++ ftp-put.sh Sat Mar 6 13:15:54 1999 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # ftp-put.sh output_file host directory remote_file local_file user pass ftp -n $2 > $1 2> $1 <<EOC user $6 $7 ---- ftp.sh.orig Mon Jan 18 02:22:22 1999 -+++ ftp.sh Mon Jan 18 02:22:38 1999 +--- ftp.sh.orig Sat Mar 6 14:27:12 1999 ++++ ftp.sh Sat Mar 6 14:27:17 1999 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh |