aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-12 20:43:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-12 20:46:51 +0000
commitb904062e277f750c3a12b9a8cd8af97c3230fbe4 (patch)
tree6d91122dad5addfedd24e8527351ab27537e2a17
parent128eec0da7ef33a9fb0d8661d3880f00f943f2db (diff)
downloadports-b904062e277f750c3a12b9a8cd8af97c3230fbe4.tar.gz
ports-b904062e277f750c3a12b9a8cd8af97c3230fbe4.zip
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
-rw-r--r--lang/php80/Makefile4
-rw-r--r--lang/php81/Makefile4
2 files changed, 0 insertions, 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