diff options
author | maya <maya@pkgsrc.org> | 2017-05-03 11:45:25 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-05-03 11:45:25 +0000 |
commit | f733127d207adf2f08959ea351b526e2d3db81d9 (patch) | |
tree | 0f082d595b70011f8e2257bf6861253ea27eecdc /lang/php71 | |
parent | ee370cebf30699051475edd97279c700562c7fef (diff) | |
download | pkgsrc-f733127d207adf2f08959ea351b526e2d3db81d9.tar.gz |
php71: revert my previous commit.
Next commit will require a newer GCC on i386 re-fixing the build.
This is to make pullups easier maybe.
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/distinfo | 4 | ||||
-rw-r--r-- | lang/php71/patches/patch-configure | 37 |
2 files changed, 11 insertions, 30 deletions
diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 42a792a8abe..88f58ec0aee 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.19 2017/05/02 03:40:36 maya Exp $ +$NetBSD: distinfo,v 1.20 2017/05/03 11:45:25 maya Exp $ SHA1 (php-7.1.4.tar.bz2) = 87d6de530d7f4a9ca1bf5d29bf91eada9d0471e3 RMD160 (php-7.1.4.tar.bz2) = b51d1ac458bcac07de63117e556d109040e98ac0 SHA512 (php-7.1.4.tar.bz2) = a1dd5ffd756176e6ba600dd850510033d0d6f07aff314de69fec0c42437e6a006449e3f4f98679146a2f2645caa65ea351e31a8e1da7c14cc5260856ad40eaff Size (php-7.1.4.tar.bz2) = 15710808 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad -SHA1 (patch-configure) = 8c7633d0b309b4b08fddffa2780f68cb7f55d55e +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 diff --git a/lang/php71/patches/patch-configure b/lang/php71/patches/patch-configure index 50ca3961de7..4024aaa4646 100644 --- a/lang/php71/patches/patch-configure +++ b/lang/php71/patches/patch-configure @@ -1,27 +1,8 @@ -$NetBSD: patch-configure,v 1.2 2017/05/02 03:40:36 maya Exp $ +$NetBSD: patch-configure,v 1.3 2017/05/03 11:45:25 maya Exp $ -Disable the use of a global register on i386. -https://bugs.php.net/bug.php?id=74527 - -Detect openssl in / too. - -Some additional changes. - ---- configure.orig 2017-04-11 15:37:37.000000000 +0000 +--- configure.orig 2016-04-28 18:12:26.000000000 +0000 +++ configure -@@ -5737,10 +5737,7 @@ if test "$ZEND_GCC_GLOBAL_REGS" != "no"; - #else - # define ZEND_GCC_VERSION 0 - #endif --#if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386) --# define ZEND_VM_FP_GLOBAL_REG "%esi" --# define ZEND_VM_IP_GLOBAL_REG "%edi" --#elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__) -+#if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__) - # define ZEND_VM_FP_GLOBAL_REG "%r14" - # define ZEND_VM_IP_GLOBAL_REG "%r15" - #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__) -@@ -6921,27 +6918,6 @@ EOF +@@ -6930,27 +6930,6 @@ EOF ;; esac @@ -49,7 +30,7 @@ Some additional changes. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } -@@ -18402,7 +18378,7 @@ fi +@@ -18408,7 +18387,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -58,7 +39,7 @@ Some additional changes. fi for i in $PHP_OPENSSL_DIR; do -@@ -20603,7 +20579,7 @@ $as_echo "yes" >&6; } +@@ -20572,7 +20551,7 @@ $as_echo "yes" >&6; } PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags" @@ -67,7 +48,7 @@ Some additional changes. unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` -@@ -31773,7 +31749,7 @@ fi +@@ -31742,7 +31721,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -76,7 +57,7 @@ Some additional changes. fi for i in $PHP_OPENSSL_DIR; do -@@ -42665,7 +42641,7 @@ fi +@@ -42631,7 +42610,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -85,7 +66,7 @@ Some additional changes. fi for i in $PHP_OPENSSL_DIR; do -@@ -93774,7 +93750,7 @@ fi +@@ -92806,7 +92785,7 @@ fi if test "$found_openssl" = "no"; then if test "$PHP_OPENSSL_DIR" = "yes"; then @@ -94,7 +75,7 @@ Some additional changes. fi for i in $PHP_OPENSSL_DIR; do -@@ -97400,12 +97376,7 @@ old_CC=$CC +@@ -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" |