From 6a35e5955febec016fa521f90e1dca83233644cf Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 3 May 2024 00:29:01 +0200 Subject: lang/php8*: Remove stale NOOP codes json module is by default built into php and these module configs were stale. (cherry picked from commit 1d1273b22cfd4f5f044f93faa3be4d2982d0d255) --- lang/php81/Makefile | 5 ----- lang/php82/Makefile | 5 ----- lang/php83/Makefile | 5 ----- 3 files changed, 15 deletions(-) diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 3e84b20992aa..4fc722c97c01 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -357,11 +357,6 @@ USES+= pkgconfig CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .endif -.if ${PHP_MODNAME} == "json" -CONFIGURE_ARGS+= --enable-json -BUILD_DEPENDS= re2c:devel/re2c -.endif - .if ${PHP_MODNAME} == "ldap" CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} USES+= ldap diff --git a/lang/php82/Makefile b/lang/php82/Makefile index 15d7041e8ac7..1cdb8385392e 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -354,11 +354,6 @@ USES+= pkgconfig CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .endif -.if ${PHP_MODNAME} == "json" -CONFIGURE_ARGS+= --enable-json -BUILD_DEPENDS= re2c:devel/re2c -.endif - .if ${PHP_MODNAME} == "ldap" CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} USES+= ldap diff --git a/lang/php83/Makefile b/lang/php83/Makefile index e653aac29e4f..cc6d68e1bce2 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -372,11 +372,6 @@ USES+= pkgconfig CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .endif -.if ${PHP_MODNAME} == "json" -CONFIGURE_ARGS+= --enable-json -BUILD_DEPENDS= re2c:devel/re2c -.endif - .if ${PHP_MODNAME} == "ldap" LIB_DEPENDS+=libsasl2.so:security/cyrus-sasl2 CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} -- cgit v1.2.3