From owner-svn-ports-head@freebsd.org Fri Dec 1 13:11:47 2017 Return-Path: Delivered-To: svn-ports-head@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 D36B4E54C4C; Fri, 1 Dec 2017 13:11:47 +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 A051D186D; Fri, 1 Dec 2017 13:11:47 +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 vB1DBkFk048162; Fri, 1 Dec 2017 13:11:46 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB1DBkkC048159; Fri, 1 Dec 2017 13:11:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201712011311.vB1DBkkC048159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 1 Dec 2017 13:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455287 - head/lang/gcc7-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7-devel X-SVN-Commit-Revision: 455287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 13:11:47 -0000 Author: gerald Date: Fri Dec 1 13:11:46 2017 New Revision: 455287 URL: https://svnweb.freebsd.org/changeset/ports/455287 Log: Update to the 20171130 snapshot of GCC 7.2.1. Backport the change to ensure what we install is stripped (i.e., debug info is removed) from lang/gcc7. See revision 454177 for background. [1] Shorten the distinct .if statements for architecture-specific settings, to use .elif instead. Reported by: Ports QA Framework, miwi, sobomax [1] Discussed with: tijl, miwi [1] Differential Revision: https://reviews.freebsd.org/D10357 [1] Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Fri Dec 1 13:08:27 2017 (r455286) +++ head/lang/gcc7-devel/Makefile Fri Dec 1 13:11:46 2017 (r455287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.2.1.s20171123 +PORTVERSION= 7.2.1.s20171130 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -61,9 +61,8 @@ CONFIGURE_ARGS+= --disable-multilib .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} -.endif -.if ${ARCH} == powerpc64 +.elif ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" USE_GCC= yes .endif @@ -78,6 +77,10 @@ CONFIGURE_ARGS+=--disable-bootstrap .else CONFIGURE_ARGS+=--with-build-config=bootstrap-debug ALL_TARGET= bootstrap-lean +.endif +INSTALL_TARGET= install-strip +.if ${UID} != 0 +BINMODE= 755 .endif CONFIGURE_ARGS+=--disable-nls \ --enable-gnu-indirect-function \ Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Fri Dec 1 13:08:27 2017 (r455286) +++ head/lang/gcc7-devel/distinfo Fri Dec 1 13:11:46 2017 (r455287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511480012 -SHA256 (gcc-7-20171123.tar.xz) = 3d71bc7a12a4362c80008eee70406020989a60a87d77d3dbe02a7e50e0ca8dde -SIZE (gcc-7-20171123.tar.xz) = 59146732 +TIMESTAMP = 1512129009 +SHA256 (gcc-7-20171130.tar.xz) = 67943b4a7d72c93a3b7e89b7e3632cf021360385131b1f9ebfc983fcd4dfd01c +SIZE (gcc-7-20171130.tar.xz) = 59151160