summaryrefslogtreecommitdiff
path: root/net/ripetools
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-23 02:12:29 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-23 02:12:29 +0000
commit761d77b1a38590192486e7399e1b3f8d8eeb7a4a (patch)
treeff7367a4b95793feb40d8b0160dde822fd33c2af /net/ripetools
parentAdd wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB. (diff)
Distfile changed on master_site
PR: ports/9170 Submitted by: girgen@partitur.se
Notes
Notes: svn path=/head/; revision=15516
Diffstat (limited to 'net/ripetools')
-rw-r--r--net/ripetools/distinfo2
-rw-r--r--net/ripetools/files/patch-aa16
2 files changed, 8 insertions, 10 deletions
diff --git a/net/ripetools/distinfo b/net/ripetools/distinfo
index a319445cec23..94ea6c5ed24e 100644
--- a/net/ripetools/distinfo
+++ b/net/ripetools/distinfo
@@ -1 +1 @@
-MD5 (ripe-whois-tools-2.3.tar.gz) = 7e93457200b369987ebe5cda1c8820f6
+MD5 (ripe-whois-tools-2.3.tar.gz) = 9a1d166153cda7b03878764203aa95db
diff --git a/net/ripetools/files/patch-aa b/net/ripetools/files/patch-aa
index c2a8e2af46b6..596223615dea 100644
--- a/net/ripetools/files/patch-aa
+++ b/net/ripetools/files/patch-aa
@@ -1,9 +1,9 @@
---- Makefile.orig Fri May 16 11:26:32 1997
-+++ Makefile Sun Jun 8 12:12:48 1997
-@@ -16,26 +16,26 @@
+--- Makefile.orig Thu Oct 1 18:28:49 1998
++++ Makefile Tue Dec 22 14:57:27 1998
+@@ -16,15 +16,15 @@
- DEFINES= -DRIPE
+ DEFINES= -DRIPE
-PROG= whois cryptpw
-DESTDIR= /usr/local/bin
-MANDIR= /usr/local/man/man1
@@ -12,7 +12,8 @@
+MANDIR= ${PREFIX}/man/man1
INSTALL= install
# LIBS= -lresolv
- CFLAGS= ${DEFINES}
+-CFLAGS= ${DEFINES}
++CFLAGS+= ${DEFINES} -Wall -ansi -pedantic
#
# for BSDI
-CC=shlicc2 -Wall -ansi -pedantic -O6 -m486
@@ -20,10 +21,7 @@
#
# for Linux
#CC=gcc -Wall -ansi -pedantic -O6 -m486
- #
- # for most systems
--#CC=gcc -Wall -ansi -pedantic -O6
-+CC=gcc -Wall -ansi -pedantic -O2
+@@ -34,8 +34,8 @@
all: $(PROG)