pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tradcpp Oops, forgot <stdarg.h>. PR 48037



details:   https://anonhg.NetBSD.org/pkgsrc/rev/624cd007987a
branches:  trunk
changeset: 621519:624cd007987a
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Jul 10 05:50:05 2013 +0000

description:
Oops, forgot <stdarg.h>. PR 48037

There must be something wrong with netbsd's headers, as none of

   #include <stdbool.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   #include <errno.h>
   #include <err.h>

ought to leak in stdarg.h, but apparently one is.

diffstat:

 devel/tradcpp/distinfo             |   3 ++-
 devel/tradcpp/patches/patch-main.c |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r d73d14e45f71 -r 624cd007987a devel/tradcpp/distinfo
--- a/devel/tradcpp/distinfo    Wed Jul 10 03:02:02 2013 +0000
+++ b/devel/tradcpp/distinfo    Wed Jul 10 05:50:05 2013 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2013/07/09 17:39:52 dholland Exp $
+$NetBSD: distinfo,v 1.5 2013/07/10 05:50:05 dholland Exp $
 
 SHA1 (tradcpp-0.3.1.tar.gz) = aa39e9db9b375f48e4f3ba33638b08809eef0b15
 RMD160 (tradcpp-0.3.1.tar.gz) = 731a53684c2f0771a8bf72a8db40955ede9b73b9
 Size (tradcpp-0.3.1.tar.gz) = 33289 bytes
+SHA1 (patch-main.c) = 1525ddc0c42b0ecb5106882148a1850206804fde
diff -r d73d14e45f71 -r 624cd007987a devel/tradcpp/patches/patch-main.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tradcpp/patches/patch-main.c        Wed Jul 10 05:50:05 2013 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-main.c,v 1.1 2013/07/10 05:50:05 dholland Exp $
+
+--- main.c~    2013-07-09 17:48:47.000000000 +0000
++++ main.c
+@@ -29,6 +29,7 @@
+ 
+ #include <stdbool.h>
+ #include <stdio.h>
++#include <stdarg.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>



Home | Main Index | Thread Index | Old Index