Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/php71/Attic/Makefile.php,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/php71/Attic/Makefile.php,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- pkgsrc/lang/php71/Attic/Makefile.php 2017/07/11 03:28:09 1.4 +++ pkgsrc/lang/php71/Attic/Makefile.php 2017/07/12 09:11:36 1.5 @@ -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=${PRE .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"