summaryrefslogtreecommitdiff
path: root/editors/gxedit
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 17:04:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 17:04:09 +0000
commitd390b8978ddf2f19d9930b25b468d4c28e9bc16a (patch)
tree67a06da7b2e96d792619292032f7be1abc32c1a4 /editors/gxedit
parentSync with peter's suggestion. (diff)
Upgrade to 1.20.
Notes
Notes: svn path=/head/; revision=16502
Diffstat (limited to 'editors/gxedit')
-rw-r--r--editors/gxedit/Makefile12
-rw-r--r--editors/gxedit/distinfo2
-rw-r--r--editors/gxedit/files/patch-ab22
3 files changed, 18 insertions, 18 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile
index 05fd65ee9242..b557a2ba49a9 100644
--- a/editors/gxedit/Makefile
+++ b/editors/gxedit/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gxedit
-# Version required: 1.19
-# Date created: 01 Jul 1998
-# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
+# Version required: 1.20
+# Date created: 01 Jul 1998
+# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
-# $Id: Makefile,v 1.16 1998/11/23 18:20:06 vanilla Exp $
+# $Id: Makefile,v 1.17 1999/01/17 20:06:45 vanilla Exp $
#
-DISTNAME= GXedit1.19
-PKGNAME= gxedit-1.19
+DISTNAME= GXedit1.20
+PKGNAME= gxedit-1.20
CATEGORIES= editors
MASTER_SITES= http://devplanet.fastethernet.net/
diff --git a/editors/gxedit/distinfo b/editors/gxedit/distinfo
index 67bae528cee9..c90f8a337693 100644
--- a/editors/gxedit/distinfo
+++ b/editors/gxedit/distinfo
@@ -1 +1 @@
-MD5 (GXedit1.19.tar.gz) = 011aa5dd3bb68004b266abe384c1b0bc
+MD5 (GXedit1.20.tar.gz) = 1dbc80d170f628afbe094617b751cab5
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab
index 02ca01e0df6f..229ca65fc755 100644
--- a/editors/gxedit/files/patch-ab
+++ b/editors/gxedit/files/patch-ab
@@ -1,15 +1,15 @@
---- Makefile.orig Mon Jan 18 02:19:50 1999
-+++ Makefile Mon Jan 18 02:20:38 1999
+--- Makefile.orig Tue Jan 26 02:57:31 1999
++++ Makefile Tue Feb 2 22:57:33 1999
@@ -1,8 +1,8 @@
BIN_DIR =
INSTALL_DIR = /usr/X11R6/bin/
--CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.19\"
-+CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.19\"
- GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.4
+-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\"
+ 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.4/gtkeditor/gtkeditor.o ../gtkeditor-0.0.4/regex/regex.o -L../gtkeditor-0.0.4 -lgtkeditor -lregex
+ 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 @@
$(CC) $(CFLAGS) -c utils.c
@@ -17,18 +17,18 @@
@(rm -f ./.chk_config)
- (cd xproc-src; make BIN_DIR=../; cd ..)
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
- @echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
-@@ -30,7 +29,6 @@
+ gxe-with-gtkeditor:
+@@ -29,7 +28,6 @@
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c utils.c
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(GTKEDITOR_OBJS) $(LIBS)
@(rm -f ./.chk_config)
- (cd xproc-src; make BIN_DIR=../; cd ..)
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
- @echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
---- gtk-shell-src/Makefile.orig Wed Nov 25 07:10:44 1998
-+++ gtk-shell-src/Makefile Mon Jan 18 02:25:08 1999
+ say:
+--- gtk-shell-src/Makefile.orig Sun Jan 24 05:06:25 1999
++++ gtk-shell-src/Makefile Tue Feb 2 22:53:06 1999
@@ -1,6 +1,6 @@
BIN_DIR =
-CFLAGS = `gtk-config --cflags` -O -I. -Wall