Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2024 22:31:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d1273b22cfd - main - lang/php8*: Remove stale NOOP codes
Message-ID:  <202405022231.442MV6Z2005655@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d1273b22cfd4f5f044f93faa3be4d2982d0d255

commit 1d1273b22cfd4f5f044f93faa3be4d2982d0d255
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-02 22:29:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-05-02 22:29:01 +0000

    lang/php8*: Remove stale NOOP codes
    
    json module is by default built into php and these module configs were
    stale.
---
 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 346a0360ec9e..6a479fb62520 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -356,11 +356,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 f25cdcbe7aa5..0d5321f6a083 100644
--- a/lang/php82/Makefile
+++ b/lang/php82/Makefile
@@ -353,11 +353,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 9e4b1de3ae4c..e668c7be4dbc 100644
--- a/lang/php83/Makefile
+++ b/lang/php83/Makefile
@@ -371,11 +371,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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405022231.442MV6Z2005655>