Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 23:42:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471736 - in head/dns: bind9-devel bind912
Message-ID:  <201806042342.w54Ng8T2060390@repo.freebsd.org>

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



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