mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
parent
ef24378044
commit
1d1273b22c
3 changed files with 0 additions and 15 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue