pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 do not require -I${PREFIX}/include/php/ext/d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1f591456551
branches:  trunk
changeset: 511794:e1f591456551
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Apr 22 10:54:53 2006 +0000

description:
do not require -I${PREFIX}/include/php/ext/date/lib when building
extension using php_date.h

problem reported upstream as PHP Bug 37163

diffstat:

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

diffs (32 lines):

diff -r 27cbdc2ffbd6 -r e1f591456551 lang/php5/distinfo
--- a/lang/php5/distinfo        Sat Apr 22 10:41:59 2006 +0000
+++ b/lang/php5/distinfo        Sat Apr 22 10:54:53 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2006/04/22 10:41:59 jdolecek Exp $
+$NetBSD: distinfo,v 1.18 2006/04/22 10:54:53 jdolecek Exp $
 
 SHA1 (php-5.1.2.tar.bz2) = f6acc67c293345ad22065768f3049834cb8a912e
 RMD160 (php-5.1.2.tar.bz2) = 1e21b5ba280b7efc8197802c673bb5d4e9dc9f8e
@@ -11,4 +11,5 @@
 SHA1 (patch-ap) = 79bb4da2c98cc5dc43e66d1a7a940b34401b3811
 SHA1 (patch-aq) = 3dede277476e99d927a5333d82ae9096b96e58f7
 SHA1 (patch-ar) = 819b84c4dbb9973159d2c2fe11f77044f6b4d0b9
+SHA1 (patch-as) = 217c06efe5912570fab64f205d0b4faa07cda063
 SHA1 (patch-at) = 1f700e2d91dd64538b1223b0ddad875c57b8f8af
diff -r 27cbdc2ffbd6 -r e1f591456551 lang/php5/patches/patch-as
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/php5/patches/patch-as        Sat Apr 22 10:54:53 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2006/04/22 10:54:53 jdolecek Exp $
+
+--- ext/date/lib/timelib_structs.h.orig        2006-04-22 12:51:57.000000000 +0200
++++ ext/date/lib/timelib_structs.h
+@@ -21,7 +21,7 @@
+ #ifndef __TIMELIB_STRUCTS_H__
+ #define __TIMELIB_STRUCTS_H__
+ 
+-#include <timelib_config.h>
++#include "timelib_config.h"
+ 
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>



Home | Main Index | Thread Index | Old Index