From owner-svn-ports-head@freebsd.org Fri Dec 14 05:19:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E09F613157CA; Fri, 14 Dec 2018 05:19:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8894D8B996; Fri, 14 Dec 2018 05:19:53 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 5E56B1F97B; Fri, 14 Dec 2018 05:19:53 +0000 (UTC) From: Jan Beich To: Romain =?utf-8?Q?Tarti=C3=A8re?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r487403 - head/databases/puppetdb-cli References: <201812140259.wBE2xbuT015992@repo.freebsd.org> Date: Fri, 14 Dec 2018 06:19:50 +0100 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 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 8894D8B996 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.81 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.47)[-0.474,0]; NEURAL_HAM_SHORT(-0.34)[-0.338,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2018 05:19:54 -0000 Romain Tarti=C3=A8re 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 .include 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.