packages: php/php-stupidapache_version.patch - update to 5.3.1

glen glen at pld-linux.org
Thu Nov 26 00:01:28 CET 2009


Author: glen                         Date: Wed Nov 25 23:01:28 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update to 5.3.1

---- Files affected:
packages/php:
   php-stupidapache_version.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/php/php-stupidapache_version.patch
diff -u packages/php/php-stupidapache_version.patch:1.3 packages/php/php-stupidapache_version.patch:1.4
--- packages/php/php-stupidapache_version.patch:1.3	Sat Jul  9 22:53:13 2005
+++ packages/php/php-stupidapache_version.patch	Thu Nov 26 00:01:23 2009
@@ -1,17 +1,15 @@
---- ./acinclude.m4~	2005-06-16 21:20:24.000000000 +0300
-+++ ./acinclude.m4	2005-06-16 21:20:34.000000000 +0300
-@@ -1949,8 +1949,14 @@
- dnl This macro is used to get a comparable
+--- php-5.3.1/acinclude.m4~	2009-11-26 00:49:53.000000000 +0200
++++ php-5.3.1/acinclude.m4	2009-11-26 00:51:11.466867803 +0200
+@@ -2582,7 +2582,11 @@
  dnl version for apache1/2.
  dnl
-+
  AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
-+if test "$with_apache_version" != "no"; then
-+  ac_output="foo bar baz $with_apache_version"
-+else
-   ac_output=`$1 -v 2>&1`
-+fi
-+
+-  ac_output=`$1 -v 2>&1 | grep version`
++  if test "$with_apache_version" != "no"; then
++    ac_output="foo bar baz $with_apache_version"
++  else
++    ac_output=`$1 -v 2>&1 | grep version`
++  fi
    ac_IFS=$IFS
  IFS="- /.
  "
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php-stupidapache_version.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list