diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-23 10:12:29 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-23 10:12:29 +0800 |
commit | 20895b898d55edea66d36bb2adc8eccae2ce83cf (patch) | |
tree | 045b4472a97d2c7faaa19778c27aac8a48f82caf /net | |
parent | 2f6aa021d3b673b4c270605da7ca6bd11748b7fe (diff) | |
download | freebsd-ports-gnome-20895b898d55edea66d36bb2adc8eccae2ce83cf.tar.gz freebsd-ports-gnome-20895b898d55edea66d36bb2adc8eccae2ce83cf.tar.zst freebsd-ports-gnome-20895b898d55edea66d36bb2adc8eccae2ce83cf.zip |
Distfile changed on master_site
PR: ports/9170
Submitted by: girgen@partitur.se
Diffstat (limited to 'net')
-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) |