From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 10:56:11 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 09145BF6; Sun, 28 Sep 2014 10:56:11 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 57E5E20C; Sun, 28 Sep 2014 10:56:10 +0000 (UTC) Received: from [192.168.0.48] (unknown [180.241.10.66]) by ainaz.pair.com (Postfix) with ESMTPSA id 58D493F44F; Sun, 28 Sep 2014 06:55:59 -0400 (EDT) Date: Sun, 28 Sep 2014 17:55:34 +0700 (WIB) From: Gerald Pfeifer To: ports-committers@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r369448 - head/lang/gcc5 In-Reply-To: <201409281049.s8SAnFiT062634@svn.freebsd.org> Message-ID: References: <201409281049.s8SAnFiT062634@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Sun, 28 Sep 2014 10:56:11 -0000 On Sunday 2014-09-28 10:49, Gerald Pfeifer wrote: > New Revision: 369448 : > Log: > Update to the 20140921 snapshot of GCC 5.0. > > Remove four instances of @dirrm from pkg-plist. My testing did show regressions from earlier testing, but these are not due to my changes or the lang/gcc5 port itself: #### make deinstall #### The PREFIX should be essentially empty: info/gcc5 share/applications share/licenses/gcc5-5.0.s20140921 Bapt, this is related to revision 368918. I have followed the news that @dirrm and @dirrmtry should be nops these days. Alas, it appears they are not? At least for make deinstall? Gerald > Modified: head/lang/gcc5/pkg-plist > ============================================================================== > --- head/lang/gcc5/pkg-plist Sun Sep 28 10:40:54 2014 (r369447) > +++ head/lang/gcc5/pkg-plist Sun Sep 28 10:49:15 2014 (r369448) > @@ -24,14 +24,10 @@ 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 > share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.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%% >