OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Feb-2005 18:04:19
Branch: HEAD Handle: 2005021717041900
Added files:
openpkg-src/php5 php5.patch
Modified files:
openpkg-src/php5 php5.spec
Log:
port to Itantium and Solaris
Summary:
Revision Changes Path
1.1 +21 -0 openpkg-src/php5/php5.patch
1.25 +3 -1 openpkg-src/php5/php5.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.patch
============================================================================
$ cvs diff -u -r0 -r1.1 php5.patch
--- /dev/null 2005-02-17 18:04:18 +0100
+++ php5.patch 2005-02-17 18:04:19 +0100
@@ -0,0 +1,21 @@
+Index: Zend/zend_strtod.c
+--- Zend/zend_strtod.c.orig 2004-12-14 09:41:35.000000000 +0100
++++ Zend/zend_strtod.c 2005-02-17 18:01:08.903522387 +0100
+@@ -95,7 +95,7 @@
+ static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn
Exp $";
+ #endif /* LIBC_SCCS and not lint */
+
+-#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
++#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) ||
defined(__ia64__) || \
+ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
+ defined(__powerpc__) || defined(__ppc__) || defined(__m88k__) || \
+ defined(__hppa__) || defined(__x86_64__) || (defined(__arm__) && \
+@@ -127,7 +127,7 @@
+ #define IEEE_LITTLE_ENDIAN
+ #endif
+
+-#if defined(__sparc__) || defined(__ppc__)
++#if defined(__sparc__) || defined(__ppc__) || defined(__sun__)
+ #define u_int32_t uint32_t
+ #endif
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 php5.spec
--- openpkg-src/php5/php5.spec 1 Jan 2005 10:53:52 -0000 1.24
+++ openpkg-src/php5/php5.spec 17 Feb 2005 17:04:19 -0000 1.25
@@ -34,7 +34,7 @@
Group: Language
License: PHP
Version: 5.0.3
-Release: 20041216
+Release: 20050217
# package options
%option with_calendar no
@@ -95,6 +95,7 @@
# list of sources
Source0:
http://static.php.net/www.php.net/distributions/php-%{version}.tar.gz
Source1: php.ini
+Patch0: php5.patch
# build information
Prefix: %{l_prefix}
@@ -232,6 +233,7 @@
%prep
%setup -q -n php-%{version}
+ %patch -p0
%{l_shtool} subst \
-e 's;\(/include\)/freetype2;\1;' \
configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]