From owner-freebsd-ports@FreeBSD.ORG Thu Jun 22 14:24:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3275D16A481 for ; Thu, 22 Jun 2006 14:24:44 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.FreeBSD.org (Postfix) with SMTP id ACE0643D53 for ; Thu, 22 Jun 2006 14:24:43 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 19776 invoked from network); 22 Jun 2006 14:24:42 -0000 Received: from unknown (HELO gondolin.mikestammer.com) (mikestammer@sbcglobal.net@68.251.71.132 with login) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 22 Jun 2006 14:24:42 -0000 Received: from localhost (localhost [127.0.0.1]) by gondolin.mikestammer.com (Postfix) with ESMTP id 800081F8; Thu, 22 Jun 2006 09:24:41 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from gondolin.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mHmvJRaxFfny; Thu, 22 Jun 2006 09:24:39 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by gondolin.mikestammer.com (Postfix) with ESMTP id 08D5D181; Thu, 22 Jun 2006 09:24:38 -0500 (CDT) Message-ID: <449AA826.2030800@mikestammer.com> Date: Thu, 22 Jun 2006 09:24:38 -0500 From: Eric User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Rong-En Fan References: <449A67AD.8000204@icyb.net.ua> <449A9A2F.8010108@mikestammer.com> <20060622141649.GA91197@svm.csie.ntu.edu.tw> In-Reply-To: <20060622141649.GA91197@svm.csie.ntu.edu.tw> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Portmaster options file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 14:24:44 -0000 Rong-En Fan wrote: > On Thu, Jun 22, 2006 at 08:25:03AM -0500, Eric wrote: >> Hello all, >> >> is there a mechanism in portmaster that is similar to portmanagers >> pm-020.conf file for specifying build options or can you specify >> everything in make.conf to achieve the same? for example, my pm-020.conf >> contains: >> >> www/horde|WITHOUT_WV=yes WITHOUT_XL=yes WITHOUT_X11=yes WITH_MAGICK=yes| >> mail/imp|WITHOUT_LDAP=yes WITHOUT_SMIME=yes WITH_DOVECOT=yes| >> graphics/ImageMagick|WITHOUT_X11=yes WITHOUT_IMAGEMAGICK_FONTCONFIG=yes >> WITHOUT_IMAGEMAGICK_SVG=yes| >> print/ghostscript-gnu|WITHOUT_X11=yes| >> net/mtr|WITHOUT_X11=yes| >> >> but if i use portmaster -a theres no way for me to tell portmaster what >> options to use. >> >> I checked the man page and noticed the portmaster.rc file, but didnt see >> any examples on my system. > > > take a look at sysutils/portconf :) > Thanks for the suggestion. Playing with this now. does this look correct? From the example i shouldnt need to specify the =yes part, etc. www/horde: WITHOUT_WV|WITHOUT_XL|WITHOUT_X11|WITH_MAGICK mail/imp: WITHOUT_LDAP|WITHOUT_SMIME|WITH_DOVECOT graphics/ImageMagick*: WITHOUT_X11|WITHOUT_IMAGEMAGICK_FONTCONFIG|WITHOUT_IMAGEMAGICK_SVG print/ghostscript-gnu: WITHOUT_X11 net/mtr: WITHOUT_X11 thanks again! looks like a great tool! Eric