+----[ Eric <[EMAIL PROTECTED]> (22.Jun.2006 11:12): | | 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.
use portmaster together with portconf (sysutils/portconf) | I checked the man page and noticed the portmaster.rc file, but didnt see | any examples on my system. after installing portconf, and adding the recommended magic to /etc/make.conf, you should write a /etc/ports.conf that looks very similar to what you show above (see the pkg-message for portconf) portmaster doesn't need to be told anything after this, since all variables are set through make.conf Fernan | | Thanks! | | Eric | +----] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
