Date: Wed, 16 Aug 2023 14:34:23 +0200 From: Moin Rahman <bofh@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b6eeb9560829 - main - databases/movine: Mark BROKEN_SSL Message-ID: <749A5812-4F1C-410E-9DDC-4BF7B9A04C32@freebsd.org> In-Reply-To: <nuwvn3j6iczafoac6m2z53m2mq4ig2vxwqv3erjcpuavylr566@3xcgixmuizl5> References: <202308160534.37G5YsYN024233@gitrepo.freebsd.org> <nuwvn3j6iczafoac6m2z53m2mq4ig2vxwqv3erjcpuavylr566@3xcgixmuizl5>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Aug 16, 2023, at 8:51 AM, Mathieu Arnold <mat@freebsd.org> wrote: >=20 > On Wed, Aug 16, 2023 at 05:34:54AM +0000, Muhammad Moinur Rahman = wrote: >> +.include <bsd.port.options.mk> >> + >> +.if ( ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1400092 && = ${SSL_DEFAULT} =3D=3D base ) || ${SSL_DEFAULT:Mopenssl3*} >> +BROKEN_SSL=3D base openssl30 openssl31 >> +BROKEN_SSL_REASON=3D Fails to detect OpenSSL 3 and later >> +.endif >> + >=20 > This feels strange, you either use BROKEN_SSL, or you use .if then > BROKEN, but combining both feels icky. Let me look into it deeper. > --=20 > Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?749A5812-4F1C-410E-9DDC-4BF7B9A04C32>