diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-06 09:10:24 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-06 09:10:24 +0000 |
commit | 660037ec44f4ef262cdc7a73c6e767b926754d08 (patch) | |
tree | aa5399e75840abbd1df478b1038a586fefc4fd78 /dns/knot-resolver | |
parent | e0562be679f6990ebc45995d9af16d5b7384d3b2 (diff) | |
download | freebsd-ports-660037ec44f4ef262cdc7a73c6e767b926754d08.zip |
dns/knot-resolver: IGNORE on i386 because dns/knot2 is broken there
While here remove a trailing whitespace.
MFH: 2019Q4 (part of D21974)
Diffstat (limited to 'dns/knot-resolver')
-rw-r--r-- | dns/knot-resolver/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index d2cc18267300..1c141888337c 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -13,6 +13,9 @@ COMMENT= Caching full resolver implementation LICENSE= GPLv3+ +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON_i386= libknot (installed by knot2) is broken + BUILD_DEPENDS= bash:shells/bash \ git:devel/git LIB_DEPENDS= libgnutls.so:security/gnutls \ @@ -56,7 +59,7 @@ MESON_ARGS= --default-library=static \ #MESON_ARGS+= lmdb_CFLAGS=-I${PREFIX}/include lmdb_LIBS=-llmdb OPTIONS_DEFINE= DOCS DNSTAP DOXYGEN GO TRUSTANCHOR -OPTIONS_DEFAULT= DOCS DNSTAP DOXYGEN GO +OPTIONS_DEFAULT= DOCS DNSTAP DOXYGEN GO # COOKIES will come return/reworked to reflect IETF dnsop group development #COOKIES_DESC= cookies @@ -98,14 +101,6 @@ TRUSTANCHOR_BUILD_DEPENDS= ${LUA_PKGNAMEPREFIX}luasocket>=0:net/luasocket \ .include <bsd.port.options.mk> -# has to be tested if this is still is a bug. -# if so, look in /usr/ports/multimedia/dav1d/Makefile for -# CPU stuff / llvm bug/workaround/solution -#.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1120000 -#NOT_FOR_ARCHS= i386 -#NOT_FOR_ARCHS_REASON_i386= libknot (installed by knot2) is broken on 11.2 at i386 -#.endif - USERS= kresd GROUPS= kresd |