Date: Sat, 12 Feb 2022 17:53:39 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261903] lang/php8: libressl wrongly disabled Message-ID: <bug-261903-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261903 Bug ID: 261903 Summary: lang/php8: libressl wrongly disabled Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rozhuk.im@gmail.com > # Although php builds fine with libressl* but most of the php modules > # require curl which fails to build with libressl*. So do an early > # check and prevent php from being built with libressl* This is not correct. CURL can not build only in combination: OPENSSL+TLS_SRP, while openssl=3Dlibressl. .if ((!${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL}) || (${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mlibressl*})) && ${PORT_OPTIONS:MTLS_SRP} IGNORE=3D only supports TLS-SRP with either OpenSSL or GnuTLS .endif User can unset TLS_SRP or use GnuTLS and same time have libressl for all ot= her ports. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261903-7788>