head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.4.0.36 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.34 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.32 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.30 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.28 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.26 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.24 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.22 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.20 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2010.02.23.20.37.06; author spz; state dead; branches; next 1.4; 1.4 date 2006.03.22.22.14.43; author joerg; state Exp; branches; next 1.3; 1.3 date 2002.09.01.15.30.13; author kim; state dead; branches; next 1.2; 1.2 date 2000.10.07.19.24.14; author kim; state Exp; branches; next 1.1; 1.1 date 99.10.28.19.50.19; author kim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.10.28.19.50.19; author kim; state Exp; branches; next ; desc @@ 1.5 log @update irrd to version 2.3.9 fixes PR pkg/36813, PR pkg/38002, and the still relevant parts of pkg/36811 (IPv6 is no longer optional) @ text @$NetBSD: patch-ab,v 1.4 2006/03/22 22:14:43 joerg Exp $ --- programs/irr_rpsl_submit/Makefile.orig 2006-03-22 22:09:20.000000000 +0000 +++ programs/irr_rpsl_submit/Makefile @@@@ -11,6 +11,10 @@@@ RPSLOBJS = call_pipeline.o auth.o pgpc all: $(GOAL) +.if ${OPSYS} == "DragonFly" +LDFLAGS+= -lcrypt +.endif + irr_rpsl_submit: $(RPSLOBJS) @@echo "Linking: $(LD) $(LDFLAGS) $(RPSLOBJS) -o $@@ $(IRRD_OPS_LIBS)" $(LD) $(LDFLAGS) $(RPSLOBJS) -o $@@ $(SYS_LIBS) $(CRYPT_LIB) -L../../lib/ @ 1.4 log @crypt(3) is *tatata* in libcrypt on DragonFly. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Upgrade to irrd-2.1.4 -- the old one did not compile anymore. Note: uses gnupg instead of pgp5 now. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2000/10/07 19:24:14 kim Exp $ d3 5 a7 6 These are needed so autoreconf will not barf. --- acconfig.h.orig Tue Feb 29 17:28:29 2000 +++ acconfig.h Fri Oct 6 20:04:29 2000 @@@@ -83,3 +83,10 @@@@ #undef HAVE_SENDMAIL d9 3 a11 1 #undef PGP d13 3 a15 6 +#undef FREEBSD4 +#undef HAVE_CP +#undef HAVE_GZIP +#undef HAVE_IRRDCACHER +#undef HAVE_MV +#undef HAVE_WGET @ 1.2 log @Update to irrd-2.0.0.20000822 for Y2K. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 6 a8 3 --- acconfig.h.orig Sat Jun 19 22:47:34 1999 +++ acconfig.h Fri Oct 22 18:28:26 1999 @@@@ -72,3 +72,6 @@@@ d10 1 a10 2 /* define if using the new linux 2.2.5 kernel (redhat6.0) */ #undef HAVE_LINUX_2_2_5_IPV6 d12 2 a13 1 +/* keep autoreconf happy */ d15 3 @ 1.1.1.1 log @IRRd is a freely available streamlined, stand-alone Internet Routing Registry database server. IRRd supports both RIPE-181 and RPSL routing registry syntaxes. @ text @@