From d390b8978ddf2f19d9930b25b468d4c28e9bc16a Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 2 Feb 1999 17:04:09 +0000 Subject: Upgrade to 1.20. --- editors/gxedit/Makefile | 12 ++++++------ editors/gxedit/distinfo | 2 +- editors/gxedit/files/patch-ab | 22 +++++++++++----------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'editors/gxedit') 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 +# Version required: 1.20 +# Date created: 01 Jul 1998 +# Whom: Dom Mitchell # -# $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 -- cgit v1.2.3