From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 02:05:29 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 3D97616A41F for ; Sat, 17 Dec 2005 02:05:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E3743D5D for ; Sat, 17 Dec 2005 02:05:28 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so745692nzo for ; Fri, 16 Dec 2005 18:05:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=TosPPosCDoJJW/lpn9CmwNCSMlQ6UziLnun7RzkRl/htqkBMqoYlX0/b80Wk+WCOhKng7sk2zwhzZglt8TPyJDYur33GdqLkzfvuyV2h6olpO5rt+O6Fa48d99/3CdcCgH1NYTKDlIO4Y464KaM/inpCvDI40G8Kfjs+cre743E= Received: by 10.37.2.15 with SMTP id e15mr3547896nzi; Fri, 16 Dec 2005 18:05:28 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 23sm1425510nzn.2005.12.16.18.05.27; Fri, 16 Dec 2005 18:05:27 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 16 Dec 2005 18:05:24 -0800 User-Agent: KMail/1.8.3 References: <000a01c60cb3$8aac6130$2401a8c0@XGISH> <43A35C7C.90909@cc.ece.ntua.gr> In-Reply-To: <43A35C7C.90909@cc.ece.ntua.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512161805.25390.ringworm01@gmail.com> Cc: Dimitris Tsamis Subject: Re: Passing make options to portmanager 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: Sat, 17 Dec 2005 02:05:29 -0000 On Friday 16 December 2005 16:31, Dimitris Tsamis wrote: > I want to switch from portupgrade to portmanager, but I have a few > questions. > > First of all, how do I pass make options to portmanager? (like the -m > option for portupgrade). I often pass selected make options to > multimedia players to choose what formats will be supported. Place make options in either pkgtools.conf, pm-020.conf or /etc/make.conf, man portmanager explains how. There isn't a way to pass make options from portmanager's command line. > > Can someone verify that portmanager reads pkgtools.conf? You can see for yourself, run portmanager -u -ui, it will stop before upgrading the first port. As it collects initial information any make options found in either pm-020.conf or pkgtools.conf will be shown to the right of the port name. One caveat, you must have ruby and portupgrade installed or portmanager will ignore pkgtools.conf. > > Thanks for your time welcome -Mike