setting options for a single port in poudriere
Ole
ole at free.de
Tue Jan 15 12:30:37 UTC 2019
Sun, 13 Jan 2019 20:50:35 +0700 - Victor Sudakov <vas at mpeks.tomsk.su>:
> Dear Colleagues,
>
> When I want to set some Makefile option for one particular port only,
> e.g. "CONFIGURE_ENV+= foo=bar", can I do this from the global
> poudriere's /usr/local/etc/poudriere.d/<jailname>-make.conf ?
> What would be the correct syntax?
>
like this:
root at pkg:/usr/local/etc/poudriere.d # cat freebsd:11:x86:64-make.conf
WITH_PKGNG="yes"
OPTIONS_UNSET+= NLS
OPTIONS_UNSET+= X11
OPTIONS_UNSET+= HAL
DEFAULT_VERSIONS+= pgsql=9.6
DEFAULT_VERSIONS+= ssl=openssl
DEFAULT_VERSIONS+= python=3.6
OPTIONS_UNSET+= GSSAPI_BASE GSSAPI_NONE
OPTIONS_SET+= GSSAPI_MIT
# Ports
emulators_virtualbox-ose_X11_CONFIGURE_OFF="yes"
emulators_virtualbox-ose_UNSET+= QT5
security_openvpn_SET += PKCS11
security_sudo_UNSET+= GSSAPI_MIT
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20190115/59033055/attachment.sig>
More information about the freebsd-questions
mailing list