From owner-freebsd-questions@FreeBSD.ORG Tue May 20 06:58:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2A637B401 for ; Tue, 20 May 2003 06:58:12 -0700 (PDT) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DA943F3F for ; Tue, 20 May 2003 06:58:11 -0700 (PDT) (envelope-from nivo+freebsd-questions@yuckfou.org) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id 17053A984; Tue, 20 May 2003 15:58:08 +0200 (CEST) Date: Tue, 20 May 2003 15:58:08 +0200 From: Nils Vogels To: freebsd-questions@freebsd.org Message-ID: <20030520135807.GK10795@imhotep.yuckfou.org> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-PGP-Key: Key 0xAD3A5AAD from pub. servers X-PGP-Fingerprint: 1585 93A2 9595 177B 5D5F 1271 3333 57FD AD3A 5AAD Subject: Re: portupgrade -a X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 13:58:12 -0000 On Tue, May 20, 2003 at 03:55:51PM +0200, Fredrick Nilsson (FN) wrote: FN> Hi, FN> FN> If i do a portupgrade -a, does that mean that every time a port is built and FN> upgraded, it gets built without the options i may have specified the first FN> time i build the port? Correct. If you want specific options, specify them on the portupgrade commandline, or edit /usr/local/etc/pkgtools.conf (look for MAKE_ARGS) Gr, Nils.