1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to v0.3.5

PR:		11614
This commit is contained in:
Kris Kennaway 1999-05-27 12:50:26 +00:00
parent 0ffce1d572
commit 610a5e8ff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19022
3 changed files with 17 additions and 8 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (xwhois-0.3.4.tar.gz) = b8fb33ca41bccbfe418af251c8d4ac4f
MD5 (xwhois-0.3.5.tar.gz) = bf0fb83e7a14a534f197366851e544cf

View File

@ -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.