pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Need inttypes.h on Solaris 9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12ca297aa24a
branches:  trunk
changeset: 548314:12ca297aa24a
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Oct 13 10:31:24 2008 +0000

description:
Need inttypes.h on Solaris 9.

diffstat:

 textproc/libxml2/distinfo         |   3 ++-
 textproc/libxml2/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 0f7c5ad8a049 -r 12ca297aa24a textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Mon Oct 13 09:36:41 2008 +0000
+++ b/textproc/libxml2/distinfo Mon Oct 13 10:31:24 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.67 2008/10/09 15:01:27 tron Exp $
+$NetBSD: distinfo,v 1.68 2008/10/13 10:31:24 sketch Exp $
 
 SHA1 (libxml2-2.7.1.tar.gz) = 54b2d24ce0b716054628303bff47cf0db2966d84
 RMD160 (libxml2-2.7.1.tar.gz) = 4de3732c39efa95b63abbd60dbb74357075faf63
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = cd45da492b02cce9983c46762839f68b8b1e0177
 SHA1 (patch-ae) = b9176919edbf3582cb24aff53f7c4f291e2b78c8
 SHA1 (patch-af) = 53757ead74ac0f3bba68adee89a65fcfa544fc59
+SHA1 (patch-ag) = 817a5fe8e3287b51c47ed13751995aef5ef8b2ae
diff -r 0f7c5ad8a049 -r 12ca297aa24a textproc/libxml2/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxml2/patches/patch-ag Mon Oct 13 10:31:24 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2008/10/13 10:31:24 sketch Exp $
+
+--- dict.c.orig        2008-10-13 11:19:44.000000000 +0100
++++ dict.c     2008-10-13 11:20:27.000000000 +0100
+@@ -22,6 +22,8 @@
+ #include <string.h>
+ #ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#elif HAVE_INTTYPES_H
++#include <inttypes.h>
+ #elif defined(WIN32)
+ typedef unsigned __int32 uint32_t;
+ #endif



Home | Main Index | Thread Index | Old Index