From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 01:11:37 2014 Return-Path: Delivered-To: svn-ports-head@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 E416DE64; Sat, 15 Feb 2014 01:11:37 +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 CFB47193A; Sat, 15 Feb 2014 01:11:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1F1BbQl032618; Sat, 15 Feb 2014 01:11:37 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1F1BbHk032616; Sat, 15 Feb 2014 01:11:37 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201402150111.s1F1BbHk032616@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 15 Feb 2014 01:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344320 - head/lang/gcc48 X-SVN-Group: ports-head 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.17 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: Sat, 15 Feb 2014 01:11:38 -0000 Author: gerald Date: Sat Feb 15 01:11:37 2014 New Revision: 344320 URL: http://svnweb.freebsd.org/changeset/ports/344320 QAT: https://qat.redports.org/buildarchive/r344320/ Log: Update to the 20140213 snapshot of GCC 4.8.3. 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] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2] Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Fri Feb 14 23:45:06 2014 (r344319) +++ head/lang/gcc48/Makefile Sat Feb 15 01:11:37 2014 (r344320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc48 -PORTVERSION= 4.8.3.s20140116 +PORTVERSION= 4.8.3.s20140213 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -129,6 +129,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/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Fri Feb 14 23:45:06 2014 (r344319) +++ head/lang/gcc48/distinfo Sat Feb 15 01:11:37 2014 (r344320) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20140116.tar.bz2) = bba7542a6845931e244576c23fcf62c5766b769c12f9af5e0cdf99ea2ec51408 -SIZE (gcc-4.8-20140116.tar.bz2) = 81863240 +SHA256 (gcc-4.8-20140213.tar.bz2) = dcb4d8200c48b9b538b611b2b125401478f9b21a2801f86a80ba7075ba3906b3 +SIZE (gcc-4.8-20140213.tar.bz2) = 81844524