diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile --- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile 2010-08-25 23:57:41.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile 2010-08-25 23:59:31.000000000 +0200 @@ -1,4 +1,4 @@ -# New ports collection makefile for: drill +# New ports collection makefile for: ldns # Date created: 29 December 2005 # Whom: Konstantin Saurbier # @@ -6,7 +6,7 @@ # PORTNAME= ldns -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -19,7 +19,8 @@ USE_LDCONFIG= yes OPTIONS= DOCS "With documentation" Off \ - EXAMPLES "With example programs" Off + EXAMPLES "With example programs" Off \ + GOST "With GOST signing enabled (requires openssl 1.0.0)" Off .include @@ -218,6 +219,11 @@ ldns_zone_set_soa.3 ldns_zone_soa.3 ldns_zone_sort.3 .endif +.if defined(WITH_GOST) +BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl +CONFIGURE_ARGS+= --enable-gost +.endif + .if defined(WITH_EXAMPLES) PLIST_SUB+= EXAMPLES="" NOMANCOMPRESS= true diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo --- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/distinfo 2010-08-25 23:57:41.000000000 +0200 +++ /space/portstrees/AFreeBSD/ports/dns/ldns/distinfo 2010-08-25 19:03:20.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (ldns-1.6.5.tar.gz) = ab41a641a0416908e03e63631f527c4a -SHA256 (ldns-1.6.5.tar.gz) = 7e9be889d0036d810103f5089ca78ce8b334d99dba0aa541e2af6e903b06982e -SIZE (ldns-1.6.5.tar.gz) = 896484 +MD5 (ldns-1.6.6.tar.gz) = f2bff31764c98aa69749070a21199164 +SHA256 (ldns-1.6.6.tar.gz) = 04e001d281434debf13d065bddb51d2f26a2427bcf658127bd3690640e7bff41 +SIZE (ldns-1.6.6.tar.gz) = 955239