pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/open2300 The source code does not use bool, so no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d72524a4f642
branches:  trunk
changeset: 483479:d72524a4f642
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Nov 12 19:01:57 2004 +0000

description:
The source code does not use bool, so no need to include stdbool.h.
Makes this pkg compile on NetBSD 1.6.

diffstat:

 misc/open2300/distinfo         |   4 ++--
 misc/open2300/patches/patch-ad |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 9d1362bfa435 -r d72524a4f642 misc/open2300/distinfo
--- a/misc/open2300/distinfo    Fri Nov 12 18:40:14 2004 +0000
+++ b/misc/open2300/distinfo    Fri Nov 12 19:01:57 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2004/11/11 10:19:29 martin Exp $
+$NetBSD: distinfo,v 1.3 2004/11/12 19:01:57 kristerw Exp $
 
 SHA1 (open2300-1.7.tar.gz) = 12227964e6a74f41c1efbbd58c4af67fc8ca3151
 Size (open2300-1.7.tar.gz) = 330103 bytes
 SHA1 (patch-aa) = f63fcb9632729e32750f6e1129e2011bbe5c4419
 SHA1 (patch-ab) = abf7bc87a25d1894ecc32d09ed48bd479f076fe3
 SHA1 (patch-ac) = 5ddd6e4c0ce2df718c4fcb7efed1d9553c415684
-SHA1 (patch-ad) = 1075315c9eed8d97997b5aab82916772440332c0
+SHA1 (patch-ad) = 68fe348565fbc7434d58613b9578d499513bf1e4
 SHA1 (patch-ae) = 062f9d02e839c3c01a31d8b5ac6824a688742c2b
 SHA1 (patch-af) = eaeda5057a9d268c0034c0edff080bb488861296
 SHA1 (patch-ag) = 1239d4d60865e75aa61bba1f04e760c74e84d68c
diff -r 9d1362bfa435 -r d72524a4f642 misc/open2300/patches/patch-ad
--- a/misc/open2300/patches/patch-ad    Fri Nov 12 18:40:14 2004 +0000
+++ b/misc/open2300/patches/patch-ad    Fri Nov 12 19:01:57 2004 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ad,v 1.1 2004/11/11 10:19:29 martin Exp $
+$NetBSD: patch-ad,v 1.2 2004/11/12 19:01:57 kristerw Exp $
 
---- rw2300.h.orig      2004-04-14 03:41:10.000000000 +0200
-+++ rw2300.h   2004-11-10 23:50:50.000000000 +0100
-@@ -283,14 +283,16 @@
+--- rw2300.h.orig      Sun Nov  7 12:18:45 2004
++++ rw2300.h   Fri Nov 12 19:57:46 2004
+@@ -20,7 +20,6 @@
+ #include <stdio.h>
+ #include <time.h>
+ #include <stdlib.h>
+-#include <stdbool.h>
+ #include <math.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+@@ -283,14 +282,16 @@
  void reset_06(WEATHERSTATION ws2300);
  
  int read_data(WEATHERSTATION ws2300, int address, int number,



Home | Main Index | Thread Index | Old Index