diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-23 02:12:29 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-23 02:12:29 +0000 |
commit | 761d77b1a38590192486e7399e1b3f8d8eeb7a4a (patch) | |
tree | ff7367a4b95793feb40d8b0160dde822fd33c2af /net/ripetools | |
parent | 118ae7102c41b901f224c5c36236f540bcd9f26d (diff) | |
download | ports-761d77b1a38590192486e7399e1b3f8d8eeb7a4a.tar.gz ports-761d77b1a38590192486e7399e1b3f8d8eeb7a4a.zip |
Notes
Diffstat (limited to 'net/ripetools')
-rw-r--r-- | net/ripetools/distinfo | 2 | ||||
-rw-r--r-- | net/ripetools/files/patch-aa | 16 |
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) |