Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 06:19:50 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Romain =?utf-8?Q?Tarti=C3=A8re?= <romain@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r487403 - head/databases/puppetdb-cli
Message-ID:  <sgz0-u1l5-wny@FreeBSD.org>
In-Reply-To: <201812140259.wBE2xbuT015992@repo.freebsd.org> ("Romain =?utf-8?Q?Tarti=C3=A8re=22's?= message of "Fri, 14 Dec 2018 02:59:37 %2B0000 (UTC)")
References:  <201812140259.wBE2xbuT015992@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Romain Tarti=C3=A8re <romain@FreeBSD.org> writes:

> +BROKEN_SSL_REASON_libressl=3D	Needs an old version of OpenSSL (older tha=
n 1.1)

Does it build fine with DEFAULT_VERSIONS+=3Dlibressl-devel ?

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

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

> +.if ${OSVERSION} >=3D 1200085

Checking OSVERSION without OPSYS is illegal. DragonFly has OSVERSION=3D9999=
999
with LibreSSL 2.4.4 in base.

https://github.com/DragonFlyBSD/DPorts/blob/f18014a15a13/Mk/bsd.port.mk#L11=
84
https://github.com/DragonFlyBSD/DragonFlyBSD/blob/bd84e83893b2/crypto/libre=
ssl/README.DRAGONFLY

> +BROKEN_SSL+=3D	base

BROKEN_SSL=3Dbase is *not supported* by USES=3Dssl, and BROKEN_SSL cannot s=
et
after bsd.port.pre.mk because USES=3Dssl was already processed by that time.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sgz0-u1l5-wny>