From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 02:15:48 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 E764916A41C for ; Thu, 2 Jun 2005 02:15:48 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E4743D53 for ; Thu, 2 Jun 2005 02:15:48 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so126647nzp for ; Wed, 01 Jun 2005 19:15:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=RmZHHmHXbJYEKxbN+dgSZlfYO46H1+mFoqAmdlKQA5AuC+lHdTq422xLrHbydW/VNpu8uHIoq54fnJQxOZ6LCMqqk6S3lY8vtW1jYpNpJ7T/ijopeZSP6ZcE6VSUV2fn5ceeqbwmVy5Me35JCGoNz9hZ49o/WT7hlQKlvZr45JQ= Received: by 10.36.220.9 with SMTP id s9mr246622nzg; Wed, 01 Jun 2005 19:15:47 -0700 (PDT) Received: from ?192.168.0.2? ([24.30.63.114]) by mx.gmail.com with ESMTP id 17sm233492nzo.2005.06.01.19.15.47; Wed, 01 Jun 2005 19:15:47 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <307EBF14-71BE-4EF1-A904-6D88B84A3AD4@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "Anthony M. Agelastos" Date: Wed, 1 Jun 2005 22:15:43 -0400 X-Mailer: Apple Mail (2.730) Subject: portupgrade & make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 02:15:49 -0000 Hello all, After issuing many make options to mplayer when installing, I noticed today that it can be updated. If I were to do a portupgrade -arR, would it remember the various options? I am sure this is a common question, but I could not find a resolute solution after reading the handbook and doing some searching online. I found that the primary answer is that portupgrade cannot deal with this. What I have found is that one can configure the MAKE_ARGS in pkgtools.conf somehow. I have also found that there is some other tool (penv) that is used to help out with this as well. What way is recommended? I know some ports save this configuration information in /var/db/ports/ (I am pretty sure that's the directory)... how can one force a port to save such information? Or, is mimicking those files one other way of doing what it is I wish? Any and all information on this would be greatly appreciated. I checked the man page with pkgtools.conf and did not see anything helpful. Thank you all for your assistance with this. -Anthony