Wed Jul 10 05:50:06 2013 UTC ()
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.


(dholland)
diff -r1.4 -r1.5 pkgsrc/devel/tradcpp/distinfo
diff -r0 -r1.1 pkgsrc/devel/tradcpp/patches/patch-main.c

cvs diff -r1.4 -r1.5 pkgsrc/devel/tradcpp/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/tradcpp/distinfo 2013/07/09 17:39:52 1.4
+++ pkgsrc/devel/tradcpp/distinfo 2013/07/10 05:50:05 1.5
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.4 2013/07/09 17:39:52 dholland Exp $ 1$NetBSD: distinfo,v 1.5 2013/07/10 05:50:05 dholland Exp $
2 2
3SHA1 (tradcpp-0.3.1.tar.gz) = aa39e9db9b375f48e4f3ba33638b08809eef0b15 3SHA1 (tradcpp-0.3.1.tar.gz) = aa39e9db9b375f48e4f3ba33638b08809eef0b15
4RMD160 (tradcpp-0.3.1.tar.gz) = 731a53684c2f0771a8bf72a8db40955ede9b73b9 4RMD160 (tradcpp-0.3.1.tar.gz) = 731a53684c2f0771a8bf72a8db40955ede9b73b9
5Size (tradcpp-0.3.1.tar.gz) = 33289 bytes 5Size (tradcpp-0.3.1.tar.gz) = 33289 bytes
 6SHA1 (patch-main.c) = 1525ddc0c42b0ecb5106882148a1850206804fde

File Added: pkgsrc/devel/tradcpp/patches/Attic/patch-main.c
$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>