svn commit: r516864 - head/dns/knot2
Rene Ladan
rene at FreeBSD.org
Wed Nov 6 08:45:17 UTC 2019
Author: rene
Date: Wed Nov 6 08:45:17 2019
New Revision: 516864
URL: https://svnweb.freebsd.org/changeset/ports/516864
Log:
dns/knot2 does not build on any supported i386 version.
MFH: 2019Q4 (part of D21974)
Modified:
head/dns/knot2/Makefile
Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile Wed Nov 6 08:36:51 2019 (r516863)
+++ head/dns/knot2/Makefile Wed Nov 6 08:45:17 2019 (r516864)
@@ -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-head
mailing list