Date: Wed, 6 Nov 2019 08:45:17 +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: r516864 - head/dns/knot2 Message-ID: <201911060845.xA68jH0x040642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911060845.xA68jH0x040642>