head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.30 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.28 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.26 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.24 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.22 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.20 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.18 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.16 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.14 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2007.11.15.01.06.23; author seb; state dead; branches; next 1.2; 1.2 date 2004.01.27.13.40.03; author grant; state Exp; branches; next 1.1; 1.1 date 2001.05.18.11.39.29; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.05.18.11.39.29; author rh; state Exp; branches; next ; desc @@ 1.3 log @Remove package ripe-whois-tools superseded for a long time at least for the "whois part" by ripe-whois package , now also removed, and now by the whois3 package. @ text @$NetBSD: patch-aa,v 1.2 2004/01/27 13:40:03 grant Exp $ --- Makefile.orig 1998-11-17 03:38:32.000000000 +1100 +++ Makefile @@@@ -19,14 +19,15 @@@@ DEFINES= -DRIPE PROG= whois cryptpw -DESTDIR= /usr/local/bin -MANDIR= /usr/local/man/man1 -INSTALL= install -# LIBS= -lresolv +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man1 +INSTALL_PROGRAM= ${BSD_INSTALL_PROGRAM} +INSTALL_MAN= ${BSD_INSTALL_MAN} + CFLAGS= ${DEFINES} # # for BSDI -CC=shlicc2 -Wall -ansi -pedantic -O6 -m486 +#CC=shlicc2 -Wall -ansi -pedantic -O6 -m486 # # for Linux #CC=gcc -Wall -ansi -pedantic -O6 -m486 @@@@ -45,8 +46,10 @@@@ cryptpw: Makefile cryptpw.c $(CC) ${CFLAGS} cryptpw.c -o cryptpw ${LIBS} install: ${PROG} - $(INSTALL) -c -s -m 755 ${PROG} networkupdate ${DESTDIR} - $(INSTALL) -c -m 444 whois.man ${MANDIR}/whois.1 + ${INSTALL_PROGRAM} whois ${BINDIR}/ripe-whois + ${INSTALL_PROGRAM} cryptpw ${BINDIR}/ripe-cryptpw + ${INSTALL_PROGRAM} networkupdate ${BINDIR}/ripe-networkupdate + ${INSTALL_MAN} whois.man ${MANDIR}/ripe-whois.1 clean: rm -f whois.o whois cryptpw cryptpw.o networkupdate networkupdate.o core @ 1.2 log @tidy up how extra libraries are passed and add libs required on Solaris. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- Makefile.orig Mon Nov 16 17:38:32 1998 d5 1 a5 1 @@@@ -19,14 +19,16 @@@@ a18 1 +LIBS= ${EXTRA_LIBS} d26 1 a26 1 @@@@ -45,8 +47,10 @@@@ @ 1.1.1.1 log @Initial import of of ripe-whois-tools-2.4, a set of whois database tools for querying the extended ripe database. This package was provided in PR pkg/12979 by Stoned Elipot , thanks! @ text @@