From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 14:11:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9221D107; Wed, 9 Jul 2014 14:11:00 +0000 (UTC) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6B26221DB; Wed, 9 Jul 2014 14:10:59 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am0GABxMvVNbsLPm/2dsb2JhbABZgw5Sv3OHRAGBDhd1hAMBAQU6EQEKHgUQCxgJGgsPKh4GiFkBtQIBk3IXj0IHhEMBBJp1lA2CAYFEOy8B Received: from 230.179-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.179.230]) by relay.skynet.be with ESMTP; 09 Jul 2014 16:10:51 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s69EAodK007886; Wed, 9 Jul 2014 16:10:50 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 9 Jul 2014 16:10:49 +0200 From: Tijl Coosemans To: Gerald Pfeifer Subject: Re: svn commit: r351936 - in head: . Mk Mk/Uses archivers/libcomprex archivers/libdynamite archivers/liborange archivers/librtfcomp archivers/lzo2 archivers/ucl archivers/unshield audio/gstreamer1-plug... Message-ID: <20140709161049.600ed308@kalimero.tijl.coosemans.org> In-Reply-To: References: <201404231325.s3NDPHrv045503@svn.freebsd.org> <20140702164609.000d0561@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Baptiste Daroussin , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 09 Jul 2014 14:11:00 -0000 On Wed, 9 Jul 2014 01:52:56 +0200 (CEST) Gerald Pfeifer wrote: > On Wed, 2 Jul 2014, Tijl Coosemans wrote: >>> - ${RM} -f ${STAGEDIR}${TARGLIB}/*.la >>> ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/* >>> ${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \ >>> ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1 >> The problem is that you create plist in post-install while USES=libtool >> only removes .la files after staging. I'm thinking of moving the >> patch-lafiles target right before post-stage so you can create plist in >> post-stage, but for now you'll have to keep the RM (together with >> USES=libtool). > > I looked into this further and tested various patches. It turns out > the lang/gcc* had some *.la left over which I now removed as well (for > lang/gcc410 today, others in the coming days). > > The primary difference I can see if I add USES=libtool on top is that > I get a couple of libraries like the following ones: > > prefix/gcc410/lib/gcc410/libstdc++.so.6.0.21 > prefix/gcc410/lib/gcc410/libstdc++.so.6.0.21-gdb.py > prefix/gcc410/lib/gcc410/libcilkrts.so.5.0.0 > prefix/gcc410/lib/gcc410/libssp.so.0.0.0 > prefix/gcc410/lib/gcc410/libquadmath.so.0.0.0 > prefix/gcc410/lib/gcc410/libgfortran.so.3.0.0 > prefix/gcc410/lib/gcc410/libobjc.so.4.0.0 > prefix/gcc410/lib/gcc410/libgcj.so.15.0.0 > prefix/gcc410/lib/gcc410/libgij.so.15.0.0 > prefix/gcc410/lib/gcc410/libgcj-tools.so.15.0.0 > prefix/gcc410/lib/gcc410/libgomp.so.1.0.0 > prefix/gcc410/lib/gcc410/libitm.so.1.0.0 > prefix/gcc410/lib/gcc410/libatomic.so.1.1.0 > prefix/gcc410/libexec/gcc410/gcc/i386-portbld-freebsd10.0/4.10.0/liblto_plugin.so.0.0.0 > > So, should I still add USES=libtool to these ports? Yes. This new version scheme reduces future library version bumps.