head 1.5; access; symbols pkgsrc-2024Q3:1.4.0.54 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.52 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.50 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.48 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.46 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.44 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.42 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.40 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.38 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.36 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.34 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.32 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.30 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.28 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.26 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.24 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.22 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.20 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.16 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.18 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.14 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.12 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.10 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.8 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.6 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.4 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.2 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.3.0.16 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.14 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.10 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.8 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.6 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.4 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.2 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.2.0.4 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.2 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.1.0.8 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.6 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.4 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2024.12.01.16.11.56; author taca; state dead; branches; next 1.4; commitid zGtkiisbXubODOzF; 1.4 date 2018.01.16.11.28.09; author jperkin; state Exp; branches; next 1.3; commitid 7f3zyqFaY9XyM5nA; 1.3 date 2016.05.02.13.08.00; author taca; state Exp; branches 1.3.16.1; next 1.2; commitid s3zfPZVhiBZmoU4z; 1.2 date 2015.10.02.14.37.40; author taca; state Exp; branches 1.2.4.1; next 1.1; commitid LupGAWhjacCEJxDy; 1.1 date 2014.11.24.15.37.08; author taca; state Exp; branches 1.1.8.1; next ; commitid XdbklA7AWHrF5sZx; 1.3.16.1 date 2018.03.03.09.23.30; author spz; state Exp; branches; next ; commitid MlvqLAktW79eCZsA; 1.2.4.1 date 2016.05.08.14.08.45; author bsiegert; state Exp; branches; next ; commitid khlkjqP9KaimxG5z; 1.1.8.1 date 2015.10.04.14.03.38; author bsiegert; state Exp; branches; next ; commitid tAGZcXsnG1L4uNDy; desc @@ 1.5 log @lang/php56: fix build problem * Switch to using autoconf269 instead of manually patch configure. * Make php-embed PHP_OPTIONS noop excep lang/php56 package. Bump PKGREVISION. @ text @$NetBSD: patch-configure,v 1.4 2018/01/16 11:28:09 jperkin Exp $ Don't automatically add libgcc on SunOS. --- configure.orig 2018-01-03 00:28:11.000000000 +0000 +++ configure @@@@ -5459,9 +5459,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" @@@@ -8315,27 +8312,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; } @@@@ -9139,27 +9115,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; } @@@@ -24712,7 +24667,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 @@@@ -26868,7 +26823,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'` @@@@ -37985,7 +37940,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 @@@@ -49597,7 +49552,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 @@@@ -107120,12 +107075,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<&6; } d91 1 a91 1 @@@@ -37985,7 +37943,7 @@@@ fi d100 1 a100 1 @@@@ -49597,7 +49555,7 @@@@ fi d109 1 a109 1 @@@@ -107117,12 +107075,7 @@@@ old_CC=$CC @ 1.3.16.1 log @Pullup ticket #5715 - requested by taca lang/php56: security update Revisions pulled up: - lang/php56/DESCR 1.3 - lang/php56/MESSAGE 1.2 - lang/php56/Makefile 1.16 - lang/php56/distinfo 1.45-1.46 - lang/php56/patches/patch-configure 1.4 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Tue Jan 16 11:28:09 UTC 2018 Modified Files: pkgsrc/lang/php56: Makefile distinfo pkgsrc/lang/php56/patches: patch-configure Log Message: php56: Convert libgcc fix to a patch to mirror php7*. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php56/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/php56/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php56/patches/patch-configure ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 4 11:35:39 UTC 2018 Modified Files: pkgsrc/lang/php56: DESCR MESSAGE pkgsrc/lang/php70: DESCR MESSAGE Log Message: note a planned End of Life for support of PHP 5.6.x and PHP 7.0.x Those releases will stop getting official support on Dec 31 2018 and Dec 3 2018 respectively, and they should be removed from pkgsrc by then. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php56/DESCR cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php56/MESSAGE ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri Mar 2 02:13:44 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: lang/php56: update to 5.6.34 01 Mar 2018, PHP 5.6.34 - Standard: . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php56/distinfo @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 3 Don't automatically add libgcc on SunOS. --- configure.orig 2018-01-03 00:28:11.000000000 +0000 d5 1 a5 11 @@@@ -5459,9 +5459,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" @@@@ -8315,27 +8312,6 @@@@ EOF d33 1 a33 1 @@@@ -9139,27 +9115,6 @@@@ EOF d61 1 a61 1 @@@@ -24712,7 +24667,7 @@@@ fi d70 1 a70 1 @@@@ -26868,7 +26823,7 @@@@ $as_echo "yes" >&6; } d79 1 a79 1 @@@@ -37985,7 +37940,7 @@@@ fi d88 1 a88 1 @@@@ -49597,7 +49552,7 @@@@ fi d97 1 a97 1 @@@@ -107120,12 +107075,7 @@@@ old_CC=$CC @ 1.2 log @Update php56 to 5.6.14. 01 Oct 2015, PHP 5.6.14 - Core: . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions). (Adam) - CLI server: . Fixed bug #68291 (404 on urls with '+'). (cmb) - DOM: . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity encoding). (cmb) - Mysqlnd: . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to a server). (Sergei Turchanov) - OpenSSL: . Fixed bug #55259 (openssl extension does not get the DH parameters from DH key resource). (Jakub Zelenka) . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb) . Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka) . Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol) - PDO: . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence) - Phar: . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas) . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (Stas) - Phpdbg: . Fix phpdbg_break_next() sometimes not breaking. (Bob) - Standard: . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb) - Streams: . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections). (Niklas Keller) - Zip: . Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2014/11/24 15:37:08 taca Exp $ d3 1 a3 1 --- configure.orig 2015-09-30 07:18:32.000000000 +0000 d79 1 a79 1 @@@@ -37981,7 +37939,7 @@@@ fi d88 1 a88 1 @@@@ -49593,7 +49551,7 @@@@ fi d97 1 a97 10 @@@@ -66618,7 +66576,7 @@@@ rm -f core *.core core.conftest.* gmon.o fi -if test "$flock_type" == "unknown"; then +if test "$flock_type" = "unknown"; then as_fn_error $? "Don't know how to define struct flock on this system, set --enable-opcache=no" "$LINENO" 5 fi @@@@ -107099,12 +107057,7 @@@@ old_CC=$CC @ 1.2.4.1 log @Pullup ticket #4973 - requested by taca lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.134 - lang/php56/distinfo 1.26 - lang/php56/patches/patch-configure 1.3 - lang/php56/patches/patch-ext_opcache_config.m4 deleted - lang/php56/patches/patch-ext_standard_php__dns.h 1.2 --- Module Name: pkgsrc Committed By: taca Date: Mon May 2 13:08:00 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo pkgsrc/lang/php56/patches: patch-configure patch-ext_standard_php__dns.h Removed Files: pkgsrc/lang/php56/patches: patch-ext_opcache_config.m4 Log Message: Update php56 to 5.6.21. pkgsrc change: Fix build problem on Linux noted by Matthias Ferdinand on pkgsrc-users@@. 28 Apr 2016, PHP 5.6.21 - Core: . Fixed bug #69537 (__debugInfo with empty string for key gives error). (krakjoe) . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence) - BCmath: . Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_ definition). (Stas) - Curl: . Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string). (Michael Sierks) - Date: . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt) - EXIF: . Fixed bug #72094 (Out of bounds heap read access in exif header processing). (Stas) - GD: . Fixed bug #71952 (Corruption inside imageaffinematrixget). (Stas) . Fixed bug #71912 (libgd: signedness vulnerability). (Stas) - Intl: . Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (Stas) - OCI8: . Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column). (Chris Jones) - ODBC: . Fixed bug #63171 (Script hangs after max_execution_time). (Remi) - Opcache: . Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER). (Laruence) - PDO: . Fixed bug #52098 (Own PDOStatement implementation ignore __call()). (Daniel Kalaspuffar, Julien) . Fixed bug #71447 (Quotes inside comments not properly handled). (Matteo) - Postgres: . Fixed bug #71820 (pg_fetch_object binds parameters before call constructor). (Anatol) - SPL: . Fixed bug #67582 (Cloned SplObjectStorage with overwritten getHash fails offsetExists()). (Nikita) - Standard: . Fixed bug #71840 (Unserialize accepts wrongly data). (Ryat, Laruence) . Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or _REENTRANT is not defined). (Nikita) - XML: . Fixed bug #72099 (xml_parse_into_struct segmentation fault). (Stas) @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2016-04-28 00:53:20.000000000 +0000 d79 1 a79 1 @@@@ -37985,7 +37943,7 @@@@ fi d88 1 a88 1 @@@@ -49597,7 +49555,7 @@@@ fi d97 10 a106 1 @@@@ -107117,12 +107075,7 @@@@ old_CC=$CC @ 1.1 log @Add php56, PHP version 5.6.3. THe main features of PHP 5.6: * Constant scalar expressions. * Variadic functions and argument unpacking using the ... operator. * Exponentiation using the ** operator. * Function and constant importing with the use keyword. * phpdbg as an interactive integrated debugger SAPI. * php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated. * GMP objects now support operator overloading. * File uploads larger than 2 gigabytes in size are now accepted. Please refer for difference from oldre release:http://php.net/migration56. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2014-11-13 10:07:25.000000000 +0000 d5 1 a5 1 @@@@ -8310,27 +8310,6 @@@@ EOF d33 1 a33 1 @@@@ -9134,27 +9113,6 @@@@ EOF d61 1 a61 1 @@@@ -24596,7 +24554,7 @@@@ fi d70 1 a70 1 @@@@ -26751,7 +26709,7 @@@@ $as_echo "yes" >&6; } d79 1 a79 1 @@@@ -37864,7 +37822,7 @@@@ fi d88 1 a88 1 @@@@ -49266,7 +49224,7 @@@@ fi d97 1 a97 1 @@@@ -66188,7 +66146,7 @@@@ rm -f core *.core core.conftest.* gmon.o d106 1 a106 1 @@@@ -106720,12 +106678,7 @@@@ old_CC=$CC a119 27 @@@@ -110497,7 +110450,7 @@@@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[123]|freebsd[123].*) objformat=aout ;; *) objformat=elf ;; esac fi @@@@ -112577,7 +112530,7 @@@@ if test -z "$aix_libpath"; then aix_libp ;; esac ;; - freebsd[12]*) + freebsd[12]|freebsd[12].*) # C++ shared libraries reported to be fairly broken before switch to ELF ld_shlibs_CXX=no ;; @@@@ -114130,7 +114083,7 @@@@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[123]|freebsd[123].*) objformat=aout ;; *) objformat=elf ;; esac fi @ 1.1.8.1 log @Pullup ticket #4832 - requested by taca lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.114 - lang/php56/distinfo 1.16 - lang/php56/patches/patch-aclocal.m4 deleted - lang/php56/patches/patch-build_libtool.m4 deleted - lang/php56/patches/patch-configure 1.2 --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 2 14:37:40 UTC 2015 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo pkgsrc/lang/php56/patches: patch-configure Removed Files: pkgsrc/lang/php56/patches: patch-aclocal.m4 patch-build_libtool.m4 Log Message: Update php56 to 5.6.14. 01 Oct 2015, PHP 5.6.14 - Core: . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions). (Adam) - CLI server: . Fixed bug #68291 (404 on urls with '+'). (cmb) - DOM: . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity encoding). (cmb) - Mysqlnd: . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to a server). (Sergei Turchanov) - OpenSSL: . Fixed bug #55259 (openssl extension does not get the DH parameters from DH key resource). (Jakub Zelenka) . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb) . Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka) . Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol) - PDO: . Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence) - Phar: . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas) . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (Stas) - Phpdbg: . Fix phpdbg_break_next() sometimes not breaking. (Bob) - Standard: . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb) - Streams: . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections). (Niklas Keller) - Zip: . Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb) @ text @d3 1 a3 1 --- configure.orig 2015-09-30 07:18:32.000000000 +0000 d5 1 a5 1 @@@@ -8315,27 +8315,6 @@@@ EOF d33 1 a33 1 @@@@ -9139,27 +9118,6 @@@@ EOF d61 1 a61 1 @@@@ -24712,7 +24670,7 @@@@ fi d70 1 a70 1 @@@@ -26868,7 +26826,7 @@@@ $as_echo "yes" >&6; } d79 1 a79 1 @@@@ -37981,7 +37939,7 @@@@ fi d88 1 a88 1 @@@@ -49593,7 +49551,7 @@@@ fi d97 1 a97 1 @@@@ -66618,7 +66576,7 @@@@ rm -f core *.core core.conftest.* gmon.o d106 1 a106 1 @@@@ -107099,12 +107057,7 @@@@ old_CC=$CC d120 27 @