lang/php8*: Remove stale NOOP codes

json module is by default built into php and these module configs were
stale.
This commit is contained in:
Muhammad Moinur Rahman 2024-05-03 00:29:01 +02:00
parent ef24378044
commit 1d1273b22c
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
3 changed files with 0 additions and 15 deletions

View file

@ -356,11 +356,6 @@ USES+= pkgconfig
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
.endif .endif
.if ${PHP_MODNAME} == "json"
CONFIGURE_ARGS+= --enable-json
BUILD_DEPENDS= re2c:devel/re2c
.endif
.if ${PHP_MODNAME} == "ldap" .if ${PHP_MODNAME} == "ldap"
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE}
USES+= ldap USES+= ldap

View file

@ -353,11 +353,6 @@ USES+= pkgconfig
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
.endif .endif
.if ${PHP_MODNAME} == "json"
CONFIGURE_ARGS+= --enable-json
BUILD_DEPENDS= re2c:devel/re2c
.endif
.if ${PHP_MODNAME} == "ldap" .if ${PHP_MODNAME} == "ldap"
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE}
USES+= ldap USES+= ldap

View file

@ -371,11 +371,6 @@ USES+= pkgconfig
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
.endif .endif
.if ${PHP_MODNAME} == "json"
CONFIGURE_ARGS+= --enable-json
BUILD_DEPENDS= re2c:devel/re2c
.endif
.if ${PHP_MODNAME} == "ldap" .if ${PHP_MODNAME} == "ldap"
LIB_DEPENDS+=libsasl2.so:security/cyrus-sasl2 LIB_DEPENDS+=libsasl2.so:security/cyrus-sasl2
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE}