diff options
author | kris <kris@FreeBSD.org> | 1999-05-27 20:50:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-27 20:50:26 +0800 |
commit | d76054fc16ce6e92ccdaef0629295eab090f655b (patch) | |
tree | cf4d0e5d0e784c25d19d439e78561d8e8dca8392 /net | |
parent | 0d19c8ed7b9bb575fad9fb009efbc01913e21bec (diff) | |
download | freebsd-ports-gnome-d76054fc16ce6e92ccdaef0629295eab090f655b.tar.gz freebsd-ports-gnome-d76054fc16ce6e92ccdaef0629295eab090f655b.tar.zst freebsd-ports-gnome-d76054fc16ce6e92ccdaef0629295eab090f655b.zip |
Update to v0.3.5
PR: 11614
Diffstat (limited to 'net')
-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. |