head 1.12; access; symbols pkgsrc-2020Q4:1.11.0.16 pkgsrc-2020Q4-base:1.11 pkgsrc-2020Q3:1.11.0.14 pkgsrc-2020Q3-base:1.11 pkgsrc-2020Q2:1.11.0.12 pkgsrc-2020Q2-base:1.11 pkgsrc-2020Q1:1.11.0.8 pkgsrc-2020Q1-base:1.11 pkgsrc-2019Q4:1.11.0.10 pkgsrc-2019Q4-base:1.11 pkgsrc-2019Q3:1.11.0.6 pkgsrc-2019Q3-base:1.11 pkgsrc-2019Q2:1.11.0.4 pkgsrc-2019Q2-base:1.11 pkgsrc-2019Q1:1.11.0.2 pkgsrc-2019Q1-base:1.11 pkgsrc-2018Q4:1.10.0.8 pkgsrc-2018Q4-base:1.10 pkgsrc-2018Q3:1.10.0.6 pkgsrc-2018Q3-base:1.10 pkgsrc-2018Q2:1.10.0.4 pkgsrc-2018Q2-base:1.10 pkgsrc-2018Q1:1.10.0.2 pkgsrc-2018Q1-base:1.10 pkgsrc-2017Q4:1.4.0.2 pkgsrc-2017Q4-base:1.4; locks; strict; comment @# @; 1.12 date 2021.01.03.15.18.58; author taca; state dead; branches; next 1.11; commitid MnKdKclh7NIffiCC; 1.11 date 2019.03.11.13.43.22; author jperkin; state Exp; branches; next 1.10; commitid lyKWe0kvPjet3XeB; 1.10 date 2018.02.09.00.01.13; author jdolecek; state Exp; branches; next 1.9; commitid GvkoS9F8aTsRc7qA; 1.9 date 2018.02.08.21.50.55; author jdolecek; state Exp; branches; next 1.8; commitid Ll3jYWAxah2lu6qA; 1.8 date 2018.02.08.21.23.04; author jdolecek; state Exp; branches; next 1.7; commitid NzzbGmB9S8qNj6qA; 1.7 date 2018.02.08.20.55.42; author jdolecek; state Exp; branches; next 1.6; commitid 9mQtsT1jnRUOa6qA; 1.6 date 2018.02.02.12.50.38; author jdolecek; state Exp; branches; next 1.5; commitid w8kPaK9hy7hKGhpA; 1.5 date 2018.01.16.10.49.57; author jperkin; state Exp; branches; next 1.4; commitid N0DtZ9cCe5Hwz5nA; 1.4 date 2017.12.03.12.54.34; author jdolecek; state Exp; branches 1.4.2.1; next 1.3; commitid qPCEJOf5OxPZFrhA; 1.3 date 2017.12.03.11.47.33; author jdolecek; state Exp; branches; next 1.2; commitid 0Sv0AUzaGEQ8irhA; 1.2 date 2017.11.15.11.01.31; author jdolecek; state Exp; branches; next 1.1; commitid Cooc8oEHn6Y1D7fA; 1.1 date 2017.11.15.08.56.12; author jdolecek; state Exp; branches; next ; commitid FEfzotqWnQMyV6fA; 1.4.2.1 date 2018.03.03.09.23.45; author spz; state Exp; branches; next ; commitid Mgixg7A0XxijCZsA; desc @@ 1.12 log @lang/php72: remove php72 Remove php72 package which is EOL on 1st December 2020. @ text @$NetBSD: patch-configure,v 1.11 2019/03/11 13:43:22 jperkin Exp $ Don't automatically add libgcc on SunOS. Reported upstream as #75941. Don't autodetect maintainer-zts. The meta_ccld removal reported upstream as #75940. --- configure.orig 2019-02-05 15:43:47.000000000 +0000 +++ configure @@@@ -5463,9 +5463,6 @@@@ fi case $host_alias in *solaris*) CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS" - if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then - enable_libgcc=yes - fi ;; *dgux*) CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR" @@@@ -7008,27 +7005,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; } @@@@ -97130,12 +97106,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<&5 $as_echo "yes" >&6; } @@@@ -96116,12 +96092,7 @@@@ old_CC=$CC @ 1.6 log @Update php72 to php 7.2.2 Changes since 7.2.1: Core: Fixed bug #75742 (potential memleak in internal classes's static members). Fixed bug #75679 (Path 260 character problem). Fixed bug #75614 (Some non-portable == in shell scripts). Fixed bug #75786 (segfault when using spread operator on generator passed by reference). Fixed bug #75799 (arg of get_defined_functions is optional). Fixed bug #75396 (Exit inside generator finally results in fatal error). FCGI: Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false). IMAP: Fixed bug #75774 (imap_append HeapCorruction). Opcache: Fixed bug #75720 (File cache not populated after SHM runs full). Fixed bug #75687 (var 8 (TMP) has array key type but not value type). Fixed bug #75698 (Using @@ crashes php7.2-fpm). Fixed bug #75579 (Interned strings buffer overflow may cause crash). PDO: Fixed bug #75616 (PDO extension doesn't allow to be built shared on Darwin). PDO MySQL: Fixed bug #75615 (PDO Mysql module can't be built as module). PGSQL: Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach). Readline: Fixed bug #75775 (readline_read_history segfaults with empty file). SAPI: Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry). SOAP: Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used). Fixed bug #75502 (Segmentation fault in zend_string_release). SPL: Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by reference). Fixed bug #75242 (RecursiveArrayIterator doesn't have constants from parent class). Fixed bug #73209 (RecursiveArrayIterator does not iterate object properties). Standard: Fixed bug #75781 (substr_count incorrect result). Fixed bug #75653 (array_values don't work on empty array). Zip: Display headers (buildtime) and library (runtime) versions in phpinfo (with libzip >= 1.3.1). @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.5 2018/01/16 10:49:57 jperkin Exp $ a44 9 @@@@ -21090,7 +21066,7 @@@@ $as_echo "#define HAVE_SQLITE3_ERRSTR 1" 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'` @ 1.5 log @php72: Don't automatically add libgcc on SunOS. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.4 2017/12/03 12:54:34 jdolecek Exp $ d5 1 a5 1 --- configure.orig 2018-01-02 22:35:52.000000000 +0000 d54 1 a54 10 @@@@ -23626,7 +23602,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcurl.pc" >&5 $as_echo_n "checking for libcurl.pc... " >&6; } - if test "$PHP_CURL" == "yes" -o "$PHP_CURL" == "/usr"; then + if test "$PHP_CURL" = "yes" -o "$PHP_CURL" = "/usr"; then PKNAME=libcurl { $as_echo "$as_me:${as_lineno-$LINENO}: result: using default path" >&5 $as_echo "using default path" >&6; } @@@@ -95975,12 +95951,7 @@@@ old_CC=$CC @ 1.4 log @purge PHP_OPENSSL_DIR patch harder @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.3 2017/12/03 11:47:33 jdolecek Exp $ d3 3 a5 1 --- configure.orig 2017-11-07 11:57:02.000000000 +0000 d7 11 a17 1 @@@@ -7007,27 +7007,6 @@@@ EOF d45 1 a45 1 @@@@ -21090,7 +21069,7 @@@@ $as_echo "#define HAVE_SQLITE3_ERRSTR 1" d54 1 a54 1 @@@@ -23626,7 +23605,7 @@@@ fi d63 1 a63 1 @@@@ -95975,12 +95954,7 @@@@ old_CC=$CC @ 1.4.2.1 log @Pullup ticket #5718 - requested by taca lang/php72: security update Revisions pulled up: - lang/php72/Makefile 1.4-1.6 - lang/php72/Makefile.common 1.2 - lang/php72/Makefile.php 1.2-1.4 - lang/php72/PLIST 1.2 - lang/php72/buildlink3.mk 1.2-1.3 - lang/php72/distinfo 1.12-1.22 - lang/php72/patches/patch-configure 1.5-1.10 - lang/php72/patches/patch-ext_curl_config.m4 deleted - lang/php72/patches/patch-ext_imap_config.m4 deleted - lang/php72/patches/patch-ext_pcre_pcrelib_config.h deleted - lang/php72/patches/patch-ext_pdo__mysql_config.m4 deleted - lang/php72/patches/patch-ext_pdo_config.m4 deleted - lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c deleted - lang/php72/patches/patch-makedist deleted - lang/php72/patches/patch-sapi_fpm_fpm_events_port.c 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Tue Jan 16 10:49:57 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Log Message: php72: Don't automatically add libgcc on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php72/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Wed Jan 31 21:10:18 UTC 2018 Modified Files: pkgsrc/lang/php72: Makefile.php Log Message: add new option argon2 to compile in the support for Argon2 password hashes (new in php 7.2.0) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php72/Makefile.php ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Fri Feb 2 12:50:38 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Removed Files: pkgsrc/lang/php72/patches: patch-ext_curl_config.m4 patch-ext_pdo__mysql_config.m4 patch-ext_pdo_config.m4 patch-makedist Log Message: Update php72 to php 7.2.2 Changes since 7.2.1: Core: Fixed bug #75742 (potential memleak in internal classes's static members). Fixed bug #75679 (Path 260 character problem). Fixed bug #75614 (Some non-portable = in shell scripts). Fixed bug #75786 (segfault when using spread operator on generator passed by reference). Fixed bug #75799 (arg of get_defined_functions is optional). Fixed bug #75396 (Exit inside generator finally results in fatal error). FCGI: Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false). IMAP: Fixed bug #75774 (imap_append HeapCorruction). Opcache: Fixed bug #75720 (File cache not populated after SHM runs full). Fixed bug #75687 (var 8 (TMP) has array key type but not value type). Fixed bug #75698 (Using @@ crashes php7.2-fpm). Fixed bug #75579 (Interned strings buffer overflow may cause crash). PDO: Fixed bug #75616 (PDO extension doesn't allow to be built shared on Darwin). PDO MySQL: Fixed bug #75615 (PDO Mysql module can't be built as module). PGSQL: Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach). Readline: Fixed bug #75775 (readline_read_history segfaults with empty file). SAPI: Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry). SOAP: Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used). Fixed bug #75502 (Segmentation fault in zend_string_release). SPL: Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by reference). Fixed bug #75242 (RecursiveArrayIterator doesn't have constants from parent class). Fixed bug #73209 (RecursiveArrayIterator does not iterate object properties). Standard: Fixed bug #75781 (substr_count incorrect result). Fixed bug #75653 (array_values don't work on empty array). Zip: Display headers (buildtime) and library (runtime) versions in phpinfo (with libzip >= 1.3.1). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php72/patches/patch-configure cvs rdiff -u -r1.2 -r0 pkgsrc/lang/php72/patches/patch-ext_curl_config.m4 \ pkgsrc/lang/php72/patches/patch-ext_pdo_config.m4 \ pkgsrc/lang/php72/patches/patch-makedist cvs rdiff -u -r1.3 -r0 \ pkgsrc/lang/php72/patches/patch-ext_pdo__mysql_config.m4 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 4 15:38:41 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-ext_imap_config.m4 patch-sapi_fpm_fpm_events_port.c Log Message: note upstream bug report numbers for two more patches To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php72/patches/patch-ext_imap_config.m4 \ pkgsrc/lang/php72/patches/patch-sapi_fpm_fpm_events_port.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 4 16:19:00 UTC 2018 Modified Files: pkgsrc/lang/php72: Makefile Makefile.php distinfo Removed Files: pkgsrc/lang/php72/patches: patch-ext_sqlite3_libsqlite_sqlite3.c Log Message: Switch php72 to use pkgsrc sqlite3 library instead of the bundled one PHP bundles a sqlite3 lib, it's used when the build can't find system one. Switch to the pkgsrc-provided one, eliminating also need to maintain a local patch for it. While here make this into a tunable compile option 'sqlite3', by default on, same as before. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php72/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php72/Makefile.php cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Mon Feb 5 08:51:25 UTC 2018 Modified Files: pkgsrc/lang/php72: Makefile Makefile.common Makefile.php PLIST buildlink3.mk distinfo Removed Files: pkgsrc/lang/php72/patches: patch-ext_pcre_pcrelib_config.h Log Message: Switch lang/php72 to use pkgsrc pcre library instead of the bundled one PHP bundles it's own copy of pcre 8.41 with the distribution, which is used when build doesn't find system one. Switch to the pkgsrc pcre, so that we don't need to maintain local PHP JIT patch here. Upcoming PHP 7.3 already switched to pcre2, so no value maintaining private PCRE patch any more (if there ever was). XXX devel/pcre doesn't seem to enable PCRE JIT, might be good to do so To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php72/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php72/Makefile.common \ pkgsrc/lang/php72/PLIST pkgsrc/lang/php72/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php72/Makefile.php cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/php72/patches/patch-ext_pcre_pcrelib_config.h ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Mon Feb 5 11:21:56 UTC 2018 Modified Files: pkgsrc/lang/php70: buildlink3.mk pkgsrc/lang/php71: buildlink3.mk pkgsrc/lang/php72: buildlink3.mk Log Message: php7*: Standardise on major.minor.99 usage in buildlink3.mk With the introduction of beta and rc releases of php7* into pkgsrc the pattern matching is often incorrect (for example the current version of php-7.1.0rc6 breaks both <7.1.0 and >=7.1.0). Using .99 is not ideal but does at least avoid the confusion developers seem to be having with the pmatch ordering. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php72/buildlink3.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Thu Feb 8 20:55:42 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Log Message: remove part of configure patch related to sqlite3 the part of the patch is not needed anymore, we use external sqlite3 lib, and the patch was for the bundled sqlite3 build To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php72/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Thu Feb 8 21:23:04 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Log Message: drop patch removing pthread checks for apache <2.4.1 module build the patch predates php56, doesn't seem to be necessary when building with apache22, and we want to reduce diffs against upstream; maybe that part was needed with distant past with apache 1.3 or whatnot, but that is not in pkgsrc any more To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/php72/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Thu Feb 8 21:50:55 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Log Message: note configure meta_ccld was reported upstream as #75940 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/php72/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Fri Feb 9 00:01:13 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo pkgsrc/lang/php72/patches: patch-configure Log Message: Add upstream bug report number for the libgcc part of patch too Thanks Jonathan for elaboration of why it's necessary. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php72/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Fri Feb 16 22:26:29 UTC 2018 Modified Files: pkgsrc/lang/php72: distinfo Removed Files: pkgsrc/lang/php72/patches: patch-ext_imap_config.m4 Log Message: remove patches/patch-ext_imap_config.m4, it's not needed any more mail/php-imap was changed to not use the option this patch adds; it was also entirely ineffective in what it was supposed to do To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/php72/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/lang/php72/patches/patch-ext_imap_config.m4 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri Mar 2 02:11:24 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: Makefile distinfo Log Message: lang/php72: update to 7.2.3 01 Mar 2018, PHP 7.2.3 - Core: . Fixed bug #75864 ("stream_isatty" returns wrong value on s390x). (Sam Ding) - Apache2Handler: . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with configuration). (Anatol) - Date: . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel) . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`). (Pedro Lacerda) . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it). (jhdxr) - LDAP: . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke) - libxml2: . Fixed bug #75871 (use pkg-config where available). (pmmaga) - PGSQL: . Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru) - Phar: . Fixed bug #54289 (Phar::extractTo() does not accept specific directories to be extracted). (bishop) . Fixed bug #65414 (deal with leading slash while adding files correctly). (bishopb) . Fixed bug #65414 (deal with leading slash when adding files correctly). (bishopb) - ODBC: . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol) - Opcache: . Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita) . Fixed bug #75893 (file_get_contents $http_response_header variable bugged with opcache). (Nikita) . Fixed bug #75938 (Modulus value not stored in variable). (Nikita) - SPL: . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr) - Standard: . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike, Philip Sharp) . Fixed bug #75981 (Prevent reading beyond buffer start in http wrapper). (Stas) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php72/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/php72/distinfo @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 5 Don't automatically add libgcc on SunOS. Reported upstream as #75941. The meta_ccld removal reported upstream as #75940. --- configure.orig 2018-01-30 10:33:52.000000000 +0000 d5 23 a27 6 @@@@ -5461,9 +5461,6 @@@@ fi case $host_alias in *solaris*) CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS" - if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then - enable_libgcc=yes d29 23 a51 4 ;; *dgux*) CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR" @@@@ -96116,12 +96113,7 @@@@ old_CC=$CC @ 1.3 log @remove patch to add / to PHP_OPENSSL_DIR - can't find in history why it was added (is there since at least php54), and package compiles just fine without it; goal is to reduce amount of patches we maintain @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2017/11/15 11:01:31 jdolecek Exp $ a50 27 @@@@ -32006,7 +31985,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 @@@@ -42805,7 +42784,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 @@@@ -92412,7 +92391,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 @ 1.2 log @fix unportable == in ext/curl/config.m4 @ text @d1 1 a1 1 $NetBSD$ a32 9 @@@@ -18592,7 +18571,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 @ 1.1 log @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 @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.3 2017/05/03 11:45:25 maya Exp $ d3 1 a3 1 --- configure.orig 2016-04-28 18:12:26.000000000 +0000 d5 1 a5 1 @@@@ -6930,27 +6930,6 @@@@ EOF d33 1 a33 1 @@@@ -18408,7 +18387,7 @@@@ fi d42 1 a42 1 @@@@ -20572,7 +20551,7 @@@@ $as_echo "yes" >&6; } d51 10 a60 1 @@@@ -31742,7 +31721,7 @@@@ fi d69 1 a69 1 @@@@ -42631,7 +42610,7 @@@@ fi d78 1 a78 1 @@@@ -92806,7 +92785,7 @@@@ fi d87 1 a87 1 @@@@ -96439,12 +96418,7 @@@@ old_CC=$CC @