From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 23:11:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F594804; Wed, 12 Feb 2014 23:11:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3363190F; Wed, 12 Feb 2014 23:11:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CNBSgK039911; Wed, 12 Feb 2014 23:11:28 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CNBS6r039909; Wed, 12 Feb 2014 23:11:28 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201402122311.s1CNBS6r039909@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 12 Feb 2014 23:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344030 - head/lang/gcc49 X-SVN-Group: ports-head 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.17 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, 12 Feb 2014 23:11:29 -0000 Author: gerald Date: Wed Feb 12 23:11:28 2014 New Revision: 344030 URL: http://svnweb.freebsd.org/changeset/ports/344030 QAT: https://qat.redports.org/buildarchive/r344030/ Log: Update to the 20140209 snapshot of GCC 4.9.0. Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about (needlessly ;-). [2] No longer run ccache-update-links as part of post-install which, in the world of staging, no longer is what it used to be. Rely on the existing @exec and @unexec in pkg-plist instead. [3] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2][3] Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Feb 12 23:06:08 2014 (r344029) +++ head/lang/gcc49/Makefile Wed Feb 12 23:11:28 2014 (r344030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.0.20140119 +PORTVERSION= 4.9.0.20140209 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -70,6 +70,7 @@ CONFIGURE_ARGS+=--disable-bootstrap ALL_TARGET= bootstrap .endif CONFIGURE_ARGS+=--disable-nls \ + --enable-gnu-indirect-function \ --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} \ --program-suffix=${SUFFIX} \ @@ -129,6 +130,7 @@ full-regression-test: build post-install: ${RM} -f ${STAGEDIR}${TARGLIB}/*.la + ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/* # Add target libraries and include files to packaging list. ${RM} -f ${WRKDIR}/PLIST.lib .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Wed Feb 12 23:06:08 2014 (r344029) +++ head/lang/gcc49/distinfo Wed Feb 12 23:11:28 2014 (r344030) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20140119.tar.bz2) = 084777a14afa345c5b42478cbd7d0497cdee8550d390fed9eb301789e6037045 -SIZE (gcc-4.9-20140119.tar.bz2) = 84867798 +SHA256 (gcc-4.9-20140209.tar.bz2) = 98a25dac7fd71f999e2932f23771e1f8b9dd838c1903e4607b59d54aa0db3f26 +SIZE (gcc-4.9-20140209.tar.bz2) = 85051377