PKG_INSTALL_PORTSPFS and set build options
-
Hi
I can build and include a package in the image with PKG_INSTALL_PORTSPFS . but how can i set build options? (for example mailscanner_UNSET=BDC). -
I believe PKG_INSTALL_PFSMAKEENV gets passed to make in that bit of code, it's probably what you want.
-
I'm using PKG_INSTALL_PORTSPFS for multiple packages. how can i use PKG_INSTALL_PFSMAKEENV for each of them?
export PKG_INSTALL_PORTSPFS="/usr/ports/security/snort /usr/ports/www/havp"
-
AFAIK it's just a global setting, not per port. So either try to set them all in one variable or use OPTIONS_SET/OPTIONS_UNSET rather than the per-port options. I seem to recall it worked to specify them all on one variable though. I think the package builder script for 2.0.x does that now.
-
PKG_INSTALL_PFSMAKEENV doesn't work on 2.1-rc1.
How can i use OPTIONS_SET/OPTIONS_UNSET? -
Actually that needs to be fixed for 2.1 ++ since it was used with the old version of the ports tree.