OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Feb-2005 14:41:54 Branch: HEAD Handle: 2005020613415300 Modified files: openpkg-src/php php.patch php.spec Log: port to ia64-freebsd5.3 and ix86-solaris10 Summary: Revision Changes Path 1.9 +21 -0 openpkg-src/php/php.patch 1.103 +1 -1 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.patch ============================================================================ $ cvs diff -u -r1.8 -r1.9 php.patch --- openpkg-src/php/php.patch 25 Jul 2004 09:39:57 -0000 1.8 +++ openpkg-src/php/php.patch 6 Feb 2005 13:41:53 -0000 1.9 @@ -89,3 +89,24 @@ } else { PDF_open_mem(pdf, pdf_flushwrite); } +Index: Zend/zend_strtod.c +--- Zend/zend_strtod.c.orig 2004-12-14 09:35:26 +0100 ++++ Zend/zend_strtod.c 2005-02-06 14:15:09 +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/php/php.spec ============================================================================ $ cvs diff -u -r1.102 -r1.103 php.spec --- openpkg-src/php/php.spec 2 Jan 2005 11:27:02 -0000 1.102 +++ openpkg-src/php/php.spec 6 Feb 2005 13:41:53 -0000 1.103 @@ -38,7 +38,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20050102 +Release: 20050206 # package options %option with_bc no @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org