[Bug 261903] lang/php8: libressl wrongly disabled
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261903] lang/php8: libressl wrongly disabled"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261903] lang/php8: libressl wrongly disabled"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261903] lang/php8: libressl wrongly disabled"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 17:53:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261903 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=libressl. .if ((!${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL}) || (${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mlibressl*})) && ${PORT_OPTIONS:MTLS_SRP} IGNORE= 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 other ports. -- You are receiving this mail because: You are the assignee for the bug.