FreeBSD Bugzilla – Attachment 224093 Details for
Bug 254765
dns/knot-resolver fails packaging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
formatting and adjustments of knot-resolver
file_254765.txt (text/plain), 2.78 KB, created by
Leo Vandewoestijne
on 2021-04-13 23:14:29 UTC
(
hide
)
Description:
formatting and adjustments of knot-resolver
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2021-04-13 23:14:29 UTC
Size:
2.78 KB
patch
obsolete
>Index: dns/knot-resolver/Makefile >=================================================================== >--- dns/knot-resolver/Makefile (revision 569609) >+++ dns/knot-resolver/Makefile (working copy) >@@ -19,14 +19,14 @@ > lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 \ > luacheck:devel/lua-luacheck > >-LIB_DEPENDS= libknot.so:dns/knot3-lib \ >- libdnssec.so:dns/knot3-lib \ >- libzscanner.so:dns/knot3-lib \ >+LIB_DEPENDS= libdnssec.so:dns/knot3-lib \ > libgnutls.so:security/gnutls \ >+ libknot.so:dns/knot3-lib \ > liblmdb.so:databases/lmdb \ > libluajit-5.1.so:lang/luajit-openresty \ > libnghttp2.so:www/libnghttp2 \ >- libuv.so:devel/libuv >+ libuv.so:devel/libuv \ >+ libzscanner.so:dns/knot3-lib > > RUN_DEPENDS= lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 > >@@ -59,13 +59,13 @@ > --libdir=${PREFIX}/lib \ > --pkg-config-path=${PREFIX}/libdata/pkgconfig \ > --prefix=${LOCALBASE} \ >- -Duser=${USERS} \ >+ -Dclient=enabled \ > -Dgroup=${GROUPS} \ > -Dinstall_kresd_conf=enabled \ >- -Dclient=enabled \ >- -Dutils=enabled \ > -Dkeyfile_default=${ETCDIR}/root.keys \ >- -Droot_hints=${ETCDIR}/root.hints >+ -Droot_hints=${ETCDIR}/root.hints \ >+ -Duser=${USERS} \ >+ -Dutils=enabled > > LDFLAGS+= -L${LOCALBASE}/lib > >@@ -114,8 +114,7 @@ > TESTEXTRA_BROKEN= CMake Error: The source directory misses CMakeLists.txt > TESTEXTRA_BUILD_DEPENDS= git:devel/git > TESTEXTRA_USES= cmake python:3 >-TESTEXTRA_MESON_ON= -Dextra_tests=enabled \ >- -Dsendmmsg=disabled >+TESTEXTRA_MESON_ON= -Dextra_tests=enabled -Dsendmmsg=disabled > TESTEXTRA_MESON_OFF= -Dextra_tests=disabled > > TESTUNIT_BUILD_DEPENDS= cmocka>=1.1.1:sysutils/cmocka >@@ -148,6 +147,7 @@ > pre-install-TEST-on: do-test > > post-install: >+ ${MV} ${STAGEDIR}${ETCDIR}/kresd.conf ${STAGEDIR}${ETCDIR}/kresd.conf.sample > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ > .for STRIP_TGT in ${STRIP_TARGETS} > if [ -f ${STAGEDIR}${PREFIX}/${STRIP_TGT} ]; then \ >Index: dns/knot-resolver/pkg-plist >=================================================================== >--- dns/knot-resolver/pkg-plist (revision 569609) >+++ dns/knot-resolver/pkg-plist (working copy) >@@ -1,4 +1,4 @@ >-@sample %%ETCDIR%%/kresd.conf >+@sample %%ETCDIR%%/kresd.conf.sample > %%ETCDIR%%/icann-ca.pem > %%ETCDIR%%/root.hints > include/libkres/api.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 254765
: 224093