Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 08:46:03 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r516865 - branches/2019Q4/dns/knot2
Message-ID:  <201911060846.xA68k3Jx040796@repo.freebsd.org>

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



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