svn commit: r487403 - head/databases/puppetdb-cli

Jan Beich jbeich at FreeBSD.org
Fri Dec 14 05:19:54 UTC 2018


Romain Tartière <romain at FreeBSD.org> writes:

> +BROKEN_SSL_REASON_libressl=	Needs an old version of OpenSSL (older than 1.1)

Does it build fine with DEFAULT_VERSIONS+=libressl-devel ?

> +.include <bsd.port.pre.mk>

.include <bsd.port.options.mk> would have been enough.

> +.if ${OSVERSION} >= 1200085

Checking OSVERSION without OPSYS is illegal. DragonFly has OSVERSION=9999999
with LibreSSL 2.4.4 in base.

https://github.com/DragonFlyBSD/DPorts/blob/f18014a15a13/Mk/bsd.port.mk#L1184
https://github.com/DragonFlyBSD/DragonFlyBSD/blob/bd84e83893b2/crypto/libressl/README.DRAGONFLY

> +BROKEN_SSL+=	base

BROKEN_SSL=base is *not supported* by USES=ssl, and BROKEN_SSL cannot set
after bsd.port.pre.mk because USES=ssl was already processed by that time.


More information about the svn-ports-all mailing list