git: b904062e277f - main - lang/php8[01]: Unbreak with libressl*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 20:46:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b904062e277f750c3a12b9a8cd8af97c3230fbe4 commit b904062e277f750c3a12b9a8cd8af97c3230fbe4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-12 20:43:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-12 20:46:51 +0000 lang/php8[01]: Unbreak with libressl* lang/php8[01] builds fine with libressl*. Reverting previous partial commit. Although it takes minor tweaking on unsetting TLS_SRP on ftp/curl. PR: 261903 Reported by: vishwin rozhuk.im@gmail.com Approved by: tz (private email) Sponsored by: Bounce Experts --- lang/php80/Makefile | 4 ---- lang/php81/Makefile | 4 ---- 2 files changed, 8 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 6049b8ee56c0..0c20d67563ce 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -12,10 +12,6 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 USES+= compiler:c11 tar:xz cpe gnome pkgconfig -# 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* -IGNORE_SSL= libressl libressl-devel CPE_PRODUCT= php CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} diff --git a/lang/php81/Makefile b/lang/php81/Makefile index e0d59649dad0..497986cc220f 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -11,10 +11,6 @@ COMMENT= PHP Scripting Language (8.1.X branch) LICENSE= PHP301 USES+= compiler:c11 cpe gnome pkgconfig tar:xz -# 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* -IGNORE_SSL= libressl libressl-devel CPE_PRODUCT= php PHP_VER= 81