From owner-freebsd-ports@FreeBSD.ORG Wed Dec 12 08:38:34 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 194F1843 for ; Wed, 12 Dec 2012 08:38:34 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 460518FC08 for ; Wed, 12 Dec 2012 08:38:32 +0000 (UTC) Received: (qmail 59293 invoked from network); 12 Dec 2012 08:38:29 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 12 Dec 2012 08:38:29 -0000 Message-ID: <50C84285.9000807@FreeBSD.org> Date: Wed, 12 Dec 2012 09:38:29 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: [RFC/HEADSUP] portmaster default -w (preserve shared libraries) References: <50C7576C.5040100@FreeBSD.org> <20121212075144.ca3881329b4aa461c38c942e@alkumuna.eu> <20121212083410.GZ12114@home.opsec.eu> In-Reply-To: <20121212083410.GZ12114@home.opsec.eu> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , Matthieu Volat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 08:38:34 -0000 Kurt Jaeger ha scritto: >> I have a few question about what happens if you always use this flag: >> * Do you keep every version of the shlibs you ever built on your system? > > No, only those that still needed. > >> * Are there any method to clean the unused ones? > > sysutils/libchk or pkg_libchk from sysutils/bsdadminscripts. Uh? One of the two: 1) it keeps all versions and you need to clean them up 2) it keeps only needed and so you shouldn't clean up The correct answer is 1) -- Alex Dupre