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

Mathieu Arnold mat at FreeBSD.org
Fri Dec 14 09:29:54 UTC 2018


On Fri, Dec 14, 2018 at 06:19:50AM +0100, Jan Beich wrote:
> 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.

It's not yet, I have a patch pending for that.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181214/fb1925ae/attachment.sig>


More information about the svn-ports-all mailing list