From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 01:24:56 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B71FB4FF; Mon, 20 Oct 2014 01:24:56 +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 898D51C9; Mon, 20 Oct 2014 01:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K1OuR4090114; Mon, 20 Oct 2014 01:24:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K1OuSd090111; Mon, 20 Oct 2014 01:24:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201410200124.s9K1OuSd090111@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 01:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371224 - 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-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 01:24:56 -0000 Author: gerald Date: Mon Oct 20 01:24:55 2014 New Revision: 371224 URL: https://svnweb.freebsd.org/changeset/ports/371224 QAT: https://qat.redports.org/buildarchive/r371224/ Log: Remove all traces of @dirrm from pkg-plist, including the dynamically generated parts via the Makefile. Modified: head/lang/gcc47/Makefile head/lang/gcc47/pkg-plist Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Oct 19 23:19:41 2014 (r371223) +++ head/lang/gcc47/Makefile Mon Oct 20 01:24:55 2014 (r371224) @@ -144,8 +144,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/gcc47/pkg-plist ============================================================================== --- head/lang/gcc47/pkg-plist Sun Oct 19 23:19:41 2014 (r371223) +++ head/lang/gcc47/pkg-plist Mon Oct 20 01:24:55 2014 (r371224) @@ -23,14 +23,9 @@ man/man1/gcov%%SUFFIX%%.1.gz man/man1/gfortran%%SUFFIX%%.1.gz %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/aotcompile.py %%JAVA%%share/gcc-%%GCC_VERSION%%/python/libjava/classfile.py -%%JAVA%%@dirrm share/gcc-%%GCC_VERSION%%/python/libjava share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6 -@dirrm share/gcc-%%GCC_VERSION%%/python/libstdcxx -@dirrm share/gcc-%%GCC_VERSION%%/python -@dirrm share/gcc-%%GCC_VERSION%% %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% %%JAVA%%bin/aot-compile%%SUFFIX%% %%JAVA%%bin/gappletviewer%%SUFFIX%%