From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 23:44:48 2005 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 CE79616A4CE for ; Thu, 27 Jan 2005 23:44:48 +0000 (GMT) Received: from rogers.com (CPE00095bf5ff21-CM000f9f578d7a.cpe.net.cable.rogers.com [70.24.145.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F2D443D2D for ; Thu, 27 Jan 2005 23:44:48 +0000 (GMT) (envelope-from gbell72@gardnerbell.ca) Received: from gardnerbell.ca (localhost [127.0.0.1]) by rogers.com (8.13.1/8.13.1) with ESMTP id j0RNgFj9016254; Thu, 27 Jan 2005 18:42:15 -0500 (EST) (envelope-from gbell72@gardnerbell.ca) Received: (from gbell72@localhost) by gardnerbell.ca (8.13.1/8.13.1/Submit) id j0RNgADi016253; Thu, 27 Jan 2005 18:42:10 -0500 (EST) (envelope-from gbell72) Date: Thu, 27 Jan 2005 18:42:10 -0500 From: Gardner Bell To: Olivier Certner Message-ID: <20050127234209.GA16123@gardnerbell.ca> Mail-Followup-To: Olivier Certner , freebsd-questions@freebsd.org References: <200501280034.13921.olivier.certner@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200501280034.13921.olivier.certner@free.fr> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Keep compile options through upgrade 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: Thu, 27 Jan 2005 23:44:48 -0000 On Fri, Jan 28, 2005 at 12:34:13AM +0100 Olivier Certner wrote: > Hello all, > > Is there an easy way to keep/retrieve the options last used to compile a > given port? This could be used with portupgrade to upgrade to a newer version > while retaining the previous build-time configuration (of course this won't > work if the options available change). > You can use the MAKE_ARGS option in pkgtools.conf. It allows you to use multiple arguments for each port that you wish to build.