Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 15:49:25 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516980 - head/dns/knot-resolver
Message-ID:  <201911071549.xA7FnP9a075174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911071549.xA7FnP9a075174>