Date: Thu, 22 Jun 2006 09:24:38 -0500 From: Eric <heli@mikestammer.com> To: Rong-En Fan <rafan@infor.org> Cc: freebsd-ports@freebsd.org Subject: Re: Portmaster options file Message-ID: <449AA826.2030800@mikestammer.com> In-Reply-To: <20060622141649.GA91197@svm.csie.ntu.edu.tw> References: <449A67AD.8000204@icyb.net.ua> <449A9A2F.8010108@mikestammer.com> <20060622141649.GA91197@svm.csie.ntu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?449AA826.2030800>