pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig On Interix, [u]intptr_t exists and is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/537715d30013
branches:  trunk
changeset: 521938:537715d30013
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 28 16:15:30 2006 +0000

description:
On Interix, [u]intptr_t exists and is pulled in by <std*.h> even though
neither <inttypes.h> nor <stdint.h> exist.  So skip the #error.

diffstat:

 fonts/fontconfig/distinfo         |   4 ++--
 fonts/fontconfig/patches/patch-ae |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r c5598522731f -r 537715d30013 fonts/fontconfig/distinfo
--- a/fonts/fontconfig/distinfo Tue Nov 28 15:47:38 2006 +0000
+++ b/fonts/fontconfig/distinfo Tue Nov 28 16:15:30 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2006/10/09 10:54:12 markd Exp $
+$NetBSD: distinfo,v 1.22 2006/11/28 16:15:30 tv Exp $
 
 SHA1 (fontconfig-2.4.1.tar.gz) = 4e7d0f86bb4b637b7e66700068c50e044d3cc2e0
 RMD160 (fontconfig-2.4.1.tar.gz) = f48bd6a0ccc0cdd945659defeb9d944c629297ff
@@ -6,4 +6,4 @@
 SHA1 (patch-aa) = 7aa7831ccc818d0f501df941a1d12f3ed610d33b
 SHA1 (patch-ac) = 965087ba6e457daf17c55fc3573b51fd6425be93
 SHA1 (patch-ad) = 258665b323eddd9fc7f11ab7706985002299f011
-SHA1 (patch-ae) = 403d973145446840e6693c0b2e1bc87357623627
+SHA1 (patch-ae) = 9b74310ddd2986390f48b0622a0225c29d6372e2
diff -r c5598522731f -r 537715d30013 fonts/fontconfig/patches/patch-ae
--- a/fonts/fontconfig/patches/patch-ae Tue Nov 28 15:47:38 2006 +0000
+++ b/fonts/fontconfig/patches/patch-ae Tue Nov 28 16:15:30 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ae,v 1.4 2006/10/09 10:54:12 markd Exp $
+$NetBSD: patch-ae,v 1.5 2006/11/28 16:15:30 tv Exp $
 
---- src/fcint.h.orig   2006-10-09 23:26:05.064812000 +1300
+--- src/fcint.h.orig   2006-09-15 03:06:40.000000000 -0400
 +++ src/fcint.h
+@@ -35,7 +35,7 @@
+ #include <inttypes.h>
+ #elif defined(HAVE_STDINT_H)
+ #include <stdint.h>
+-#else
++#elif !defined(__INTERIX)
+ #error missing C99 integer data types
+ #endif
+ #include <string.h>
 @@ -111,7 +111,7 @@
  #define FC_BANK_LANGS     0xfcfcfcfc
  



Home | Main Index | Thread Index | Old Index