pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/quirc Do not redefine u_int32_t; it breaks on Ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dab73b470de0
branches:  trunk
changeset: 478915:dab73b470de0
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Aug 02 00:07:40 2004 +0000

description:
Do not redefine u_int32_t;  it breaks on NetBSD 1.6, and the
source code does not use that type anyway...

diffstat:

 chat/quirc/distinfo         |   3 ++-
 chat/quirc/patches/patch-af |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d04673d8f136 -r dab73b470de0 chat/quirc/distinfo
--- a/chat/quirc/distinfo       Sun Aug 01 21:06:38 2004 +0000
+++ b/chat/quirc/distinfo       Mon Aug 02 00:07:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/05/31 07:25:58 minskim Exp $
+$NetBSD: distinfo,v 1.6 2004/08/02 00:07:40 kristerw Exp $
 
 SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1
 Size (quirc-0.9.84.tar.gz) = 341962 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7
 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126
 SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa
+SHA1 (patch-af) = 87fd50dbfc9fb8a667e39403e781be2a1e221368
diff -r d04673d8f136 -r dab73b470de0 chat/quirc/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/quirc/patches/patch-af       Mon Aug 02 00:07:40 2004 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-af,v 1.1 2004/08/02 00:07:40 kristerw Exp $
+
+--- config.h.in.orig   Mon Aug  2 01:59:03 2004
++++ config.h.in        Mon Aug  2 01:59:13 2004
+@@ -92,6 +92,3 @@
+ 
+ /* If socken_t is defined */
+ #undef socklen_t
+-
+-/* Define to `unsigned int' if <sys/types.h> does not define. */
+-#undef u_int32_t



Home | Main Index | Thread Index | Old Index