From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 02:50:47 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 6FA21695; Mon, 20 Oct 2014 02:50:47 +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 41F63B7F; Mon, 20 Oct 2014 02:50:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9K2olrt028322; Mon, 20 Oct 2014 02:50:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9K2okPF028320; Mon, 20 Oct 2014 02:50:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201410200250.s9K2okPF028320@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 02:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371225 - head/lang/gcc46 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 02:50:47 -0000 Author: gerald Date: Mon Oct 20 02:50:46 2014 New Revision: 371225 URL: https://svnweb.freebsd.org/changeset/ports/371225 QAT: https://qat.redports.org/buildarchive/r371225/ Log: Remove all traces of @dirrm from pkg-plist, including those parts that are dynamically generated via the Makefile. Modified: head/lang/gcc46/Makefile head/lang/gcc46/pkg-plist Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Mon Oct 20 01:24:55 2014 (r371224) +++ head/lang/gcc46/Makefile Mon Oct 20 02:50:46 2014 (r371225) @@ -134,8 +134,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/gcc46/pkg-plist ============================================================================== --- head/lang/gcc46/pkg-plist Mon Oct 20 01:24:55 2014 (r371224) +++ head/lang/gcc46/pkg-plist Mon Oct 20 02:50:46 2014 (r371225) @@ -17,14 +17,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%%