diff options
author | manu <manu@pkgsrc.org> | 2017-07-12 09:11:35 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2017-07-12 09:11:35 +0000 |
commit | 4af1d0a47f2d9e135a9eccf325cf33d7d9ffcbc4 (patch) | |
tree | 5cd4cddae7177a6373337a487db39152a724bee5 /lang | |
parent | 5913998bab2374f771fec2624421d7cf9a098141 (diff) | |
download | pkgsrc-4af1d0a47f2d9e135a9eccf325cf33d7d9ffcbc4.tar.gz |
Back out the calendar option for PHP
The functionnality is already avaialable from pkgsrc/time/php-calendar
moduke. Thnaks to Takahiro Kambe for pointing it out.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php56/Makefile.php | 8 | ||||
-rw-r--r-- | lang/php70/Makefile.php | 8 | ||||
-rw-r--r-- | lang/php71/Makefile.php | 8 |
3 files changed, 6 insertions, 18 deletions
diff --git a/lang/php56/Makefile.php b/lang/php56/Makefile.php index 08a6d9cd50b..e406cabbe15 100644 --- a/lang/php56/Makefile.php +++ b/lang/php56/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.3 2017/07/11 03:28:08 manu Exp $ +# $NetBSD: Makefile.php,v 1.4 2017/07/12 09:11:35 manu Exp $ # used by lang/php56/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX} .include "../../textproc/libxml2/buildlink3.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} -PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline calendar +PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline PKG_SUGGESTED_OPTIONS+= inet6 ssl .if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" @@ -89,9 +89,5 @@ CONFIGURE_ARGS+= --enable-dtrace INSTALL_MAKE_FLAGS+= -r .endif -.if !empty(PKG_OPTIONS:Mcalendar) -CONFIGURE_ARGS+= --enable-calendar -.endif - DL_AUTO_VARS= yes .include "../../mk/dlopen.buildlink3.mk" diff --git a/lang/php70/Makefile.php b/lang/php70/Makefile.php index b96e852bf75..4933516399c 100644 --- a/lang/php70/Makefile.php +++ b/lang/php70/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.5 2017/07/11 03:28:08 manu Exp $ +# $NetBSD: Makefile.php,v 1.6 2017/07/12 09:11:35 manu Exp $ # used by lang/php70/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX} .include "../../textproc/libxml2/buildlink3.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} -PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline calendar +PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline PKG_SUGGESTED_OPTIONS+= inet6 ssl .if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" @@ -92,9 +92,5 @@ CONFIGURE_ARGS+= --enable-dtrace INSTALL_MAKE_FLAGS+= -r .endif -.if !empty(PKG_OPTIONS:Mcalendar) -CONFIGURE_ARGS+= --enable-calendar -.endif - DL_AUTO_VARS= yes .include "../../mk/dlopen.buildlink3.mk" diff --git a/lang/php71/Makefile.php b/lang/php71/Makefile.php index 6376c321a36..f91b9dc0470 100644 --- a/lang/php71/Makefile.php +++ b/lang/php71/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.4 2017/07/11 03:28:09 manu Exp $ +# $NetBSD: Makefile.php,v 1.5 2017/07/12 09:11:36 manu Exp $ # used by lang/php71/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX} .include "../../textproc/libxml2/buildlink3.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} -PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline calendar +PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline PKG_SUGGESTED_OPTIONS+= inet6 ssl .if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" @@ -92,9 +92,5 @@ CONFIGURE_ARGS+= --enable-dtrace INSTALL_MAKE_FLAGS+= -r .endif -.if !empty(PKG_OPTIONS:Mcalendar) -CONFIGURE_ARGS+= --enable-calendar -.endif - DL_AUTO_VARS= yes .include "../../mk/dlopen.buildlink3.mk" |