Date: Sat, 15 Feb 2014 14:27:04 +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: r344390 - head/lang/gcc47 Message-ID: <201402151427.s1FER46G044784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Feb 15 14:27:04 2014 New Revision: 344390 URL: http://svnweb.freebsd.org/changeset/ports/344390 QAT: https://qat.redports.org/buildarchive/r344390/ Log: Update to the 20140208 snapshot of GCC 4.7.4. 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. [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/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sat Feb 15 14:22:29 2014 (r344389) +++ head/lang/gcc47/Makefile Sat Feb 15 14:27:04 2014 (r344390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc47 -PORTVERSION= 4.7.4.20140118 +PORTVERSION= 4.7.4.20140208 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -70,6 +70,7 @@ CONFIGURE_ARGS+=--disable-bootstrap ALL_TARGET= bootstrap-lean .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 @@ -139,8 +141,5 @@ post-install: fi .endfor cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} - @if type ccache-update-links >/dev/null 2>&1; then \ - ccache-update-links -v; \ - fi .include <bsd.port.post.mk> Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sat Feb 15 14:22:29 2014 (r344389) +++ head/lang/gcc47/distinfo Sat Feb 15 14:27:04 2014 (r344390) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20140118.tar.bz2) = b0c93fc5149320ec6f25d10fe4f0ee87919023979406051375729e57aabf6906 -SIZE (gcc-4.7-20140118.tar.bz2) = 78851434 +SHA256 (gcc-4.7-20140208.tar.bz2) = 66ada8a86b5fea7a5d9e5d75f92d350b6e82469ee528cc77dd4eac0c87364a01 +SIZE (gcc-4.7-20140208.tar.bz2) = 78880397
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151427.s1FER46G044784>