pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/DatLib Skip <stdint.h> on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7299eb23c5fa
branches:  trunk
changeset: 502725:7299eb23c5fa
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 16:56:46 2005 +0000

description:
Skip <stdint.h> on Interix.

diffstat:

 emulators/DatLib/distinfo         |   4 +++-
 emulators/DatLib/patches/patch-ab |  14 ++++++++++++++
 emulators/DatLib/patches/patch-ac |  14 ++++++++++++++
 3 files changed, 31 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r d88e0d0e6ff6 -r 7299eb23c5fa emulators/DatLib/distinfo
--- a/emulators/DatLib/distinfo Tue Nov 08 16:50:51 2005 +0000
+++ b/emulators/DatLib/distinfo Tue Nov 08 16:56:46 2005 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/10/20 01:43:18 wiz Exp $
+$NetBSD: distinfo,v 1.8 2005/11/08 16:56:46 tv Exp $
 
 SHA1 (datlib28.zip) = aafc47472c4712bdf80a644b36fd293e97dbd090
 RMD160 (datlib28.zip) = b716d8414e4b35f0ce41a0b43a322fe714956c18
 Size (datlib28.zip) = 83787 bytes
 SHA1 (patch-aa) = c589d437d71f9342cb15b1b0e731169b274bd6b0
+SHA1 (patch-ab) = e01959114bafc63ae29fcde587b507f67e1c69b2
+SHA1 (patch-ac) = 55d7c856fc86aa40e625bcbde401b2c66b1d5b0c
diff -r d88e0d0e6ff6 -r 7299eb23c5fa emulators/DatLib/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/DatLib/patches/patch-ab Tue Nov 08 16:56:46 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/11/08 16:56:46 tv Exp $
+
+--- src/token.h.orig   2005-03-08 22:22:26.000000000 -0500
++++ src/token.h
+@@ -7,7 +7,9 @@
+ /* --- Standard includes --- */
+ 
+ #include <string.h>
++#ifndef __INTERIX
+ #include <stdint.h>
++#endif
+ 
+ 
+ /* --- Token structure (the description field is used by the directory scan and for debugging output) --- */
diff -r d88e0d0e6ff6 -r 7299eb23c5fa emulators/DatLib/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/DatLib/patches/patch-ac Tue Nov 08 16:56:46 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/11/08 16:56:46 tv Exp $
+
+--- src/type.h.orig    2005-02-21 21:57:16.000000000 -0500
++++ src/type.h
+@@ -8,7 +8,9 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#ifndef __INTERIX
+ #include <stdint.h>
++#endif
+ 
+ 
+ /* --- DatLib Includes --- */



Home | Main Index | Thread Index | Old Index