diff options
author | marino <marino@pkgsrc.org> | 2011-11-27 23:49:38 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-27 23:49:38 +0000 |
commit | cd8ac023ccbcbc60d339ea01f1ff8082090f5086 (patch) | |
tree | 10987236d4710f92eb58245485482b944db14cd5 /chat | |
parent | bb0a9af3375e008d17486976aa841ef1200234da (diff) | |
download | pkgsrc-cd8ac023ccbcbc60d339ea01f1ff8082090f5086.tar.gz |
chat/quirc: Fix build with modern GCC
Diffstat (limited to 'chat')
-rw-r--r-- | chat/quirc/distinfo | 7 | ||||
-rw-r--r-- | chat/quirc/patches/patch-history.h | 12 | ||||
-rw-r--r-- | chat/quirc/patches/patch-nick.h | 12 | ||||
-rw-r--r-- | chat/quirc/patches/patch-query.h | 12 | ||||
-rw-r--r-- | chat/quirc/patches/patch-serverdcc.h | 12 | ||||
-rw-r--r-- | chat/quirc/patches/patch-tcl.cc | 12 |
6 files changed, 66 insertions, 1 deletions
diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo index 78848e3f3e8..6097af2f20b 100644 --- a/chat/quirc/distinfo +++ b/chat/quirc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2008/08/02 20:36:50 dholland Exp $ +$NetBSD: distinfo,v 1.10 2011/11/27 23:49:38 marino Exp $ SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1 RMD160 (quirc-0.9.84.tar.gz) = 6fdacee28b63363c3276349c32bd7bfbd463ff19 @@ -8,3 +8,8 @@ SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126 SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa SHA1 (patch-ag) = ae9a1383c20624f6f4ce7d4cb6a7c27ee06e85ea +SHA1 (patch-history.h) = 7f8a6a742cd169cde13aaae865e022cc36332774 +SHA1 (patch-nick.h) = 5a7e46b1da8c4e6381d00bb7477706df52c1505b +SHA1 (patch-query.h) = 6803318fea7c20a1b3d477bc0e55ad42a5b08862 +SHA1 (patch-serverdcc.h) = 4354cc730fd2d5bda072c61fa00e06d10c6c9448 +SHA1 (patch-tcl.cc) = dce4bcb73d29edd03e97fccdf1af68c3820e8c24 diff --git a/chat/quirc/patches/patch-history.h b/chat/quirc/patches/patch-history.h new file mode 100644 index 00000000000..0ce5b60f6fc --- /dev/null +++ b/chat/quirc/patches/patch-history.h @@ -0,0 +1,12 @@ +$NetBSD: patch-history.h,v 1.1 2011/11/27 23:49:38 marino Exp $ + +--- history.h.orig 1999-05-20 03:53:59.000000000 +0000 ++++ history.h +@@ -4,6 +4,7 @@ + #ifdef DMALLOC + #include <dmalloc.h> + #endif ++#include <string.h> + + class tcommand { + public: diff --git a/chat/quirc/patches/patch-nick.h b/chat/quirc/patches/patch-nick.h new file mode 100644 index 00000000000..f87a36bd60c --- /dev/null +++ b/chat/quirc/patches/patch-nick.h @@ -0,0 +1,12 @@ +$NetBSD: patch-nick.h,v 1.1 2011/11/27 23:49:38 marino Exp $ + +--- nick.h.orig 2004-01-12 09:02:01.000000000 +0000 ++++ nick.h +@@ -5,6 +5,7 @@ + #include <dmalloc.h> + #endif + ++#include <string.h> + #include "support.h" + #include "defines.h" + diff --git a/chat/quirc/patches/patch-query.h b/chat/quirc/patches/patch-query.h new file mode 100644 index 00000000000..75351833775 --- /dev/null +++ b/chat/quirc/patches/patch-query.h @@ -0,0 +1,12 @@ +$NetBSD: patch-query.h,v 1.1 2011/11/27 23:49:38 marino Exp $ + +--- query.h.orig 2011-11-27 23:21:15.818565000 +0000 ++++ query.h +@@ -5,6 +5,7 @@ + #include <dmalloc.h> + #endif + ++#include <string.h> + #include "nick.h" + #include "defines.h" + diff --git a/chat/quirc/patches/patch-serverdcc.h b/chat/quirc/patches/patch-serverdcc.h new file mode 100644 index 00000000000..a6ee2a1bd83 --- /dev/null +++ b/chat/quirc/patches/patch-serverdcc.h @@ -0,0 +1,12 @@ +$NetBSD: patch-serverdcc.h,v 1.1 2011/11/27 23:49:38 marino Exp $ + +--- serverdcc.h.orig 2011-11-27 23:22:01.686524000 +0000 ++++ serverdcc.h +@@ -9,6 +9,7 @@ + #include "config.h" + + #include <string> ++#include <string.h> + #ifdef USING_STD_STRING + using std::string; + #endif diff --git a/chat/quirc/patches/patch-tcl.cc b/chat/quirc/patches/patch-tcl.cc new file mode 100644 index 00000000000..8c6392fd711 --- /dev/null +++ b/chat/quirc/patches/patch-tcl.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-tcl.cc,v 1.1 2011/11/27 23:49:38 marino Exp $ + +--- tcl.cc.orig 2004-01-13 05:31:28.000000000 +0000 ++++ tcl.cc +@@ -6,6 +6,7 @@ + #include <dmalloc.h> + #endif + ++#include <string.h> + #include "tcltk.h" + #include "window.h" + #include "quirc.h" |