From owner-svn-ports-all@freebsd.org Wed Sep 6 14:09:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C1A3E049A3; Wed, 6 Sep 2017 14:09:26 +0000 (UTC) (envelope-from gerald@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 mx1.freebsd.org (Postfix) with ESMTPS id AD41A64993; Wed, 6 Sep 2017 14:09:25 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v86E9Oq6079548; Wed, 6 Sep 2017 14:09:24 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v86E9Og8079546; Wed, 6 Sep 2017 14:09:24 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201709061409.v86E9Og8079546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 6 Sep 2017 14:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449346 - in head/lang: gcc5 gcc6 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc5 gcc6 X-SVN-Commit-Revision: 449346 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.23 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: Wed, 06 Sep 2017 14:09:26 -0000 Author: gerald Date: Wed Sep 6 14:09:24 2017 New Revision: 449346 URL: https://svnweb.freebsd.org/changeset/ports/449346 Log: Move ONLY_FOR_ARCHS and BROKEN_sparc64 together and up into a block of their own (per guidance from portlint and the manual). Modified: head/lang/gcc5/Makefile head/lang/gcc6/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Wed Sep 6 14:05:07 2017 (r449345) +++ head/lang/gcc5/Makefile Wed Sep 6 14:09:24 2017 (r449346) @@ -14,6 +14,9 @@ COMMENT= GNU Compiler Collection 5 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 +BROKEN_sparc64= Does not build: bootstrap comparison failure + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc @@ -29,7 +32,6 @@ CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build @@ -78,7 +80,6 @@ MAKE_ARGS+=STAGE1_CXXFLAGS=-fbracket-depth=512 . endif .endif -BROKEN_sparc64= Does not build: bootstrap comparison failure LANGUAGES:= c,c++,objc,fortran TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Wed Sep 6 14:05:07 2017 (r449345) +++ head/lang/gcc6/Makefile Wed Sep 6 14:09:24 2017 (r449346) @@ -13,14 +13,15 @@ COMMENT= GNU Compiler Collection 6 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 +BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile - .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif @@ -29,7 +30,6 @@ CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build