Index: branches/2016Q4/dns/knot-resolver/Makefile =================================================================== --- branches/2016Q4/dns/knot-resolver/Makefile (revision 427187) +++ branches/2016Q4/dns/knot-resolver/Makefile (revision 427188) @@ -1,60 +1,61 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot-resolver PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ MAINTAINER= freebsd@dns-lab.com COMMENT= Caching full resolver implementation LICENSE= GPLv3 LIB_DEPENDS= libknot.so:dns/knot2 \ liblmdb.so:databases/lmdb \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv \ libgnutls.so:security/gnutls \ libnettle.so:security/nettle CONFLICTS= knot-1.* knot1-[0-6].* BROKEN_FreeBSD_9= does not build, see PR#212215 for build failures MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ARGS+= LIBDIR=${PREFIX}/lib MAKE_ARGS+= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig MAKE_ARGS+= lmdb_CFLAGS=-I${LOCALBASE}/include lmdb_LIBS=-llmdb USES= gmake libtool pkgconfig tar:xz USE_CSTD= c99 USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN MEMCACHED REDIS OPTIONS_DEFAULT= DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_MAKE_ARGS= HAS_doxygen=yes DOXYGEN_MAKE_ARGS_OFF= HAS_doxygen=no MEMCACHED_DESC= memcached in-memory data-backend MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached MEMCACHED_MAKE_ARGS= HAS_libmemcached=yes MEMCACHED_MAKE_ARGS_OFF= HAS_libmemcached=no MEMCACHED_PLIST_FILES= lib/kdns_modules/kmemcached.so REDIS_DESC= redis in-memory data-backend REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_MAKE_ARGS= HAS_hiredis=yes REDIS_MAKE_ARGS_OFF= HAS_hiredis=no REDIS_PLIST_FILES= lib/kdns_modules/redis.so USERS= kresd GROUPS= kresd PORTDOCS= AUTHORS COPYING CodingStyle README.md post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: branches/2016Q4/dns/knot2/Makefile =================================================================== --- branches/2016Q4/dns/knot2/Makefile (revision 427187) +++ branches/2016Q4/dns/knot2/Makefile (revision 427188) @@ -1,75 +1,76 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ PKGNAMESUFFIX= 2 MAINTAINER= freebsd@dns-lab.com COMMENT= High performance authoritative-only DNS server LICENSE= GPLv3 LIB_DEPENDS= libfstrm.so:devel/fstrm \ libgnutls.so:security/gnutls \ libjansson.so:devel/jansson \ liblmdb.so:databases/lmdb \ libnettle.so:security/nettle \ liburcu.so:sysutils/liburcu CONFLICTS= knot-1.* knot1-[0-6].* USES= alias libedit libtool pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rundir=/var/run/knot \ --with-storage=/var/db/knot \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --enable-recvmmsg=no INSTALL_TARGET= install-strip USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message USERS= knot GROUPS= knot SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS OPTIONS_DEFINE= DNSTAP FASTPARSER IDN DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c # XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from # `src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which # should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure # script, provide it here explicitly as patching those files would result # in higher line count. Ideally this bug should be fixed upstream. DNSTAP_CPPFLAGS= -I${LOCALBASE}/include FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:dns/libidn post-patch: @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|' \ ${WRKSRC}/src/Makefile.in @${RM} -rf ${WRKSRC}/src/zscanner/scanner.c post-install: ${MV} ${STAGEDIR}${ETCDIR}/knot.sample.conf \ ${STAGEDIR}${ETCDIR}/knot.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: branches/2016Q4/dns/knot2/distinfo =================================================================== --- branches/2016Q4/dns/knot2/distinfo (revision 427187) +++ branches/2016Q4/dns/knot2/distinfo (revision 427188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470789106 -SHA256 (knot-2.3.0.tar.xz) = 8abf9a6562ecf2f7f4222d16ca6c75463399870db360eda7caa40530b469533c -SIZE (knot-2.3.0.tar.xz) = 1066852 +TIMESTAMP = 1479994675 +SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df +SIZE (knot-2.3.2.tar.xz) = 1069500 Property changes on: branches/2016Q4/dns/knot2/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: branches/2016Q4/dns/knot2/pkg-plist =================================================================== --- branches/2016Q4/dns/knot2/pkg-plist (revision 427187) +++ branches/2016Q4/dns/knot2/pkg-plist (revision 427188) @@ -1,98 +1,98 @@ bin/kdig bin/khost bin/knsec3hash bin/knsupdate +bin/kzonecheck %%ETCDIR%%/example.com.zone @sample %%ETCDIR%%/knot.conf.sample include/dnssec/binary.h include/dnssec/crypto.h include/dnssec/dnssec.h include/dnssec/error.h include/dnssec/event.h include/dnssec/kasp.h include/dnssec/key.h include/dnssec/keyid.h include/dnssec/keystore.h include/dnssec/keytag.h include/dnssec/list.h include/dnssec/nsec.h include/dnssec/random.h include/dnssec/sign.h include/dnssec/tsig.h include/dnssec/version.h include/libknot/attribute.h include/libknot/binary.h include/libknot/codes.h include/libknot/consts.h include/libknot/control/control.h include/libknot/cookies/alg-fnv64.h include/libknot/cookies/client.h include/libknot/cookies/server.h include/libknot/db/db.h include/libknot/db/db_lmdb.h include/libknot/db/db_trie.h include/libknot/descriptor.h include/libknot/dname.h include/libknot/errcode.h include/libknot/error.h include/libknot/libknot.h include/libknot/lookup.h include/libknot/mm_ctx.h include/libknot/packet/compr.h include/libknot/packet/pkt.h include/libknot/packet/rrset-wire.h include/libknot/packet/wire.h include/libknot/rdata.h include/libknot/rdataset.h include/libknot/rrset-dump.h include/libknot/rrset.h include/libknot/rrtype/aaaa.h include/libknot/rrtype/dnskey.h include/libknot/rrtype/ds.h include/libknot/rrtype/naptr.h include/libknot/rrtype/nsec.h include/libknot/rrtype/nsec3.h include/libknot/rrtype/nsec3param.h include/libknot/rrtype/opt-cookie.h include/libknot/rrtype/opt.h include/libknot/rrtype/rdname.h include/libknot/rrtype/rrsig.h include/libknot/rrtype/soa.h include/libknot/rrtype/tsig.h include/libknot/rrtype/txt.h include/libknot/tsig-op.h include/libknot/tsig.h include/libknot/version.h include/zscanner/error.h include/zscanner/scanner.h include/zscanner/version.h lib/libdnssec.a lib/libdnssec.so lib/libdnssec.so.2 lib/libdnssec.so.2.0.0 lib/libknot.a lib/libknot.so -lib/libknot.so.3 -lib/libknot.so.3.0.0 +lib/libknot.so.4 +lib/libknot.so.4.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.1 lib/libzscanner.so.1.0.0 libdata/pkgconfig/libdnssec.pc libdata/pkgconfig/libknot.pc libdata/pkgconfig/libzscanner.pc libexec/knot1to2 man/man1/kdig.1.gz man/man1/khost.1.gz man/man1/knot1to2.1.gz man/man1/knsec3hash.1.gz man/man1/knsupdate.1.gz man/man1/kzonecheck.1.gz man/man5/knot.conf.5.gz man/man8/keymgr.8.gz man/man8/knotc.8.gz man/man8/knotd.8.gz sbin/keymgr sbin/knotc sbin/knotd -sbin/kzonecheck Property changes on: branches/2016Q4/dns/knot2/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 427187) +++ branches/2016Q4 (revision 427188) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r424757,427187