Received: by mail.netbsd.org (Postfix, from userid 605) id 4F34684D78; Wed, 15 Nov 2017 08:56:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE7E384D35 for ; Wed, 15 Nov 2017 08:56:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MA-YYGk-BHQb for ; Wed, 15 Nov 2017 08:56:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1FBF784CE1 for ; Wed, 15 Nov 2017 08:56:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15E2BFBDE; Wed, 15 Nov 2017 08:56:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510736173260110" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 08:56:13 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20171115085613.15E2BFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510736173260110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Wed Nov 15 08:56:12 UTC 2017 Modified Files: pkgsrc/lang: Makefile pkgsrc/lang/php: phpversion.mk Added Files: pkgsrc/lang/php72: DESCR MESSAGE Makefile Makefile.common Makefile.php PLIST buildlink3.mk distinfo pkgsrc/lang/php72/patches: patch-acinclude.m4 patch-configure patch-ext_imap_config.m4 patch-ext_intl_config.m4 patch-ext_pcre_pcrelib_config.h patch-ext_pdo__mysql_config.m4 patch-ext_pdo_config.m4 patch-ext_phar_Makefile.frag patch-ext_phar_phar_phar.php patch-ext_recode_recode.c patch-ext_sqlite3_libsqlite_sqlite3.c patch-ext_xsl_php__xsl.h patch-makedist patch-php.ini-development patch-php.ini-production patch-run-tests.php patch-sapi_cgi_Makefile.frag patch-sapi_cli_Makefile.frag patch-sapi_fpm_fpm_events_port.c patch-sapi_fpm_php-fpm.conf.in Log Message: Add php72 7.2.0RC6 PHP 7.2.x builds upon 7.1.x, adding new features: * Argument type declarations * Object return type declarations * Parameter Type Widening * Trailing commas in list syntax * Argon2 in password hash * Libsodium as part of PHP Core * Deprecated: __autoload, $php_errormsg, create_function(), mbstring.func_overload, parse_str() without second argument, gmp_random(), each(), assert(), $errcontext * uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD, about 10x on Linux To generate a diff of this commit: cvs rdiff -u -r1.469 -r1.470 pkgsrc/lang/Makefile cvs rdiff -u -r1.193 -r1.194 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php72/DESCR pkgsrc/lang/php72/MESSAGE \ pkgsrc/lang/php72/Makefile pkgsrc/lang/php72/Makefile.common \ pkgsrc/lang/php72/Makefile.php pkgsrc/lang/php72/PLIST \ pkgsrc/lang/php72/buildlink3.mk pkgsrc/lang/php72/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php72/patches/patch-acinclude.m4 \ pkgsrc/lang/php72/patches/patch-configure \ pkgsrc/lang/php72/patches/patch-ext_imap_config.m4 \ pkgsrc/lang/php72/patches/patch-ext_intl_config.m4 \ pkgsrc/lang/php72/patches/patch-ext_pcre_pcrelib_config.h \ pkgsrc/lang/php72/patches/patch-ext_pdo__mysql_config.m4 \ pkgsrc/lang/php72/patches/patch-ext_pdo_config.m4 \ pkgsrc/lang/php72/patches/patch-ext_phar_Makefile.frag \ pkgsrc/lang/php72/patches/patch-ext_phar_phar_phar.php \ pkgsrc/lang/php72/patches/patch-ext_recode_recode.c \ pkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c \ pkgsrc/lang/php72/patches/patch-ext_xsl_php__xsl.h \ pkgsrc/lang/php72/patches/patch-makedist \ pkgsrc/lang/php72/patches/patch-php.ini-development \ pkgsrc/lang/php72/patches/patch-php.ini-production \ pkgsrc/lang/php72/patches/patch-run-tests.php \ pkgsrc/lang/php72/patches/patch-sapi_cgi_Makefile.frag \ pkgsrc/lang/php72/patches/patch-sapi_cli_Makefile.frag \ pkgsrc/lang/php72/patches/patch-sapi_fpm_fpm_events_port.c \ pkgsrc/lang/php72/patches/patch-sapi_fpm_php-fpm.conf.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510736173260110 Content-Disposition: inline Content-Length: 47076 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.469 pkgsrc/lang/Makefile:1.470 --- pkgsrc/lang/Makefile:1.469 Wed Nov 1 12:07:31 2017 +++ pkgsrc/lang/Makefile Wed Nov 15 08:56:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.469 2017/11/01 12:07:31 fhajny Exp $ +# $NetBSD: Makefile,v 1.470 2017/11/15 08:56:12 jdolecek Exp $ # COMMENT= Programming languages @@ -171,6 +171,7 @@ SUBDIR+= pforth SUBDIR+= php56 SUBDIR+= php70 SUBDIR+= php71 +SUBDIR+= php72 SUBDIR+= picoc SUBDIR+= pict SUBDIR+= polyml Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.193 pkgsrc/lang/php/phpversion.mk:1.194 --- pkgsrc/lang/php/phpversion.mk:1.193 Fri Oct 27 08:47:49 2017 +++ pkgsrc/lang/php/phpversion.mk Wed Nov 15 08:56:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.193 2017/10/27 08:47:49 taca Exp $ +# $NetBSD: phpversion.mk,v 1.194 2017/11/15 08:56:12 jdolecek Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -10,7 +10,7 @@ # The PHP version to choose when more than one is acceptable to # the package. # -# Possible: 56 70 71 +# Possible: 56 70 71 72 # Default: 56 # # === Infrastructure variables === @@ -27,13 +27,13 @@ # PHP_VERSIONS_ACCEPTED # The PHP versions that are accepted by the package. # -# Possible: 56 70 71 +# Possible: 56 70 71 72 # Default: 56 # # PHP_VERSIONS_INCOMPATIBLE # The PHP versions that are not supported by the package. # -# Possible: 56 70 71 +# Possible: 56 70 71 72 # Default: (empty) # # PHP_CHECK_INSTALLED @@ -48,7 +48,7 @@ # PKG_PHP_VERSION # The selected PHP version. # -# Possible: 56 70 71 +# Possible: 56 70 71 72 # Default: ${PHP_VERSION_DEFAULT} # # PHP_BASE_VERS @@ -72,7 +72,7 @@ # PHP_PKG_PREFIX # The prefix that is prepended to the package name. # -# Example: php56 php70 php71 +# Example: php56 php70 php71 php72 # # PHP_EXTENSION_DIR # Relative path to ${PREFIX} for PHP's extensions. It is derived from @@ -90,11 +90,13 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.32 PHP70_VERSION= 7.0.25 PHP71_VERSION= 7.1.11 +PHP72_VERSION= 7.2.0RC6 # Define initial release of major version. PHP56_RELDATE= 20140828 PHP70_RELDATE= 20151203 PHP71_RELDATE= 20160303 +PHP72_RELDATE= 20170718 _VARGROUPS+= php _USER_VARS.php= PHP_VERSION_DEFAULT @@ -105,7 +107,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP P .include "../../mk/bsd.prefs.mk" PHP_VERSION_DEFAULT?= 56 -PHP_VERSIONS_ACCEPTED?= 56 70 71 +PHP_VERSIONS_ACCEPTED?= 56 70 71 72 .for pv in ${PHP_VERSIONS_ACCEPTED} . if empty(PHP_VERSIONS_INCOMPATIBLE:M${pv}) _PHP_VERSIONS_ACCEPTED+= ${pv} @@ -118,7 +120,10 @@ _PHP_VERSION_${pv}_OK= yes .endfor # check what is installed -.if exists(${LOCALBASE}/lib/php/${PHP71_RELDATE}) +.if exists(${LOCALBASE}/lib/php/${PHP72_RELDATE}) +_PHP_VERSION_72_INSTALLED= yes +_PHP_INSTALLED= yes +.elif exists(${LOCALBASE}/lib/php/${PHP71_RELDATE}) _PHP_VERSION_71_INSTALLED= yes _PHP_INSTALLED= yes .elif exists(${LOCALBASE}/lib/php/${PHP70_RELDATE}) @@ -213,6 +218,12 @@ PHP_VERSION= ${PHP71_VERSION} PHP_INITIAL_TEENY= 0 PHP_PKG_PREFIX= php71 PHP_EXTENSION_DIR= lib/php/${PHP71_RELDATE} +.elif ${_PHP_VERSION} == "72" +PHPPKGSRCDIR= ../../lang/php72 +PHP_VERSION= ${PHP72_VERSION} +PHP_INITIAL_TEENY= 0 +PHP_PKG_PREFIX= php72 +PHP_EXTENSION_DIR= lib/php/${PHP72_RELDATE} .else # force an error PKG_FAIL_REASON+= "${PKG_PHP} is not a valid package" Added files: Index: pkgsrc/lang/php72/DESCR diff -u /dev/null pkgsrc/lang/php72/DESCR:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/DESCR Wed Nov 15 08:56:12 2017 @@ -0,0 +1,22 @@ +PHP is a widely-used open source general-purpose scripting language +that is especially suited for web development and can be embedded +into HTML. It is modular, and object-oriented. Much of its syntax +is borrowed from C, Java and Perl with a couple of unique PHP-specific +features thrown in. The language is designed to allow web developers +to write dynamically generated pages quickly. + +This package provides PHP version 7.2.x. + +PHP 7.2.x builds upon 7.1.x, adding new features: + +* Argument type declarations +* Object return type declarations +* Parameter Type Widening +* Trailing commas in list syntax +* Argon2 in password hash +* Libsodium as part of PHP Core +* Deprecated: __autoload, $php_errormsg, create_function(), + mbstring.func_overload, parse_str() without second argument, + gmp_random(), each(), assert(), $errcontext +* uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD, + about 10x on Linux Index: pkgsrc/lang/php72/MESSAGE diff -u /dev/null pkgsrc/lang/php72/MESSAGE:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/MESSAGE Wed Nov 15 08:56:12 2017 @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +To process PHP scripts, you will need a PHP-enabled HTTP server. You may +either configure the HTTP server to use the PHP CGI binary located in + + ${CGIDIR}/php + +or you may install a PHP module for your HTTP server, e.g. www/ap-php. + +=========================================================================== Index: pkgsrc/lang/php72/Makefile diff -u /dev/null pkgsrc/lang/php72/Makefile:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/Makefile Wed Nov 15 08:56:12 2017 @@ -0,0 +1,72 @@ +# $NetBSD: Makefile,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +# +# We can't omit PKGNAME here to handle PKG_OPTIONS. +# +PKGNAME= php-${PHP_VERSION:S/RC/rc/} +CATEGORIES= lang +MASTER_SITES= https://downloads.php.net/~pollita/ + +HOMEPAGE= http://www.php.net/ +COMMENT= PHP Hypertext Preprocessor version 7.2 +LICENSE= php + +TEST_TARGET= test + +USE_TOOLS+= gmake lex pkg-config +LIBTOOL_OVERRIDE= # empty +PHP_CHECK_INSTALLED= No + +PHP_VERSIONS_ACCEPTED= 72 + +.include "Makefile.php" + +CGIDIR= ${PREFIX}/libexec/cgi-bin +EGDIR= ${PREFIX}/share/examples/php +MESSAGE_SUBST+= CGIDIR=${CGIDIR} + +CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q} +MAKE_ENV+= INSTALL_ROOT=${DESTDIR} + +CONF_FILES= ${EGDIR}/php.ini-production ${PKG_SYSCONFDIR}/php.ini +PLIST_SUBST+= PHPEXTDIR="${PHP_EXTENSION_DIR}" + +SUBST_CLASSES+= path +SUBST_MESSAGE.path= Fixing common paths. +SUBST_STAGE.path= pre-configure +SUBST_FILES.path= ext/phar/phar/phar.php +SUBST_FILES.path+= php.ini-development php.ini-production run-tests.php +SUBST_FILES.path+= sapi/cgi/Makefile.frag +SUBST_SED.path= -e 's,@CGIDIR@,${CGIDIR},g' +SUBST_SED.path+= -e 's,@PREFIX@,${PREFIX},g' + +INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php + +# segfault generating phar.phar for i386 & SPARC +# revisit this if builtin PCRE is updated beyond PCRE1 8.38 +# https://bugs.php.net/bug.php?id=73880 +.if ${MACHINE_ARCH} != "x86_64" +CONFIGURE_ARGS+= --without-pcre-jit +.endif + +# Make sure modules can link correctly +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED= yes +.endif + +# Darwin < 9 (Mac OS X < 10.5 "Leopard") doesn't have gethostuuid(2) +# and lacks the zone memory allocator +.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*) +CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC +.endif + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cli/php ${DESTDIR}${PREFIX}/bin/php + ${INSTALL_DATA} ${WRKSRC}/sapi/cli/php.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/php.1 + ${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php-cgi ${DESTDIR}${CGIDIR}/php + cd ${WRKSRC}; ${INSTALL_DATA} php.ini-development php.ini-production \ + ${DESTDIR}${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/php.gif ${DESTDIR}${PREFIX}/share/php + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/php72/Makefile.common diff -u /dev/null pkgsrc/lang/php72/Makefile.common:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/Makefile.common Wed Nov 15 08:56:12 2017 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile.common,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ +# used by lang/php72/Makefile.php +# used by lang/php/ext.mk +# used by meta-pkgs/php72-extensions/Makefile + +PHP_VERSION_REQD= 72 + +.include "../../lang/php/common.mk" + +CATEGORIES+= www +MAINTAINER?= pkgsrc-users@NetBSD.org + +# needed due to (broken?) configure checks in php-xmlrpc and php5-dom +CONFIGURE_ENV+= PHP_LIBXML_SHARED="1" + +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +# configure test gets confused by wrappers dropping -R /usr/lib +CONFIGURE_ARGS+= php_cv_cc_dashr=no +.endif Index: pkgsrc/lang/php72/Makefile.php diff -u /dev/null pkgsrc/lang/php72/Makefile.php:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/Makefile.php Wed Nov 15 08:56:12 2017 @@ -0,0 +1,96 @@ +# $NetBSD: Makefile.php,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ +# used by lang/php72/Makefile +# used by www/ap-php/Makefile +# used by www/php-fpm/Makefile + +# PHP bug #74526 - segfaults on build with GCC 4.8.5 i386 +.if ${MACHINE_ARCH} == "i386" +GCC_REQD+= 4.9 +.endif + +.include "../../lang/php72/Makefile.common" + +DISTINFO_FILE= ${.CURDIR}/../../lang/php72/distinfo +PATCHDIR= ${.CURDIR}/../../lang/php72/patches + +USE_LIBTOOL= YES +USE_LANGUAGES= c c++ +GNU_CONFIGURE= YES +BUILD_DEFS+= VARBASE +PLIST_VARS+= dtrace + +CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}" + +.include "../../mk/bsd.prefs.mk" + +CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-config-file-scan-dir=${PKG_SYSCONFDIR}/php.d +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --localstatedir=${VARBASE} + +CONFIGURE_ARGS+= --without-mysqli +CONFIGURE_ARGS+= --without-iconv +CONFIGURE_ARGS+= --without-pear +#CONFIGURE_ARGS+= --without-intl + +CONFIGURE_ARGS+= --disable-posix +CONFIGURE_ARGS+= --disable-opcache +CONFIGURE_ARGS+= --disable-pdo +CONFIGURE_ARGS+= --disable-json + +CONFIGURE_ARGS+= --enable-cgi +CONFIGURE_ARGS+= --enable-mysqlnd +CONFIGURE_ARGS+= --enable-xml +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 +PKG_SUGGESTED_OPTIONS+= inet6 ssl readline + +.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" +PKG_SUPPORTED_OPTIONS+= dtrace +.endif + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif + +.if !empty(PKG_OPTIONS:Mssl) +. include "../../security/openssl/buildlink3.mk" +. if ${OPSYS} == "SunOS" +CONFIGURE_ARGS+= --with-openssl=yes +LIBS.SunOS+= -lcrypto +. else +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} +. endif +.else +CONFIGURE_ARGS+= --without-openssl +.endif + +.if !empty(PKG_OPTIONS:Mmaintainer-zts) +CONFIGURE_ARGS+= --enable-maintainer-zts +.endif + +.if !empty(PKG_OPTIONS:Mreadline) +USE_GNU_READLINE= yes +.include "../../devel/readline/buildlink3.mk" +CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} +.else +CONFIGURE_ARGS+= --without-readline +.endif + +.if !empty(PKG_OPTIONS:Mdtrace) +PLIST.dtrace= yes +CONFIGURE_ARGS+= --enable-dtrace + +# See https://bugs.php.net/bug.php?id=61268 +INSTALL_MAKE_FLAGS+= -r +.endif + +DL_AUTO_VARS= yes +.include "../../mk/dlopen.buildlink3.mk" Index: pkgsrc/lang/php72/PLIST diff -u /dev/null pkgsrc/lang/php72/PLIST:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/PLIST Wed Nov 15 08:56:12 2017 @@ -0,0 +1,284 @@ +@comment $NetBSD: PLIST,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ +bin/phar +bin/phar.phar +bin/php +bin/php-config +bin/phpdbg +bin/phpize +include/php/TSRM/TSRM.h +include/php/TSRM/readdir.h +include/php/TSRM/tsrm_config.h +include/php/TSRM/tsrm_config.w32.h +include/php/TSRM/tsrm_config_common.h +include/php/TSRM/tsrm_strtok_r.h +include/php/TSRM/tsrm_win32.h +include/php/Zend/zend.h +include/php/Zend/zend_API.h +include/php/Zend/zend_alloc.h +include/php/Zend/zend_alloc_sizes.h +include/php/Zend/zend_arena.h +include/php/Zend/zend_ast.h +include/php/Zend/zend_bitset.h +include/php/Zend/zend_build.h +include/php/Zend/zend_builtin_functions.h +include/php/Zend/zend_closures.h +include/php/Zend/zend_compile.h +include/php/Zend/zend_config.h +include/php/Zend/zend_config.nw.h +include/php/Zend/zend_config.w32.h +include/php/Zend/zend_constants.h +include/php/Zend/zend_dtrace.h +${PLIST.dtrace}include/php/Zend/zend_dtrace_gen.h +include/php/Zend/zend_errors.h +include/php/Zend/zend_exceptions.h +include/php/Zend/zend_execute.h +include/php/Zend/zend_extensions.h +include/php/Zend/zend_float.h +include/php/Zend/zend_gc.h +include/php/Zend/zend_generators.h +include/php/Zend/zend_globals.h +include/php/Zend/zend_globals_macros.h +include/php/Zend/zend_hash.h +include/php/Zend/zend_highlight.h +include/php/Zend/zend_inheritance.h +include/php/Zend/zend_ini.h +include/php/Zend/zend_ini_parser.h +include/php/Zend/zend_ini_scanner.h +include/php/Zend/zend_ini_scanner_defs.h +include/php/Zend/zend_interfaces.h +include/php/Zend/zend_istdiostream.h +include/php/Zend/zend_iterators.h +include/php/Zend/zend_language_parser.h +include/php/Zend/zend_language_scanner.h +include/php/Zend/zend_language_scanner_defs.h +include/php/Zend/zend_list.h +include/php/Zend/zend_llist.h +include/php/Zend/zend_long.h +include/php/Zend/zend_modules.h +include/php/Zend/zend_multibyte.h +include/php/Zend/zend_multiply.h +include/php/Zend/zend_object_handlers.h +include/php/Zend/zend_objects.h +include/php/Zend/zend_objects_API.h +include/php/Zend/zend_operators.h +include/php/Zend/zend_portability.h +include/php/Zend/zend_ptr_stack.h +include/php/Zend/zend_range_check.h +include/php/Zend/zend_signal.h +include/php/Zend/zend_smart_str.h +include/php/Zend/zend_smart_str_public.h +include/php/Zend/zend_smart_string.h +include/php/Zend/zend_smart_string_public.h +include/php/Zend/zend_sort.h +include/php/Zend/zend_stack.h +include/php/Zend/zend_stream.h +include/php/Zend/zend_string.h +include/php/Zend/zend_strtod.h +include/php/Zend/zend_strtod_int.h +include/php/Zend/zend_ts_hash.h +include/php/Zend/zend_type_info.h +include/php/Zend/zend_types.h +include/php/Zend/zend_variables.h +include/php/Zend/zend_virtual_cwd.h +include/php/Zend/zend_vm.h +include/php/Zend/zend_vm_def.h +include/php/Zend/zend_vm_execute.h +include/php/Zend/zend_vm_opcodes.h +include/php/ext/date/lib/timelib.h +include/php/ext/date/lib/timelib_config.h +include/php/ext/date/php_date.h +include/php/ext/dom/xml_common.h +include/php/ext/filter/php_filter.h +include/php/ext/hash/php_hash.h +include/php/ext/hash/php_hash_adler32.h +include/php/ext/hash/php_hash_crc32.h +include/php/ext/hash/php_hash_fnv.h +include/php/ext/hash/php_hash_gost.h +include/php/ext/hash/php_hash_haval.h +include/php/ext/hash/php_hash_joaat.h +include/php/ext/hash/php_hash_md.h +include/php/ext/hash/php_hash_ripemd.h +include/php/ext/hash/php_hash_sha.h +include/php/ext/hash/php_hash_sha3.h +include/php/ext/hash/php_hash_snefru.h +include/php/ext/hash/php_hash_tiger.h +include/php/ext/hash/php_hash_whirlpool.h +include/php/ext/libxml/php_libxml.h +include/php/ext/mysqlnd/config-win.h +include/php/ext/mysqlnd/mysql_float_to_double.h +include/php/ext/mysqlnd/mysqlnd.h +include/php/ext/mysqlnd/mysqlnd_alloc.h +include/php/ext/mysqlnd/mysqlnd_auth.h +include/php/ext/mysqlnd/mysqlnd_block_alloc.h +include/php/ext/mysqlnd/mysqlnd_charset.h +include/php/ext/mysqlnd/mysqlnd_commands.h +include/php/ext/mysqlnd/mysqlnd_connection.h +include/php/ext/mysqlnd/mysqlnd_debug.h +include/php/ext/mysqlnd/mysqlnd_enum_n_def.h +include/php/ext/mysqlnd/mysqlnd_ext_plugin.h +include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h +include/php/ext/mysqlnd/mysqlnd_plugin.h +include/php/ext/mysqlnd/mysqlnd_portability.h +include/php/ext/mysqlnd/mysqlnd_priv.h +include/php/ext/mysqlnd/mysqlnd_protocol_frame_codec.h +include/php/ext/mysqlnd/mysqlnd_ps.h +include/php/ext/mysqlnd/mysqlnd_read_buffer.h +include/php/ext/mysqlnd/mysqlnd_result.h +include/php/ext/mysqlnd/mysqlnd_result_meta.h +include/php/ext/mysqlnd/mysqlnd_reverse_api.h +include/php/ext/mysqlnd/mysqlnd_statistics.h +include/php/ext/mysqlnd/mysqlnd_structs.h +include/php/ext/mysqlnd/mysqlnd_vio.h +include/php/ext/mysqlnd/mysqlnd_wireprotocol.h +include/php/ext/mysqlnd/php_mysqlnd.h +include/php/ext/pcre/pcrelib/config.h +include/php/ext/pcre/pcrelib/pcre.h +include/php/ext/pcre/pcrelib/pcre_internal.h +include/php/ext/pcre/pcrelib/pcreposix.h +include/php/ext/pcre/pcrelib/ucp.h +include/php/ext/pcre/php_pcre.h +include/php/ext/phar/php_phar.h +include/php/ext/session/mod_files.h +include/php/ext/session/mod_user.h +include/php/ext/session/php_session.h +include/php/ext/simplexml/php_simplexml.h +include/php/ext/simplexml/php_simplexml_exports.h +include/php/ext/spl/php_spl.h +include/php/ext/spl/spl_array.h +include/php/ext/spl/spl_directory.h +include/php/ext/spl/spl_dllist.h +include/php/ext/spl/spl_engine.h +include/php/ext/spl/spl_exceptions.h +include/php/ext/spl/spl_fixedarray.h +include/php/ext/spl/spl_functions.h +include/php/ext/spl/spl_heap.h +include/php/ext/spl/spl_iterators.h +include/php/ext/spl/spl_observer.h +include/php/ext/standard/base64.h +include/php/ext/standard/basic_functions.h +include/php/ext/standard/crc32.h +include/php/ext/standard/credits.h +include/php/ext/standard/credits_ext.h +include/php/ext/standard/credits_sapi.h +include/php/ext/standard/crypt_blowfish.h +include/php/ext/standard/crypt_freesec.h +include/php/ext/standard/css.h +include/php/ext/standard/cyr_convert.h +include/php/ext/standard/datetime.h +include/php/ext/standard/dl.h +include/php/ext/standard/exec.h +include/php/ext/standard/file.h +include/php/ext/standard/flock_compat.h +include/php/ext/standard/fsock.h +include/php/ext/standard/head.h +include/php/ext/standard/html.h +include/php/ext/standard/html_tables.h +include/php/ext/standard/info.h +include/php/ext/standard/md5.h +include/php/ext/standard/microtime.h +include/php/ext/standard/pack.h +include/php/ext/standard/pageinfo.h +include/php/ext/standard/php_array.h +include/php/ext/standard/php_assert.h +include/php/ext/standard/php_browscap.h +include/php/ext/standard/php_crypt.h +include/php/ext/standard/php_crypt_r.h +include/php/ext/standard/php_dir.h +include/php/ext/standard/php_dns.h +include/php/ext/standard/php_ext_syslog.h +include/php/ext/standard/php_filestat.h +include/php/ext/standard/php_fopen_wrappers.h +include/php/ext/standard/php_ftok.h +include/php/ext/standard/php_http.h +include/php/ext/standard/php_image.h +include/php/ext/standard/php_incomplete_class.h +include/php/ext/standard/php_iptc.h +include/php/ext/standard/php_lcg.h +include/php/ext/standard/php_link.h +include/php/ext/standard/php_mail.h +include/php/ext/standard/php_math.h +include/php/ext/standard/php_metaphone.h +include/php/ext/standard/php_mt_rand.h +include/php/ext/standard/php_password.h +include/php/ext/standard/php_rand.h +include/php/ext/standard/php_random.h +include/php/ext/standard/php_smart_string.h +include/php/ext/standard/php_smart_string_public.h +include/php/ext/standard/php_standard.h +include/php/ext/standard/php_string.h +include/php/ext/standard/php_type.h +include/php/ext/standard/php_uuencode.h +include/php/ext/standard/php_var.h +include/php/ext/standard/php_versioning.h +include/php/ext/standard/proc_open.h +include/php/ext/standard/quot_print.h +include/php/ext/standard/scanf.h +include/php/ext/standard/sha1.h +include/php/ext/standard/streamsfuncs.h +include/php/ext/standard/uniqid.h +include/php/ext/standard/url.h +include/php/ext/standard/url_scanner_ex.h +include/php/ext/standard/winver.h +include/php/ext/xml/expat_compat.h +include/php/ext/xml/php_xml.h +include/php/main/SAPI.h +include/php/main/build-defs.h +include/php/main/fastcgi.h +include/php/main/fopen_wrappers.h +include/php/main/http_status_codes.h +include/php/main/php.h +include/php/main/php_compat.h +include/php/main/php_config.h +include/php/main/php_content_types.h +include/php/main/php_getopt.h +include/php/main/php_globals.h +include/php/main/php_ini.h +include/php/main/php_main.h +include/php/main/php_memory_streams.h +include/php/main/php_network.h +include/php/main/php_open_temporary_file.h +include/php/main/php_output.h +include/php/main/php_reentrancy.h +include/php/main/php_scandir.h +include/php/main/php_stdint.h +include/php/main/php_streams.h +include/php/main/php_syslog.h +include/php/main/php_ticks.h +include/php/main/php_variables.h +include/php/main/php_version.h +include/php/main/rfc1867.h +include/php/main/snprintf.h +include/php/main/spprintf.h +include/php/main/streams/php_stream_context.h +include/php/main/streams/php_stream_filter_api.h +include/php/main/streams/php_stream_glob_wrapper.h +include/php/main/streams/php_stream_mmap.h +include/php/main/streams/php_stream_plain_wrapper.h +include/php/main/streams/php_stream_transport.h +include/php/main/streams/php_stream_userspace.h +include/php/main/streams/php_streams_int.h +include/php/sapi/cli/cli.h +lib/php/build/Makefile.global +lib/php/build/acinclude.m4 +lib/php/build/ax_check_compile_flag.m4 +lib/php/build/config.guess +lib/php/build/config.sub +lib/php/build/libtool.m4 +lib/php/build/ltmain.sh +lib/php/build/mkdep.awk +lib/php/build/phpize.m4 +lib/php/build/run-tests.php +lib/php/build/scan_makefile_in.awk +lib/php/build/shtool +libexec/cgi-bin/php +man/man1/phar.1 +man/man1/phar.phar.1 +man/man1/php-cgi.1 +man/man1/php-config.1 +man/man1/php.1 +man/man1/phpdbg.1 +man/man1/phpize.1 +share/examples/php/php.ini-development +share/examples/php/php.ini-production +share/php/php.gif +@pkgdir ${PHPEXTDIR} Index: pkgsrc/lang/php72/buildlink3.mk diff -u /dev/null pkgsrc/lang/php72/buildlink3.mk:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/buildlink3.mk Wed Nov 15 08:56:12 2017 @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +BUILDLINK_TREE+= php + +.if !defined(PHP_BUILDLINK3_MK) +PHP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.php+= php>=7.2.0rc1<7.3 +BUILDLINK_ABI_DEPENDS.php+= php>=7.2.0rc1<7.3 +BUILDLINK_PKGSRCDIR.php?= ../../lang/php72 + +.include "../../textproc/libxml2/buildlink3.mk" +.endif # PHP_BUILDLINK3_MK + +BUILDLINK_TREE+= -php Index: pkgsrc/lang/php72/distinfo diff -u /dev/null pkgsrc/lang/php72/distinfo:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/distinfo Wed Nov 15 08:56:12 2017 @@ -0,0 +1,29 @@ +$NetBSD: distinfo,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +SHA1 (php-7.2.0RC6.tar.bz2) = dfc81aa8965ec73f3d24725d207ad9f6b362a238 +RMD160 (php-7.2.0RC6.tar.bz2) = 8b4dac9c5247b3d63b8d7a785bb5015555f37fee +SHA512 (php-7.2.0RC6.tar.bz2) = 35cf7e4aaf461c360885aaa4bb7997ae60eb7d8a8134c8ab4c42412576a9c36b56f1acc24358be3e7722142a10f330719907f254d6bf174fb22a6d61d3fe3fde +Size (php-7.2.0RC6.tar.bz2) = 14953026 bytes +SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad +SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c +SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f +SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92 +SHA1 (patch-ext_intl_config.m4) = 1ea3d3e6f05d5fed0bd4ca4518440199aec0954d +SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916 +SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8 +SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244 +SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 +SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8 +SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159 +SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5 +SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56 +SHA1 (patch-ext_standard_uniqid.c) = 154ed6e6d4796a52c6664b52994d6cad4ed22f30 +SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627 +SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5 +SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd +SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89 +SHA1 (patch-run-tests.php) = 86c4d3f03eb8e31b5a35820f426533c9478571fb +SHA1 (patch-sapi_cgi_Makefile.frag) = 18769900f588ff81cc34474542afa1d65c070e65 +SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3 +SHA1 (patch-sapi_fpm_fpm_events_port.c) = 0f10fdb32fb7cab58e2abda49fb1fc658c410150 +SHA1 (patch-sapi_fpm_php-fpm.conf.in) = b3c4fd499cbfd2dffd9176abb54e298ea542a5d7 Index: pkgsrc/lang/php72/patches/patch-acinclude.m4 diff -u /dev/null pkgsrc/lang/php72/patches/patch-acinclude.m4:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-acinclude.m4 Wed Nov 15 08:56:12 2017 @@ -0,0 +1,13 @@ +$NetBSD: patch-acinclude.m4,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- acinclude.m4.orig 2015-06-23 17:33:33.000000000 +0000 ++++ acinclude.m4 +@@ -2354,7 +2354,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[ + if test "$found_openssl" = "no"; then + + if test "$PHP_OPENSSL_DIR" = "yes"; then +- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" ++ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" + fi + + for i in $PHP_OPENSSL_DIR; do Index: pkgsrc/lang/php72/patches/patch-configure diff -u /dev/null pkgsrc/lang/php72/patches/patch-configure:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-configure Wed Nov 15 08:56:12 2017 @@ -0,0 +1,91 @@ +$NetBSD: patch-configure,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- configure.orig 2016-04-28 18:12:26.000000000 +0000 ++++ configure +@@ -6930,27 +6930,6 @@ EOF + ;; + esac + +- if test "$APACHE_VERSION" -lt 2004001; then +- APXS_MPM=`$APXS -q MPM_NAME` +- if test "$APXS_MPM" != "prefork" && test "$APXS_MPM" != "peruser" && test "$APXS_MPM" != "itk"; then +- +- enable_maintainer_zts=yes +- if test "$pthreads_working" != "yes"; then +- as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 +- fi +- +- fi +- else +- APACHE_THREADED_MPM=`$APXS_HTTPD -V | grep 'threaded:.*yes'` +- if test -n "$APACHE_THREADED_MPM"; then +- +- enable_maintainer_zts=yes +- if test "$pthreads_working" != "yes"; then +- as_fn_error $? "ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads." "$LINENO" 5 +- fi +- +- fi +- fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + +@@ -18408,7 +18387,7 @@ fi + if test "$found_openssl" = "no"; then + + if test "$PHP_OPENSSL_DIR" = "yes"; then +- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" ++ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" + fi + + for i in $PHP_OPENSSL_DIR; do +@@ -20572,7 +20551,7 @@ $as_echo "yes" >&6; } + PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags" + + +- for header_file in ext/sqlite3/libsqlite/sqlite3.h; do ++ for header_file; do + + + unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` +@@ -31742,7 +31721,7 @@ fi + if test "$found_openssl" = "no"; then + + if test "$PHP_OPENSSL_DIR" = "yes"; then +- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" ++ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" + fi + + for i in $PHP_OPENSSL_DIR; do +@@ -42631,7 +42610,7 @@ fi + if test "$found_openssl" = "no"; then + + if test "$PHP_OPENSSL_DIR" = "yes"; then +- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" ++ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" + fi + + for i in $PHP_OPENSSL_DIR; do +@@ -92806,7 +92785,7 @@ fi + if test "$found_openssl" = "no"; then + + if test "$PHP_OPENSSL_DIR" = "yes"; then +- PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl" ++ PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /" + fi + + for i in $PHP_OPENSSL_DIR; do +@@ -96439,12 +96418,7 @@ old_CC=$CC + if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then + CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags" + INLINE_CFLAGS="$INLINE_CFLAGS $ac_cv_pthreads_cflags" +- cat >meta_ccld< Index: pkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c diff -u /dev/null pkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c Wed Nov 15 08:56:12 2017 @@ -0,0 +1,13 @@ +$NetBSD: patch-ext_sqlite3_libsqlite_sqlite3.c,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- ext/sqlite3/libsqlite/sqlite3.c.orig 2015-06-23 17:33:33.000000000 +0000 ++++ ext/sqlite3/libsqlite/sqlite3.c +@@ -8408,7 +8408,7 @@ struct sqlite3_rtree_query_info { + ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit + ** it. + */ +-#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) ++#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && !defined(__sun) + # define _XOPEN_SOURCE 600 + #endif + Index: pkgsrc/lang/php72/patches/patch-ext_xsl_php__xsl.h diff -u /dev/null pkgsrc/lang/php72/patches/patch-ext_xsl_php__xsl.h:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-ext_xsl_php__xsl.h Wed Nov 15 08:56:12 2017 @@ -0,0 +1,15 @@ +$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +The dom header is now supplied by the main php bl3. + +--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000 ++++ ext/xsl/php_xsl.h +@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr + #include + #endif + +-#include "../dom/xml_common.h" ++#include "dom/xml_common.h" + #include "xsl_fe.h" + + #include Index: pkgsrc/lang/php72/patches/patch-makedist diff -u /dev/null pkgsrc/lang/php72/patches/patch-makedist:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-makedist Wed Nov 15 08:56:12 2017 @@ -0,0 +1,13 @@ +$NetBSD: patch-makedist,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- makedist.orig 2015-06-23 17:33:33.000000000 +0000 ++++ makedist +@@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28"; + fi + IFS="$old_IFS" + +-if test "x$PHPROOT" == "x"; then ++if test "x$PHPROOT" = "x"; then + PHPROOT=git@git.php.net:php-src.git; + fi + Index: pkgsrc/lang/php72/patches/patch-php.ini-development diff -u /dev/null pkgsrc/lang/php72/patches/patch-php.ini-development:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-php.ini-development Wed Nov 15 08:56:12 2017 @@ -0,0 +1,33 @@ +$NetBSD: patch-php.ini-development,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- php.ini-development.orig 2015-06-23 17:33:33.000000000 +0000 ++++ php.ini-development +@@ -697,7 +697,7 @@ default_charset = "UTF-8" + ;;;;;;;;;;;;;;;;;;;;;;;;; + + ; UNIX: "/path1:/path2" +-;include_path = ".:/php/includes" ++include_path = ".:@PREFIX@/lib/php" + ; + ; Windows: "\path1;\path2" + ;include_path = ".;c:\php\includes" +@@ -718,8 +718,8 @@ doc_root = + ; http://php.net/user-dir + user_dir = + +-; Directory in which the loadable extensions (modules) reside. +-; http://php.net/extension-dir ++; Directory in which the loadable extensions (modules) reside. If not ++; defined, then use the extension directory specified at compile-time. + ; extension_dir = "./" + ; On windows: + ; extension_dir = "ext" +@@ -792,7 +792,7 @@ file_uploads = On + ; Temporary directory for HTTP uploaded files (will use system default if not + ; specified). + ; http://php.net/upload-tmp-dir +-;upload_tmp_dir = ++upload_tmp_dir = /tmp + + ; Maximum allowed size for uploaded files. + ; http://php.net/upload-max-filesize Index: pkgsrc/lang/php72/patches/patch-php.ini-production diff -u /dev/null pkgsrc/lang/php72/patches/patch-php.ini-production:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-php.ini-production Wed Nov 15 08:56:12 2017 @@ -0,0 +1,33 @@ +$NetBSD: patch-php.ini-production,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- php.ini-production.orig 2015-06-23 17:33:33.000000000 +0000 ++++ php.ini-production +@@ -697,7 +697,7 @@ default_charset = "UTF-8" + ;;;;;;;;;;;;;;;;;;;;;;;;; + + ; UNIX: "/path1:/path2" +-;include_path = ".:/php/includes" ++include_path = ".:@PREFIX@/lib/php" + ; + ; Windows: "\path1;\path2" + ;include_path = ".;c:\php\includes" +@@ -718,8 +718,8 @@ doc_root = + ; http://php.net/user-dir + user_dir = + +-; Directory in which the loadable extensions (modules) reside. +-; http://php.net/extension-dir ++; Directory in which the loadable extensions (modules) reside. If not ++; defined, then use the extension directory specified at compile-time. + ; extension_dir = "./" + ; On windows: + ; extension_dir = "ext" +@@ -792,7 +792,7 @@ file_uploads = On + ; Temporary directory for HTTP uploaded files (will use system default if not + ; specified). + ; http://php.net/upload-tmp-dir +-;upload_tmp_dir = ++upload_tmp_dir = /tmp + + ; Maximum allowed size for uploaded files. + ; http://php.net/upload-max-filesize Index: pkgsrc/lang/php72/patches/patch-run-tests.php diff -u /dev/null pkgsrc/lang/php72/patches/patch-run-tests.php:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-run-tests.php Wed Nov 15 08:56:12 2017 @@ -0,0 +1,10 @@ +$NetBSD: patch-run-tests.php,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- run-tests.php.orig 2015-06-23 17:33:33.000000000 +0000 ++++ run-tests.php +@@ -1,4 +1,4 @@ +-#!/usr/bin/env php ++#!@PREFIX@/bin/php + fd, POLLIN, (void *)ev) < 0) { ++ zlog(ZLOG_ERROR, "port: unable to add the event"); ++ return -1; ++ } ++ + /* fire the event */ +- fpm_event_fire((struct fpm_event_s *)events[i].portev_user); ++ fpm_event_fire(ev); + + /* sanity check */ + if (fpm_globals.parent_pid != getpid()) { Index: pkgsrc/lang/php72/patches/patch-sapi_fpm_php-fpm.conf.in diff -u /dev/null pkgsrc/lang/php72/patches/patch-sapi_fpm_php-fpm.conf.in:1.1 --- /dev/null Wed Nov 15 08:56:13 2017 +++ pkgsrc/lang/php72/patches/patch-sapi_fpm_php-fpm.conf.in Wed Nov 15 08:56:12 2017 @@ -0,0 +1,13 @@ +$NetBSD: patch-sapi_fpm_php-fpm.conf.in,v 1.1 2017/11/15 08:56:12 jdolecek Exp $ + +--- sapi/fpm/php-fpm.conf.in.orig 2015-06-23 17:33:33.000000000 +0000 ++++ sapi/fpm/php-fpm.conf.in +@@ -14,7 +14,7 @@ + ; Pid file + ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ + ; Default Value: none +-;pid = run/php-fpm.pid ++pid = run/php-fpm.pid + + ; Error log file + ; If it's set to "syslog", log is sent to syslogd instead of being written --_----------=_1510736173260110--