Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 1999 20:15:22 -0600 (CST)
From:      Nathan Ahlstrom <nrahlstr@portage.winternet.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10453: Patch to update gxedit from version 1.20 to version 1.22
Message-ID:  <199903070215.UAA16960@portage.winternet.com>

next in thread | raw e-mail | index | archive | help

>Number:         10453
>Category:       ports
>Synopsis:       Patch to update gxedit from version 1.20 to version 1.22
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar  6 18:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Ahlstrom
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
nope
>Environment:


>Description:

	Port is slightly out of date.  The attached patch should bring it up
	to the newest version.

>How-To-Repeat:


>Fix:
	

diff -ruN gxedit.old/Makefile gxedit/Makefile
--- gxedit.old/Makefile	Sat Mar  6 13:34:01 1999
+++ gxedit/Makefile	Sat Mar  6 13:33:29 1999
@@ -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.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 -ruN gxedit.old/files/md5 gxedit/files/md5
--- gxedit.old/files/md5	Sat Mar  6 13:34:00 1999
+++ gxedit/files/md5	Sat Mar  6 13:04:54 1999
@@ -1 +1 @@
-MD5 (GXedit1.20.tar.gz) = 1dbc80d170f628afbe094617b751cab5
+MD5 (GXedit1.22.tar.gz) = 857ffac0e813b50b41e881d9f4cf1a4e
diff -ruN gxedit.old/patches/patch-aa gxedit/patches/patch-aa
--- gxedit.old/patches/patch-aa	Sat Mar  6 13:34:00 1999
+++ gxedit/patches/patch-aa	Sat Mar  6 13:23:34 1999
@@ -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 -ruN gxedit.old/patches/patch-ab gxedit/patches/patch-ab
--- gxedit.old/patches/patch-ab	Sat Mar  6 13:34:00 1999
+++ gxedit/patches/patch-ab	Sat Mar  6 14:25:17 1999
@@ -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 -ruN gxedit.old/patches/patch-ac gxedit/patches/patch-ac
--- gxedit.old/patches/patch-ac	Sat Mar  6 13:34:00 1999
+++ gxedit/patches/patch-ac	Sat Mar  6 13:26:04 1999
@@ -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 -ruN gxedit.old/patches/patch-ad gxedit/patches/patch-ad
--- gxedit.old/patches/patch-ad	Sat Mar  6 13:34:00 1999
+++ gxedit/patches/patch-ad	Sat Mar  6 14:27:34 1999
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903070215.UAA16960>