Date: Tue, 22 Dec 1998 15:26:36 +0100 (CET) From: girgen@partitur.se To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9170: ripetools problem [patch attached] Message-ID: <199812221426.PAA28792@trumpet.partitur.se>
next in thread | raw e-mail | index | archive | help
>Number: 9170 >Category: ports >Synopsis: ripetools distfile has been modified >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 22 06:30:01 PST 1998 >Last-Modified: >Originator: Palle Girgensohn >Organization: Partitur >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD trumpet.partitur.se 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Oct 16 13:20:28 CEST 1998 girgen@trumpet.partitur.se:/disk3/src/sys/compile/TRUMPET i386 >Description: The checksum was wrong, and the Makefile seem to have ben changed without bumping version number. >How-To-Repeat: cd /usr/ports/net/ripetools && make >Fix: diff -urN ripetools.old/files/md5 ripetools/files/md5 --- ripetools.old/files/md5 Sat Sep 19 22:08:00 1998 +++ ripetools/files/md5 Tue Dec 22 15:03:55 1998 @@ -1 +1 @@ -MD5 (ripe-whois-tools-2.3.tar.gz) = 7e93457200b369987ebe5cda1c8820f6 +MD5 (ripe-whois-tools-2.3.tar.gz) = 9a1d166153cda7b03878764203aa95db diff -urN ripetools.old/patches/patch-aa ripetools/patches/patch-aa --- ripetools.old/patches/patch-aa Sun Jun 8 18:17:16 1997 +++ ripetools/patches/patch-aa Tue Dec 22 14:59:27 1998 @@ -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) >Audit-Trail: >Unformatted: <Synopsis of the problem (one line)> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812221426.PAA28792>