pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/open2300 Bool is not used, so no need to include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e3fb173a804
branches:  trunk
changeset: 485447:8e3fb173a804
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Dec 11 12:53:51 2004 +0000

description:
Bool is not used, so no need to include stdbool.h.
This fixes NetBSD 1.6 build problem.

diffstat:

 misc/open2300/distinfo         |   3 ++-
 misc/open2300/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 0e4f99f93b96 -r 8e3fb173a804 misc/open2300/distinfo
--- a/misc/open2300/distinfo    Sat Dec 11 12:32:44 2004 +0000
+++ b/misc/open2300/distinfo    Sat Dec 11 12:53:51 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/11/29 08:22:27 martin Exp $
+$NetBSD: distinfo,v 1.5 2004/12/11 12:53:51 kristerw Exp $
 
 SHA1 (open2300-1.8.tar.gz) = 86fd2dcdef995498ed17062dd4b8df5db6b3383d
 Size (open2300-1.8.tar.gz) = 330320 bytes
 SHA1 (patch-aa) = 3f2cc9994e45a77d2bfc6907515e5c7c4a6d13d3
 SHA1 (patch-ab) = 9437137a36e434fcabde6acc5373be04523357e9
+SHA1 (patch-ac) = 48762f4c60ca475031659cad94701a1bc83b6795
diff -r 0e4f99f93b96 -r 8e3fb173a804 misc/open2300/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/open2300/patches/patch-ac    Sat Dec 11 12:53:51 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2004/12/11 12:53:51 kristerw Exp $
+
+--- rw2300.h.orig      Sat Dec 11 13:48:45 2004
++++ rw2300.h   Sat Dec 11 13:48:57 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>



Home | Main Index | Thread Index | Old Index