svn commit: r516866 - head/dns/knot-resolver

Mathieu Arnold mat at FreeBSD.org
Wed Nov 6 09:29:03 UTC 2019


On Wed, Nov 06, 2019 at 09:10:24AM +0000, Rene Ladan wrote:
> Author: rene
> Date: Wed Nov  6 09:10:24 2019
> New Revision: 516866
> URL: https://svnweb.freebsd.org/changeset/ports/516866
> 
> Log:
>   dns/knot-resolver: IGNORE on i386 because dns/knot2 is broken there

The lines were commented out before.

>   While here remove a trailing whitespace.
>   
>   MFH:		2019Q4 (part of D21974)
> 
> Modified:
>   head/dns/knot-resolver/Makefile
> 
> Modified: head/dns/knot-resolver/Makefile
> ==============================================================================
> --- head/dns/knot-resolver/Makefile	Wed Nov  6 08:46:03 2019	(r516865)
> +++ head/dns/knot-resolver/Makefile	Wed Nov  6 09:10:24 2019	(r516866)
> @@ -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
> @@ -97,14 +100,6 @@ TRUSTANCHOR_BUILD_DEPENDS=	${LUA_PKGNAMEPREFIX}luasock
>  				${LUA_PKGNAMEPREFIX}luasec>=0:security/luasec
>  
>  .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
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191106/cd3abe87/attachment.sig>


More information about the svn-ports-head mailing list