pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/archangel Fix build on Interix (u_int64_t, b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d39359240918
branches:  trunk
changeset: 501904:d39359240918
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 14:31:47 2005 +0000

description:
Fix build on Interix (u_int64_t, but no uint64_t).

diffstat:

 archivers/archangel/distinfo         |   3 ++-
 archivers/archangel/patches/patch-ae |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 9af7522921e9 -r d39359240918 archivers/archangel/distinfo
--- a/archivers/archangel/distinfo      Mon Oct 31 13:09:51 2005 +0000
+++ b/archivers/archangel/distinfo      Mon Oct 31 14:31:47 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/10/31 05:11:41 minskim Exp $
+$NetBSD: distinfo,v 1.7 2005/10/31 14:31:47 tv Exp $
 
 SHA1 (archangel-20050730.tar.gz) = 966948ebac01a71732e93afd72fe5c4a21ba1ed8
 RMD160 (archangel-20050730.tar.gz) = 16b5f1d7dae8d45b22d0e371a90e0673c5e58caa
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 580fac24f5c2ee698ea58dce3b75bc4301db75bf
 SHA1 (patch-ac) = f7cd2a68ae6349e9ce2570ee269c70d7dd565c8f
 SHA1 (patch-ad) = 8cfb116a12ec927f00d2059d5e9b59e1e2d564c3
+SHA1 (patch-ae) = 21e2e651af0d828813b26cd036b7583a5dd3eebe
diff -r 9af7522921e9 -r d39359240918 archivers/archangel/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/archangel/patches/patch-ae      Mon Oct 31 14:31:47 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2005/10/31 14:31:47 tv Exp $
+
+--- aa.h.orig  2005-07-23 04:23:16.000000000 -0400
++++ aa.h
+@@ -30,6 +30,10 @@
+ #ifndef AA_H_
+ #define AA_H_
+ 
++#if !HAVE_UINT64_T && HAVE_U_INT64_T
++#define uint64_t u_int64_t
++#endif
++
+ #define KB(x) ((x) * 1024)
+ #define MB(x) ((x) * 1024 * 1024)
+ 



Home | Main Index | Thread Index | Old Index