diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-27 12:50:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-27 12:50:26 +0000 |
commit | 610a5e8ff0730cdae624525009d9c84b948f6bcb (patch) | |
tree | 7e7133651e02869826af1dc112383f3479035193 /net/xwhois | |
parent | 0ffce1d57217d1bcea8f306240e4d26c3b1f275a (diff) | |
download | ports-610a5e8ff0730cdae624525009d9c84b948f6bcb.tar.gz ports-610a5e8ff0730cdae624525009d9c84b948f6bcb.zip |
Notes
Diffstat (limited to 'net/xwhois')
-rw-r--r-- | net/xwhois/Makefile | 6 | ||||
-rw-r--r-- | net/xwhois/distinfo | 2 | ||||
-rw-r--r-- | net/xwhois/files/patch-aa | 17 |
3 files changed, 17 insertions, 8 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile index 247a96ae2087..2c177f2cf1dd 100644 --- a/net/xwhois/Makefile +++ b/net/xwhois/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xwhois -# Version required: 0.3.4 +# Version required: 0.3.5 # Date created: 31 December 1998 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # -# $Id: Makefile,v 1.3 1999/03/01 10:51:39 kris Exp $ +# $Id: Makefile,v 1.4 1999/04/24 14:13:34 kris Exp $ # -DISTNAME= xwhois-0.3.4 +DISTNAME= xwhois-0.3.5 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ diff --git a/net/xwhois/distinfo b/net/xwhois/distinfo index 75b1c91eaae5..f054a4e1218b 100644 --- a/net/xwhois/distinfo +++ b/net/xwhois/distinfo @@ -1 +1 @@ -MD5 (xwhois-0.3.4.tar.gz) = b8fb33ca41bccbfe418af251c8d4ac4f +MD5 (xwhois-0.3.5.tar.gz) = bf0fb83e7a14a534f197366851e544cf diff --git a/net/xwhois/files/patch-aa b/net/xwhois/files/patch-aa index b59328a5959f..558082d1b487 100644 --- a/net/xwhois/files/patch-aa +++ b/net/xwhois/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Wed Mar 31 16:37:29 1999 -+++ configure Thu Apr 15 12:46:24 1999 -@@ -809,11 +809,13 @@ +--- configure.orig Sat May 8 10:19:38 1999 ++++ configure Sun May 9 12:14:58 1999 +@@ -842,11 +842,13 @@ echo "configure: warning: cant find gtk-config" 1>&2 echo "-------------------------------------------------" echo " GTK+ doesnt seam to be installed on this system" @@ -16,7 +16,7 @@ x=`echo $GTK_PREFIX|cut -d. -f1` y=`echo $GTK_PREFIX|cut -d. -f2` z=`echo $GTK_PREFIX|cut -d. -f3` -@@ -895,10 +897,10 @@ +@@ -928,10 +930,10 @@ XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers' @@ -29,3 +29,12 @@ DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)' +@@ -1234,7 +1236,7 @@ + CFLAGS="-Wall $CFLAGS" + fi + if test $CC = "cc"; then +- CFLAGS="-g3 $CFLAGS" ++ CFLAGS="$CFLAGS" + fi + + # Special system options. |