From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 02:43:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7FFD516A41F for ; Wed, 20 Jul 2005 02:43:28 +0000 (GMT) (envelope-from rpaxon@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1112A43D48 for ; Wed, 20 Jul 2005 02:43:27 +0000 (GMT) (envelope-from rpaxon@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so1319267wra for ; Tue, 19 Jul 2005 19:43:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Kzb0rFI9YEA46MaQg2HzoUp9Bf/gLKI6KQIFAev/92APccO1AUELmAFykMRQL4SaCNXnZzn+G2RygqihGNGzYCUeQnc13eTu9gf0ISGwXYrpC6hNAkoRoCuKG+pE3JcLnJ9OyLUSeiKu0c2KE4Miz4fu4K1YACXvQ2lso6CgUnE= Received: by 10.54.37.35 with SMTP id k35mr968336wrk; Tue, 19 Jul 2005 19:42:19 -0700 (PDT) Received: by 10.54.100.8 with HTTP; Tue, 19 Jul 2005 19:42:19 -0700 (PDT) Message-ID: <2ee9ec8505071919425acd3ac3@mail.gmail.com> Date: Tue, 19 Jul 2005 22:42:19 -0400 From: Rob Paxon To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: storing make options / interactive configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rob Paxon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 02:43:28 -0000 Hi guys, I've decided to store my make options in Makefile.local files in the various port directories. From what I gather this seems to be the easiest method. At any rate, when I go to make a port (or upgrade via portupgrade), the ports that have "interactive options" menus still show such the menu. Worse yet, the options checked are the defaults. I wonder the following: 1.) Does the fact it shows the default options mean it isn't recognizing my options, or are the options read after the menu is through (in which case I can just click "cancel"). 2.) Is there a way to have this menu not show up through either make install or portupgrade? 3.) Where do you guys prefer to store your make options? I've read using 'pkgtools.conf', but assume this doesn't effect 'make install', only portupgrade et al. 4.) In what order of precedence are saved options used? Particularly those saved in "/var/db/ports", which only seem to be saved for a very small amount of ports (it seems perhaps even only those with interactive menus). The others would be make.conf, Makefile.local, and pkgtools.conf. Thanks in advance. I know I asked a lot, but I don't expect someone to jump in and answer everything. Searching has only brought me to the information I seek clarification on.