pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php5 Fix non-portable "configure" shell script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1de236fb05a
branches:  trunk
changeset: 521249:c1de236fb05a
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Nov 07 16:57:46 2006 +0000

description:
Fix non-portable "configure" shell script.

diffstat:

 lang/php5/distinfo         |   3 ++-
 lang/php5/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 9a178fc5e9f2 -r c1de236fb05a lang/php5/distinfo
--- a/lang/php5/distinfo        Tue Nov 07 16:46:51 2006 +0000
+++ b/lang/php5/distinfo        Tue Nov 07 16:57:46 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.33 2006/11/06 22:06:35 jdolecek Exp $
+$NetBSD: distinfo,v 1.34 2006/11/07 16:57:46 tron Exp $
 
 SHA1 (php-5.2.0/php-5.2.0.tar.bz2) = 6306829b1b252156ca3a936ec809aba89a71d9e1
 RMD160 (php-5.2.0/php-5.2.0.tar.bz2) = baabe854ac219935ed9f58d348ebf08fb84853de
 Size (php-5.2.0/php-5.2.0.tar.bz2) = 6789838 bytes
+SHA1 (patch-aa) = 20bc3831e435182d014b11ae9f1f6c537a21af20
 SHA1 (patch-ac) = 4f8714134977e6cef25df23b60ceea50c2aee6d0
 SHA1 (patch-ag) = 4ccb67ba6f5370b1d16b087e3e714de3e5ae604e
 SHA1 (patch-ah) = c7cbd4b9ea0796ea3b7491c2cffb6ddddc518587
diff -r 9a178fc5e9f2 -r c1de236fb05a lang/php5/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php5/patches/patch-aa        Tue Nov 07 16:57:46 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/11/07 16:57:46 tron Exp $
+
+--- ext/pdo_sqlite/sqlite/configure.orig       2006-08-14 17:15:28.000000000 +0100
++++ ext/pdo_sqlite/sqlite/configure    2006-11-07 16:51:39.000000000 +0000
+@@ -19700,7 +19700,7 @@
+     OS_WIN=0
+     OS_OS2=1
+     TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
+-    if test "$ac_compiler_gnu" == "yes" ; then
++    if test "$ac_compiler_gnu" = "yes" ; then
+       TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
+       BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
+     fi



Home | Main Index | Thread Index | Old Index