From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 23:34:58 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 BBBFA16A4CE for ; Thu, 27 Jan 2005 23:34:58 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DDB43D2D for ; Thu, 27 Jan 2005 23:34:58 +0000 (GMT) (envelope-from olivier.certner@free.fr) Received: from lon92-2-82-226-188-149.fbx.proxad.net (unknown [82.226.188.149]) by postfix3-2.free.fr (Postfix) with ESMTP id D7B63C113 for ; Fri, 28 Jan 2005 00:34:57 +0100 (CET) From: Olivier Certner To: freebsd-questions@freebsd.org Date: Fri, 28 Jan 2005 00:34:13 +0100 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501280034.13921.olivier.certner@free.fr> Subject: 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:34:58 -0000 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). Maybe I could put all the options in make.conf, but in this case I fear that this file would become really messy. Moreover, if options are shared by several ports, no fine grain tuning per port will be possible. Any advices? Regards, Olivier