Mon Feb 15 12:45:28 2016 UTC ()
Enable the examples, some of them are a little more than mere examples.
Adjust PLIST accordingly.
Bump PKGREVISION.


(he)
diff -r1.33 -r1.34 pkgsrc/net/ldns/Makefile
diff -r1.7 -r1.8 pkgsrc/net/ldns/PLIST

cvs diff -r1.33 -r1.34 pkgsrc/net/ldns/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ldns/Makefile 2015/06/12 10:50:42 1.33
+++ pkgsrc/net/ldns/Makefile 2016/02/15 12:45:28 1.34
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.33 2015/06/12 10:50:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2016/02/15 12:45:28 he Exp $
2 2
3DISTNAME= ldns-1.6.17 3DISTNAME= ldns-1.6.17
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ 6MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
7 7
8MAINTAINER= he@NetBSD.org 8MAINTAINER= he@NetBSD.org
9HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ 9HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/
10COMMENT= Library for simplified DNS programming 10COMMENT= Library for simplified DNS programming
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_TOOLS+= gmake perl 13USE_TOOLS+= gmake perl
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17REPLACE_PERL= doc/doxyparse.pl 17REPLACE_PERL= doc/doxyparse.pl
@@ -52,14 +52,16 @@ PLIST_VARS.sha2!= \ @@ -52,14 +52,16 @@ PLIST_VARS.sha2!= \
52.if ${PLIST_VARS.gost} == "yes" 52.if ${PLIST_VARS.gost} == "yes"
53CONFIGURE_ARGS+= --enable-gost 53CONFIGURE_ARGS+= --enable-gost
54.else 54.else
55CONFIGURE_ARGS+= --disable-gost 55CONFIGURE_ARGS+= --disable-gost
56.endif 56.endif
57.if ${PLIST_VARS.sha2} == "yes" 57.if ${PLIST_VARS.sha2} == "yes"
58CONFIGURE_ARGS+= --enable-sha2 58CONFIGURE_ARGS+= --enable-sha2
59.else 59.else
60CONFIGURE_ARGS+= --disable-sha2 60CONFIGURE_ARGS+= --disable-sha2
61.endif 61.endif
62CONFIGURE_ARGS+= --with-ssl=${SSLBASE} 62CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
63CONFIGURE_ARGS+= DOXYGEN=${FALSE} 63CONFIGURE_ARGS+= DOXYGEN=${FALSE}
64 64
 65CONFIGURE_ARGS+= --with-examples
 66
65.include "../../mk/bsd.pkg.mk" 67.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/net/ldns/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ldns/PLIST 2014/11/21 09:19:32 1.7
+++ pkgsrc/net/ldns/PLIST 2016/02/15 12:45:28 1.8
@@ -1,15 +1,40 @@ @@ -1,15 +1,40 @@
1@comment $NetBSD: PLIST,v 1.7 2014/11/21 09:19:32 he Exp $ 1@comment $NetBSD: PLIST,v 1.8 2016/02/15 12:45:28 he Exp $
 2bin/ldns-chaos
 3bin/ldns-compare-zones
2bin/ldns-config 4bin/ldns-config
 5bin/ldns-dane
 6bin/ldns-dpa
 7bin/ldns-gen-zone
 8bin/ldns-key2ds
 9bin/ldns-keyfetcher
 10bin/ldns-keygen
 11bin/ldns-mx
 12bin/ldns-notify
 13bin/ldns-nsec3-hash
 14bin/ldns-read-zone
 15bin/ldns-resolver
 16bin/ldns-revoke
 17bin/ldns-rrsig
 18bin/ldns-signzone
 19bin/ldns-test-edns
 20bin/ldns-testns
 21bin/ldns-update
 22bin/ldns-verify-zone
 23bin/ldns-version
 24bin/ldns-walk
 25bin/ldns-zcat
 26bin/ldns-zsplit
 27bin/ldnsd
