Date: Mon, 2 Aug 2021 11:07:07 -0400 From: Charlie Li <vishwin@freebsd.org> To: Xin LI <delphij@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 616f384d5cce - main - net/openldap24-server: Cleanup and make better use of options framework. Message-ID: <401f3bec-acad-5686-cb77-ebd9a4cacee3@freebsd.org> In-Reply-To: <202108020449.1724nx2m042115@gitrepo.freebsd.org> References: <202108020449.1724nx2m042115@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7BQtmeWL7qc7oHscC897Tc6jC9yD22JfU Content-Type: multipart/mixed; boundary="bK6v6Z6xRdkJWAZ6aqePbNMacWUCyKOid"; protected-headers="v1" From: Charlie Li <vishwin@freebsd.org> To: Xin LI <delphij@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Message-ID: <401f3bec-acad-5686-cb77-ebd9a4cacee3@freebsd.org> Subject: Re: git: 616f384d5cce - main - net/openldap24-server: Cleanup and make better use of options framework. References: <202108020449.1724nx2m042115@gitrepo.freebsd.org> In-Reply-To: <202108020449.1724nx2m042115@gitrepo.freebsd.org> --bK6v6Z6xRdkJWAZ6aqePbNMacWUCyKOid Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable Xin LI wrote: > -.if !${PORT_OPTIONS:MFETCH} > -CONFIGURE_ARGS+=3D --without-fetch > -.else > -. if defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} !=3D "" || ${S= SL_DEFAULT} !=3D base > +.if ${PORT_OPTIONS:MFETCH} && defined(OPENSSL_INSTALLED) && ${OPENSSL_= INSTALLED} !=3D "" || ${SSL_DEFAULT} !=3D base > BROKEN=3D using OpenSSL from ports and OPTION FETCH together is not su= pported > . endif >=20 This change prevents building with any SSL_DEFAULT that is not base regardless of whether FETCH is set. Not sure if this was intended. --=20 Charlie Li =E2=80=A6nope, still don't have an exit line. --bK6v6Z6xRdkJWAZ6aqePbNMacWUCyKOid-- --7BQtmeWL7qc7oHscC897Tc6jC9yD22JfU Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEEJXd5utNNhpeHcBMx/reFK+KbPocFAmEIChwFAwAAAAAACgkQ/reFK+KbPoft gBAAmF7P1s1CxBGmv/VMsG0fMAAhDtDXFvaVsec/J2cEEolLnqSDS/FBdRuTa8gAphXTWDc4hg7p wFJglKMDetRR1NhqoBsUtTiJk1jqlds6z4firmS/sLW5DR0ZT2kV/EKqKkLTPFyOM+M2Jmll6l1J JB3d/wKQ6yz4YsY1t6D6PzqRwV/QnLPuuOxxJGiDyhuYDF4FUDpk74r+MLTg/DNvM7gVuTNt50v/ mDY2p2bMAUN2LSSvX93FJN7rgvcW7YC/zEG+pDFWnkS3JjsBszR5P+IOPY6tODmonEs58WkVcwNP zhuY7JUAbs51XQHHZlo+QBiYoEWY9GfknlSo+YvuC4Oav2tjk+D2yNNTh70wMM3kd/UBhT21dh2f H+H62GniMlDLaVVmnHAC13iyiW6NeDvjR0bnseyvPMwHFW6i5dICKEX8jtw2B/EYTzYpZrO+WkiT 1bEeBQydc2GGJkafRttYXeUzguSZNvxyHlEnM5Bf+FecJ6IyncV3QI+/mRU4GU81ZhPu+I4iAyEc 1CK6bpp/1PeZr2Jz4gpT0SCnDkJjE8Q5BbqTISx//MF1DyNj2peYfN+KqCzAdixXcpq+Kbt/YXgO 93uTeA8s+7mpSPLYGGOZ8ui5p0oi2ct0hhdfuBtQXZll7rhTbroS/FUCkMFSsTbE8cTLzeF7vwaF 50o= =iojw -----END PGP SIGNATURE----- --7BQtmeWL7qc7oHscC897Tc6jC9yD22JfU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401f3bec-acad-5686-cb77-ebd9a4cacee3>