svn commit: r471736 - in head/dns: bind9-devel bind912

Mark Linimon linimon at FreeBSD.org
Mon Jun 4 23:42:09 UTC 2018


Author: linimon
Date: Mon Jun  4 23:42:08 2018
New Revision: 471736
URL: https://svnweb.freebsd.org/changeset/ports/471736

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/dns/bind9-devel/Makefile
  head/dns/bind912/Makefile

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Jun  4 23:39:46 2018	(r471735)
+++ head/dns/bind9-devel/Makefile	Mon Jun  4 23:42:08 2018	(r471736)
@@ -33,6 +33,8 @@ COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+BROKEN_powerpc64=	fails to link: /usr/bin/ld: cannot find -latomic
+
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.13.0a0.2018.06.03
 # XXX: Remove gitlab

Modified: head/dns/bind912/Makefile
==============================================================================
--- head/dns/bind912/Makefile	Mon Jun  4 23:39:46 2018	(r471735)
+++ head/dns/bind912/Makefile	Mon Jun  4 23:42:08 2018	(r471736)
@@ -29,6 +29,8 @@ COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+BROKEN_powerpc64=	fails to link: /usr/bin/ld: cannot find -latomic
+
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.12.1-P2
 


More information about the svn-ports-all mailing list