Date: Sat, 7 Aug 1999 19:40:10 +1000 (EST) From: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13012: update port: xwhois-0.3.6 to 0.3.7 Message-ID: <199908070940.TAA48044@blues.ghis.net>
next in thread | raw e-mail | index | archive | help
>Number: 13012 >Category: ports >Synopsis: update port: xwhois-0.3.6 to 0.3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 7 02:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Patch updates xwhois to the latest version. >How-To-Repeat: >Fix: Apply the following diffs.. Index: xwhois/Makefile =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1999/07/14 23:20:25 1.7 +++ Makefile 1999/08/07 09:19:03 @@ -1,12 +1,12 @@ # New ports collection makefile for: xwhois -# Version required: 0.3.5 +# Version required: 0.3.7 # Date created: 31 December 1998 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # # $Id: Makefile,v 1.7 1999/07/14 23:20:25 obrien Exp $ # -DISTNAME= xwhois-0.3.6 +DISTNAME= xwhois-0.3.7 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ Index: xwhois/files/md5 =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/07/14 23:20:27 1.5 +++ md5 1999/08/07 09:19:12 @@ -1 +1 @@ -MD5 (xwhois-0.3.6.tar.gz) = e20cac14468bb883453d5302cbc66052 +MD5 (xwhois-0.3.7.tar.gz) = 67b6bc9a8fa8849c4182b14711033435 Index: xwhois/patches/patch-aa =================================================================== RCS file: /home/ncvs/cvs-rep/ports/net/xwhois/patches/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- patch-aa 1999/05/27 12:50:26 1.4 +++ patch-aa 1999/08/07 09:27:58 @@ -1,6 +1,6 @@ ---- configure.orig Sat May 8 10:19:38 1999 -+++ configure Sun May 9 12:14:58 1999 -@@ -842,11 +842,13 @@ +--- configure.orig Sat Aug 7 19:21:57 1999 ++++ configure Sat Aug 7 19:27:22 1999 +@@ -851,11 +851,13 @@ echo "configure: warning: cant find gtk-config" 1>&2 echo "-------------------------------------------------" echo " GTK+ doesnt seam to be installed on this system" @@ -16,25 +16,25 @@ x=`echo $GTK_PREFIX|cut -d. -f1` y=`echo $GTK_PREFIX|cut -d. -f2` z=`echo $GTK_PREFIX|cut -d. -f3` -@@ -928,10 +930,10 @@ +@@ -937,10 +939,10 @@ XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers' --INCLUDES="-I. `gtk-config --cflags`" -+INCLUDES="-I. `$GTK_CONFIG --cflags`" +-INCLUDES="-I. -I.. `gtk-config --cflags`" ++INCLUDES="-I. -I.. `$GTK_CONFIG --cflags`" -LIBS=`gtk-config --libs` +LIBS=`$GTK_CONFIG --libs` - DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' - -@@ -1234,7 +1236,7 @@ - CFLAGS="-Wall $CFLAGS" + # DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' + DEFINES='-DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' +@@ -1324,7 +1326,7 @@ + CFLAGS="-Wall ${CFLAGS}" fi if test $CC = "cc"; then -- CFLAGS="-g3 $CFLAGS" -+ CFLAGS="$CFLAGS" +- CFLAGS="-g3 ${CFLAGS}" ++ CFLAGS="${CFLAGS}" fi # Special system options. >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?199908070940.TAA48044>