From owner-svn-ports-all@FreeBSD.ORG Sat Oct 25 18:46:16 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F83F4BF; Sat, 25 Oct 2014 18:46:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB25A1D; Sat, 25 Oct 2014 18:46:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9PIkGwn057865; Sat, 25 Oct 2014 18:46:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9PIkF1a057861; Sat, 25 Oct 2014 18:46:15 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201410251846.s9PIkF1a057861@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 25 Oct 2014 18:46:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371491 - 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.18-1 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, 25 Oct 2014 18:46:16 -0000 Author: gerald Date: Sat Oct 25 18:46:15 2014 New Revision: 371491 URL: https://svnweb.freebsd.org/changeset/ports/371491 QAT: https://qat.redports.org/buildarchive/r371491/ Log: Update to the 20141022 snapshot of GCC 4.9.2. Also remove those traces of @dirrm that were are added dynamically via the Makefile. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sat Oct 25 17:00:11 2014 (r371490) +++ head/lang/gcc49/Makefile Sat Oct 25 18:46:15 2014 (r371491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.2.s20141015 +PORTVERSION= 4.9.2.s20141022 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -142,8 +142,6 @@ post-stage: .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax cd ${STAGEDIR}${PREFIX} ; if [ -d $d ]; then \ ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\ - ${FIND} $d -type d | ${SORT} -r \ - | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\ fi .endfor cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sat Oct 25 17:00:11 2014 (r371490) +++ head/lang/gcc49/distinfo Sat Oct 25 18:46:15 2014 (r371491) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20141015.tar.bz2) = c4f6079e57f8ca234a85c672e24bc1f7ea2febec5de569744b9b5113c2cc9a82 -SIZE (gcc-4.9-20141015.tar.bz2) = 85521689 +SHA256 (gcc-4.9-20141022.tar.bz2) = bfa823e12b291e8b7869e286eff6778a51c5bf2f78f01e71859e74b81627ddef +SIZE (gcc-4.9-20141022.tar.bz2) = 85510287