Thu Nov 24 14:18:30 2011 UTC ()
Always include string.h


(joerg)
diff -r1.2 -r1.3 pkgsrc/cad/freehdl/distinfo
diff -r1.1 -r1.2 pkgsrc/cad/freehdl/patches/patch-aa

cvs diff -r1.2 -r1.3 pkgsrc/cad/freehdl/distinfo (expand / switch to context diff)
--- pkgsrc/cad/freehdl/distinfo 2011/11/23 19:23:52 1.2
+++ pkgsrc/cad/freehdl/distinfo 2011/11/24 14:18:30 1.3
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2011/11/23 19:23:52 marino Exp $
+$NetBSD: distinfo,v 1.3 2011/11/24 14:18:30 joerg Exp $
 
 SHA1 (freehdl-0.0.7.tar.gz) = eca7ad3ac58e56b72842e83a0a702c05b8f86aa4
 RMD160 (freehdl-0.0.7.tar.gz) = d00e14d6b1cd97154b221717124c6e20b0d4f776
 Size (freehdl-0.0.7.tar.gz) = 1394351 bytes
-SHA1 (patch-aa) = ca30d91823503c3c9d2d8dbc205776eb14aab537
+SHA1 (patch-aa) = 4c7b147c47079931506366ce50fc0eeac187fd65

cvs diff -r1.1 -r1.2 pkgsrc/cad/freehdl/patches/patch-aa (expand / switch to context diff)
--- pkgsrc/cad/freehdl/patches/patch-aa 2011/11/23 19:23:52 1.1
+++ pkgsrc/cad/freehdl/patches/patch-aa 2011/11/24 14:18:30 1.2
@@ -1,14 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2011/11/23 19:23:52 marino Exp $
+$NetBSD: patch-aa,v 1.2 2011/11/24 14:18:30 joerg Exp $
 
---- kernel/fhdl_stream.cc.orig	2006-01-12 08:05:01.000000000 +0000
+--- kernel/fhdl_stream.cc.orig	2011-11-24 00:24:28.000000000 +0000
 +++ kernel/fhdl_stream.cc
-@@ -6,6 +6,9 @@
+@@ -4,6 +4,7 @@
+ #endif
+ #include <sstream>
  #include <assert.h>
++#include <string.h>
  #include <freehdl/kernel-error.hh>
  #include <freehdl/kernel-fhdl-stream.hh>
-+#if defined (__DragonFly__)
-+#include <string.h>
-+#endif
  
- 
- // Error stream to output error messages generated by the kernel,