summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-10 02:39:47 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-10 02:39:47 +0000
commit46dd77cca085db40cde382d33d65dc562a8e9f4b (patch)
tree0ec6935adf6a7b708b4e105c5db661707c28ebd0 /net
parentupdate to 1.6. (diff)
Upgrade to 0.40.0, take over as maintainer.
Reviewed by: (previous-)MAINTAINER Found by: bento
Notes
Notes: svn path=/head/; revision=23709
Diffstat (limited to 'net')
-rw-r--r--net/xwhois/Makefile6
-rw-r--r--net/xwhois/distinfo2
-rw-r--r--net/xwhois/files/patch-aa37
3 files changed, 27 insertions, 18 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile
index f4663158e5ae..ae7dcbe09a7c 100644
--- a/net/xwhois/Makefile
+++ b/net/xwhois/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xwhois
-# Version required: 0.3.9
+# Version required: 0.4.0
# Date created: 31 December 1998
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $FreeBSD$
#
-DISTNAME= xwhois-0.3.9
+DISTNAME= xwhois-0.4.0
CATEGORIES= net
MASTER_SITES= http://c64.org/~nr/ \
http://www.goatnet.ml.org/ \
@@ -14,7 +14,7 @@ MASTER_SITES= http://c64.org/~nr/ \
ftp://c64.org/pub/nr/xwhois/ \
http://www.physics.adelaide.edu.au/~kkennawa/
-MAINTAINER= kris@FreeBSD.org
+MAINTAINER= billf@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
diff --git a/net/xwhois/distinfo b/net/xwhois/distinfo
index 9c12a624352c..e8258a98d626 100644
--- a/net/xwhois/distinfo
+++ b/net/xwhois/distinfo
@@ -1 +1 @@
-MD5 (xwhois-0.3.9.tar.gz) = a3e1b446d7507923e216daf58aa5812a
+MD5 (xwhois-0.4.0.tar.gz) = 254225cc91fca87fa271091b87a26dcf
diff --git a/net/xwhois/files/patch-aa b/net/xwhois/files/patch-aa
index 558082d1b487..556006915e15 100644
--- a/net/xwhois/files/patch-aa
+++ b/net/xwhois/files/patch-aa
@@ -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 Wed Nov 17 17:27:48 1999
++++ configure Thu Dec 9 21:20:52 1999
+@@ -863,11 +863,13 @@
echo "configure: warning: cant find gtk-config" 1>&2
echo "-------------------------------------------------"
echo " GTK+ doesnt seam to be installed on this system"
@@ -16,25 +16,34 @@
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 @@
+@@ -1397,10 +1399,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)'
+ # DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)'
+ DEFINES='-DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)'
+@@ -1419,7 +1421,7 @@
-@@ -1234,7 +1236,7 @@
- CFLAGS="-Wall $CFLAGS"
- fi
- if test $CC = "cc"; then
-- CFLAGS="-g3 $CFLAGS"
-+ CFLAGS="$CFLAGS"
+ # Special compiler options.
+ if test $CC = "gcc"; then
+- CFLAGS="-Wall ${CFLAGS}"
++ CFLAGS="${CFLAGS}"
fi
+ #if test $CC = "cc" && test $arch = "SunOS"; then
+ # CFLAGS="-g ${CFLAGS}"
+@@ -1571,7 +1573,7 @@
- # Special system options.
+ if test $USE_PTHREADS = "yes"; then
+ if test -r /usr/include/pthread.h; then
+- LIBS="-L/lib -L/usr/lib -lpthread ${LIBS}"
++ LIBS="-L/lib -L/usr/lib -pthread ${LIBS}"
+ elif test -r /usr/local/include/pthread.h; then
+ LIBS="-L/lib -L/usr/lib -L/usr/local/lib -lpthread ${LIBS}"
+ elif test -r /lib/libpthread.a; then