From owner-freebsd-ports@FreeBSD.ORG Fri Jun 16 14:30:47 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B1B16A474 for ; Fri, 16 Jun 2006 14:30:47 +0000 (UTC) (envelope-from hans@lambermont.dyndns.org) Received: from lambermont.dyndns.org (lambermont.dyndns.org [82.93.47.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0BC43D46 for ; Fri, 16 Jun 2006 14:30:46 +0000 (GMT) (envelope-from hans@lambermont.dyndns.org) Received: by lambermont.dyndns.org (Postfix, from userid 1001) id 4725622DEAE; Fri, 16 Jun 2006 16:30:45 +0200 (CEST) Date: Fri, 16 Jun 2006 16:30:45 +0200 To: freebsd-ports@freebsd.org Message-ID: <20060616143045.GA41923@leia.lambermont.dyndns.org> References: <4491F0AB.7050600@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4491F0AB.7050600@FreeBSD.org> User-Agent: Mutt/1.4.2.1i From: hans@lambermont.dyndns.org (Hans Lambermont) Subject: Re: New version of portmaster available for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 14:30:47 -0000 Doug Barton wrote: > New features: > ============= > 1. Add -b option to make a backup package of the installed port > 2. Add -g option to make a package of the new port excellent :) > 3. Add -o option to replace an installed port with a new port from a > different location (e.g., portmaster -o emulators/linux_base-fc4 > linux_base) The second argument can also be specified as the name of > the installed port (e.g., linux_base-8-8.0_15) nice, a hard-needed feature. Can you have multiple -o options in combination with -a ? Just ran a quick test and have 2 points : 1) portmaster -b -n -a ... ===>>> The devel/gnu-libtool port has been deleted: Has expired: devel/libtool15 is now stock and should be used instead ===>>> Aborting update I think the -n should not abort. (interesting to see gnu-libtool show up again, I've done the 'libtool changes' so remove all ports and reinstall recently. I seem to have : gnu-libtool-1.5.20 and libtool-1.5.22_2) 2) Maybe it is nice to state to what version a port will upgrade ? So instead of : ===>>> Launching child to update screen-4.0.2_3 something like : ===>>> Update screen-4.0.2_3 to 4.0.2_4 regards, Hans Lambermont