From owner-svn-ports-all@FreeBSD.ORG Sat Feb 15 14:27:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3502AC4B; Sat, 15 Feb 2014 14:27:05 +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 F1B8D1B6D; Sat, 15 Feb 2014 14:27:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FER46q044786; Sat, 15 Feb 2014 14:27:04 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FER46G044784; Sat, 15 Feb 2014 14:27:04 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201402151427.s1FER46G044784@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 15 Feb 2014 14:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344390 - head/lang/gcc47 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: Sat, 15 Feb 2014 14:27:05 -0000 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 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