3include/ldns/buffer.h 28include/ldns/buffer.h
4include/ldns/common.h 29include/ldns/common.h
5include/ldns/dane.h 30include/ldns/dane.h
6include/ldns/dname.h 31include/ldns/dname.h
7include/ldns/dnssec.h 32include/ldns/dnssec.h
8include/ldns/dnssec_sign.h 33include/ldns/dnssec_sign.h
9include/ldns/dnssec_verify.h 34include/ldns/dnssec_verify.h
10include/ldns/dnssec_zone.h 35include/ldns/dnssec_zone.h
11include/ldns/duration.h 36include/ldns/duration.h
12include/ldns/error.h 37include/ldns/error.h
13include/ldns/higher.h 38include/ldns/higher.h
14include/ldns/host2str.h 39include/ldns/host2str.h
15include/ldns/host2wire.h 40include/ldns/host2wire.h
@@ -23,27 +48,52 @@ include/ldns/rbtree.h @@ -23,27 +48,52 @@ include/ldns/rbtree.h
23include/ldns/rdata.h 48include/ldns/rdata.h
24include/ldns/resolver.h 49include/ldns/resolver.h
25include/ldns/rr.h 50include/ldns/rr.h
26include/ldns/rr_functions.h 51include/ldns/rr_functions.h
27include/ldns/sha1.h 52include/ldns/sha1.h
28include/ldns/sha2.h 53include/ldns/sha2.h
29include/ldns/str2host.h 54include/ldns/str2host.h
30include/ldns/tsig.h 55include/ldns/tsig.h
31include/ldns/update.h 56include/ldns/update.h
32include/ldns/util.h 57include/ldns/util.h
33include/ldns/wire2host.h 58include/ldns/wire2host.h
34include/ldns/zone.h 59include/ldns/zone.h
35lib/libldns.la 60lib/libldns.la
 61man/man1/ldns-chaos.1
 62man/man1/ldns-compare-zones.1
36man/man1/ldns-config.1 63man/man1/ldns-config.1
 64man/man1/ldns-dane.1
 65man/man1/ldns-dpa.1
 66man/man1/ldns-gen-zone.1
 67man/man1/ldns-key2ds.1
 68man/man1/ldns-keyfetcher.1
 69man/man1/ldns-keygen.1
 70man/man1/ldns-mx.1
 71man/man1/ldns-notify.1
 72man/man1/ldns-nsec3-hash.1
 73man/man1/ldns-read-zone.1
 74man/man1/ldns-resolver.1
 75man/man1/ldns-revoke.1
 76man/man1/ldns-rrsig.1
 77man/man1/ldns-signzone.1
 78man/man1/ldns-test-edns.1
 79man/man1/ldns-testns.1
 80man/man1/ldns-update.1
 81man/man1/ldns-verify-zone.1
 82man/man1/ldns-version.1
 83man/man1/ldns-walk.1
 84man/man1/ldns-zcat.1
 85man/man1/ldns-zsplit.1
 86man/man1/ldnsd.1
37man/man3/ldns_bget_token.3 87man/man3/ldns_bget_token.3
38man/man3/ldns_bgetc.3 88man/man3/ldns_bgetc.3
39man/man3/ldns_bskipcs.3 89man/man3/ldns_bskipcs.3
40man/man3/ldns_buffer.3 90man/man3/ldns_buffer.3
41man/man3/ldns_buffer2pkt_wire.3 91man/man3/ldns_buffer2pkt_wire.3
42man/man3/ldns_buffer_at.3 92man/man3/ldns_buffer_at.3
43man/man3/ldns_buffer_available.3 93man/man3/ldns_buffer_available.3
44man/man3/ldns_buffer_available_at.3 94man/man3/ldns_buffer_available_at.3
45man/man3/ldns_buffer_begin.3 95man/man3/ldns_buffer_begin.3
46man/man3/ldns_buffer_capacity.3 96man/man3/ldns_buffer_capacity.3
47man/man3/ldns_buffer_clear.3 97man/man3/ldns_buffer_clear.3
48man/man3/ldns_buffer_current.3 98man/man3/ldns_buffer_current.3
49man/man3/ldns_buffer_end.3 99man/man3/ldns_buffer_end.3