From owner-svn-ports-all@freebsd.org Fri Nov 2 09:59:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B75F110EFD4D; Fri, 2 Nov 2018 09:59:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CEAB804EC; Fri, 2 Nov 2018 09:59:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F4411046; Fri, 2 Nov 2018 09:59:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA29xlh5098101; Fri, 2 Nov 2018 09:59:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA29xkJ9098096; Fri, 2 Nov 2018 09:59:46 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201811020959.wA29xkJ9098096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 2 Nov 2018 09:59:46 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns: bind9-devel bind912 bind913 X-SVN-Commit-Revision: 483797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 09:59:47 -0000 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