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

Rene Ladan rene at FreeBSD.org
Thu Nov 7 15:49:25 UTC 2019


Author: rene
Date: Thu Nov  7 15:49:25 2019
New Revision: 516980
URL: https://svnweb.freebsd.org/changeset/ports/516980

Log:
  dns/knot-resolver: no need to explicitly set NOT_FOR_ARCH here.
  
  The ports framework ignores this port by itself because the dependency of this
  port will fail.
  
  Reported by:	mat
  MFH:		2019Q4

Modified:
  head/dns/knot-resolver/Makefile

Modified: head/dns/knot-resolver/Makefile
==============================================================================
--- head/dns/knot-resolver/Makefile	Thu Nov  7 15:40:43 2019	(r516979)
+++ head/dns/knot-resolver/Makefile	Thu Nov  7 15:49:25 2019	(r516980)
@@ -13,9 +13,6 @@ 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 \


More information about the svn-ports-all mailing list