Portmaster options file

Eric heli at mikestammer.com
Thu Jun 22 14:24:44 UTC 2006


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


More information about the freebsd-ports mailing list