svn commit: r517061 - branches/2019Q4/dns/knot-resolver

Rene Ladan rene at FreeBSD.org
Fri Nov 8 13:26:23 UTC 2019


Author: rene
Date: Fri Nov  8 13:26:22 2019
New Revision: 517061
URL: https://svnweb.freebsd.org/changeset/ports/517061

Log:
  MFH: r516980
  
  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
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2019Q4/dns/knot-resolver/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/dns/knot-resolver/Makefile
==============================================================================
--- branches/2019Q4/dns/knot-resolver/Makefile	Fri Nov  8 13:26:08 2019	(r517060)
+++ branches/2019Q4/dns/knot-resolver/Makefile	Fri Nov  8 13:26:22 2019	(r517061)
@@ -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-branches mailing list