From jim@blues.ghis.net Sat Aug  7 02:41:22 1999
Return-Path: <jim@blues.ghis.net>
Received: from blues.ghis.net (pppc2-84.eisa.net.au [203.166.251.204])
	by hub.freebsd.org (Postfix) with ESMTP id 6135215607
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Aug 1999 02:41:16 -0700 (PDT)
	(envelope-from jim@blues.ghis.net)
Received: (from jim@localhost)
	by blues.ghis.net (8.9.3/8.9.3) id TAA48044;
	Sat, 7 Aug 1999 19:40:10 +1000 (EST)
	(envelope-from jim)
Message-Id: <199908070940.TAA48044@blues.ghis.net>
Date: Sat, 7 Aug 1999 19:40:10 +1000 (EST)
From: jim@blues.ghis.net
Reply-To: jim@blues.ghis.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port: xwhois-0.3.6 to 0.3.7
X-Send-Pr-Version: 3.2

>Number:         13012
>Category:       ports
>Synopsis:       update port: xwhois-0.3.6 to 0.3.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kris
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug  7 02:50:00 PDT 1999
>Closed-Date:    Sun Nov 14 18:41:15 PST 1999
>Last-Modified:  Sun Nov 14 18:41:33 PST 1999
>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:
Responsible-Changed-From-To: freebsd-ports->kris  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Sat Aug 7 03:02:51 PDT 1999 
Responsible-Changed-Why:  
Over to maintainer 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Nov 14 18:41:15 PST 1999 
State-Changed-Why:  
Sorry for taking so long - I've upgraded the port to 0.3.9 just now. 
>Unformatted:
