svn commit: r516865 - branches/2019Q4/dns/knot2

Rene Ladan rene at FreeBSD.org
Wed Nov 6 08:46:03 UTC 2019


Author: rene
Date: Wed Nov  6 08:46:03 2019
New Revision: 516865
URL: https://svnweb.freebsd.org/changeset/ports/516865

Log:
  MFH: r516864
  
  dns/knot2 does not build on any supported i386 version.
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2019Q4/dns/knot2/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/dns/knot2/Makefile
==============================================================================
--- branches/2019Q4/dns/knot2/Makefile	Wed Nov  6 08:45:17 2019	(r516864)
+++ branches/2019Q4/dns/knot2/Makefile	Wed Nov  6 08:46:03 2019	(r516865)
@@ -15,7 +15,7 @@ COMMENT?=	High performance authoritative-only DNS serv
 LICENSE=	GPLv3
 
 NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 on FreeBSD >= 11.2
+NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
 
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		liblmdb.so:databases/lmdb \


More information about the svn-ports-branches mailing list