Date: Wed, 12 Feb 2014 23:11:28 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344030 - head/lang/gcc49 Message-ID: <201402122311.s1CNBS6r039909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402122311.s1CNBS6r039909>