Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 13:30:07 +0100
From:      Ole <ole@free.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: setting options for a single port in poudriere
Message-ID:  <20190115133007.779929ef.ole@free.de>
In-Reply-To: <20190113135035.GA9148@admin.sibptus.ru>
References:  <20190113135035.GA9148@admin.sibptus.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/NtDBajvl.jfqSHjc3_JvCQZ
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Sun, 13 Jan 2019 20:50:35 +0700 - Victor Sudakov <vas@mpeks.tomsk.su>:

> Dear Colleagues,
>=20
> When I want to set some Makefile option for one particular port only,
> e.g. "CONFIGURE_ENV+=3D foo=3Dbar", can I do this from the global
> poudriere's /usr/local/etc/poudriere.d/<jailname>-make.conf ?
> What would be the correct syntax?
>=20

like this:

root@pkg:/usr/local/etc/poudriere.d # cat freebsd:11:x86:64-make.conf=20
WITH_PKGNG=3D"yes"
OPTIONS_UNSET+=3D NLS
OPTIONS_UNSET+=3D X11
OPTIONS_UNSET+=3D HAL
DEFAULT_VERSIONS+=3D pgsql=3D9.6
DEFAULT_VERSIONS+=3D ssl=3Dopenssl
DEFAULT_VERSIONS+=3D python=3D3.6
OPTIONS_UNSET+=3D GSSAPI_BASE GSSAPI_NONE
OPTIONS_SET+=3D   GSSAPI_MIT

# Ports

emulators_virtualbox-ose_X11_CONFIGURE_OFF=3D"yes"
emulators_virtualbox-ose_UNSET+=3D QT5

security_openvpn_SET +=3D PKCS11
security_sudo_UNSET+=3D GSSAPI_MIT

--Sig_/NtDBajvl.jfqSHjc3_JvCQZ
Content-Type: application/pgp-signature
Content-Description: Digitale Signatur von OpenPGP

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE60BGd7KVfL83NXCUJZaRRqjklFAFAlw90lAACgkQJZaRRqjk
lFC88xAAi7xiR+StZExFvECSiSKNN0sDxHJ4DCzeIHZ0BeDHskHHHh7pO9QC1i6O
CncBfOlISthYQKBX7K9Z8QA7tmszDgzm6U3OBvvdnA1WOjcR7UuO19sefMJq3OiH
sgsVtjafll9xLotJRfu4cImBcBW8RdQMP+VNp6PcXiNMx/eoUNrV0/UiZa4spyVz
59BtBz//ZajqHTnVgkMGDRSGUKRl1CHU5/Kt+TKuOQbe1iswBZFrfwU/sgpKBXsi
fP4asdc8JiaKGkOdbvnAKX9VtGAHBipxCnuzr3uxdZjIwnWdjsAeWCvru2b48Ff9
57WTygeKBf7V99u8MtJszo/AsJp5oKLUAgRrD4SOfPfdyBISmstGNEEQSncHU/TK
ZdYrKYTFi2ReE57A65CQN+JGIOMepHW6rgN2Uot3G9JjE5KG1asZjSfhNneL5mOt
MK/owwazF45b4kHShUJYkSxBl7ZOGmix9gQoNKJhjrVZXxBatfrDkDL7ifauTxua
T4pBJc6+paQ+hfAPOSBF6/IahMQ5jAKMrZfiZBiZX+AhFVhJZjcC/VjgmLYHSiVb
S4Lak8IIRVbXILvHz510nWoi5LiU8LTk5uaHo9Y9RY5h9fQoct5Vc0kk6esYlxXV
6Yb3XDPoF6SoFM8xro8pEFz+SrpcuKefaGOi5BWHU0ZM6mYoWVw=
=cGFI
-----END PGP SIGNATURE-----

--Sig_/NtDBajvl.jfqSHjc3_JvCQZ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190115133007.779929ef.ole>