Re: git: b6eeb9560829 - main - databases/movine: Mark BROKEN_SSL
- In reply to: Mathieu Arnold : "Re: git: b6eeb9560829 - main - databases/movine: Mark BROKEN_SSL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 12:34:23 UTC
> On Aug 16, 2023, at 8:51 AM, Mathieu Arnold <mat@freebsd.org> wrote: > > On Wed, Aug 16, 2023 at 05:34:54AM +0000, Muhammad Moinur Rahman wrote: >> +.include <bsd.port.options.mk> >> + >> +.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} >> +BROKEN_SSL= base openssl30 openssl31 >> +BROKEN_SSL_REASON= Fails to detect OpenSSL 3 and later >> +.endif >> + > > 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. > -- > Mathieu Arnold