Date: Fri, 2 Nov 2018 09:59:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483797 - in head/dns: bind9-devel bind912 bind913 Message-ID: <201811020959.wA29xkJ9098096@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Nov 2 09:59:46 2018 New Revision: 483797 URL: https://svnweb.freebsd.org/changeset/ports/483797 Log: Fix build on powerpc64. PR: 231786 Submitted by: Piotr Kubaj Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind912/Makefile (contents, props changed) head/dns/bind913/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Fri Nov 2 09:30:16 2018 (r483796) +++ head/dns/bind9-devel/Makefile Fri Nov 2 09:59:46 2018 (r483797) @@ -38,7 +38,7 @@ BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot f LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 -USES= cpe libedit ssl tar:bz2 +USES= compiler:c11 cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.13.1a0.2018.10.31 # XXX: Remove gitlab Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Fri Nov 2 09:30:16 2018 (r483796) +++ head/dns/bind912/Makefile Fri Nov 2 09:59:46 2018 (r483797) @@ -33,7 +33,7 @@ BROKEN_powerpc64= fails to link: /usr/bin/ld: cannot f LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= cpe libedit +USES= compiler:c11 cpe libedit # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.12.3 Modified: head/dns/bind913/Makefile ============================================================================== --- head/dns/bind913/Makefile Fri Nov 2 09:30:16 2018 (r483796) +++ head/dns/bind913/Makefile Fri Nov 2 09:59:46 2018 (r483797) @@ -31,7 +31,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= cpe libedit ssl +USES= compiler:c11 cpe libedit ssl # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.13.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811020959.wA29xkJ9098096>