pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/rzip Include <stdint.h> on Darwin to make th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e399a945491d
branches:  trunk
changeset: 501481:e399a945491d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 17:53:01 2005 +0000

description:
Include <stdint.h> on Darwin to make the integer types known.
Fixes PR 31896.

diffstat:

 archivers/rzip/distinfo         |   3 ++-
 archivers/rzip/patches/patch-ac |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 36dfab09c6c6 -r e399a945491d archivers/rzip/distinfo
--- a/archivers/rzip/distinfo   Sun Oct 23 17:49:40 2005 +0000
+++ b/archivers/rzip/distinfo   Sun Oct 23 17:53:01 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 14:45:26 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/10/23 17:53:01 rillig Exp $
 
 SHA1 (rzip-2.0.tar.gz) = 65d3d95689d14a6fb3b7c805768bf34868de5c17
 RMD160 (rzip-2.0.tar.gz) = a3bc1bb5afe9025ec53cc03bf5f55d65728c0529
 Size (rzip-2.0.tar.gz) = 42699 bytes
 SHA1 (patch-aa) = efa046e26d01dc5d38cb4648119e8cd2ad91ea41
 SHA1 (patch-ab) = b00a141d6b4ca6fb970eae3783a84c2fb7f8cc36
+SHA1 (patch-ac) = 17ce38121ea20b705c7aa19fa8103dd184597df0
diff -r 36dfab09c6c6 -r e399a945491d archivers/rzip/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rzip/patches/patch-ac   Sun Oct 23 17:53:01 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2005/10/23 17:53:01 rillig Exp $
+
+--- rzip.h.orig 2005-10-23 11:24:14.000000000 +0200
++++ rzip.h      2005-10-23 11:25:45.000000000 +0200
+@@ -26,6 +26,9 @@
+ #include "config.h"
+ 
+ #include <sys/types.h>
++#ifdef __APPLE__ /* Darwin */
++#include <stdint.h>
++#endif
+ #include <unistd.h>
+ #include <stdio.h>
+ #include <stddef.h>



Home | Main Index | Thread Index | Old Index