From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 16:15:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1C0CC3B; Mon, 20 Oct 2014 16:15: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADCE734C; Mon, 20 Oct 2014 16:15:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KGF5ke049278; Mon, 20 Oct 2014 16:15:05 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KGF5q4049276; Mon, 20 Oct 2014 16:15:05 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201410201615.s9KGF5q4049276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 20 Oct 2014 16:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371281 - head/lang/gcc5 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.18-1 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: Mon, 20 Oct 2014 16:15:05 -0000 Author: gerald Date: Mon Oct 20 16:15:04 2014 New Revision: 371281 URL: https://svnweb.freebsd.org/changeset/ports/371281 QAT: https://qat.redports.org/buildarchive/r371281/ Log: Update to the 20141019 snapshot of GCC 5.0. Remove all traces of @dirrm from pkg-plist that are dynamically generated via the Makefile. Modified: head/lang/gcc5/Makefile head/lang/gcc5/distinfo Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Mon Oct 20 16:04:12 2014 (r371280) +++ head/lang/gcc5/Makefile Mon Oct 20 16:15:04 2014 (r371281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc5 -PORTVERSION= 5.0.s20141005 +PORTVERSION= 5.0.s20141019 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/gcc5/distinfo ============================================================================== --- head/lang/gcc5/distinfo Mon Oct 20 16:04:12 2014 (r371280) +++ head/lang/gcc5/distinfo Mon Oct 20 16:15:04 2014 (r371281) @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20141005.tar.bz2) = c78e296fc8aeaa5e5fa2c6a2e03cd80711414ff45a7059c8c526c05b10a60828 -SIZE (gcc-5-20141005.tar.bz2) = 86794369 +SHA256 (gcc-5-20141019.tar.bz2) = 4bd65c0bb11d94c0ead95244dc9a40bddc27c2cf5becb5c527d2f45518360e7d +SIZE (gcc-5-20141019.tar.bz2) = 86929783