summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-01 16:20:09 +0000
committerrillig <rillig>2007-12-01 16:20:09 +0000
commit1c25bd1fc390c890c415974f69b71437af373cce (patch)
treebbc487feb0d0cec548031895fe3e840e5a8301d0 /net
parentff3021785eb645cba874ba5c965359651e69b7b4 (diff)
downloadpkgsrc-1c25bd1fc390c890c415974f69b71437af373cce.tar.gz
Fixed "extra qualification".
Diffstat (limited to 'net')
-rw-r--r--net/openag/distinfo3
-rw-r--r--net/openag/patches/patch-ae13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/openag/distinfo b/net/openag/distinfo
index 8a74e30c322..5a5b74787e6 100644
--- a/net/openag/distinfo
+++ b/net/openag/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/03/23 00:36:37 joerg Exp $
+$NetBSD: distinfo,v 1.6 2007/12/01 16:20:09 rillig Exp $
SHA1 (OpenAG-1.1.1.tar.gz) = d56473ebd46ffe03e22df511d90d7bcd33dc573a
RMD160 (OpenAG-1.1.1.tar.gz) = 1ebc6c59f269b88dd485574620c9ba7fb24aeb1c
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = d42ac201455cc9dc2e684c000a279750992a1f78
SHA1 (patch-ab) = fc363a3fabff367b0f68dd560788bd78b35e1e6e
SHA1 (patch-ac) = c81a3917f62f2b31e63f42d204564fbf756fcdc6
SHA1 (patch-ad) = 0a1bbf77e222b465edb8e8b48693436efee5081e
+SHA1 (patch-ae) = 22ed510ad61b04a39ea716dd6e32a0a7f1a96ecb
diff --git a/net/openag/patches/patch-ae b/net/openag/patches/patch-ae
new file mode 100644
index 00000000000..b79174d55f1
--- /dev/null
+++ b/net/openag/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/12/01 16:20:09 rillig Exp $
+
+--- libOpenAG/include/AGMessage.h.orig 2002-04-13 17:08:03.000000000 +0000
++++ libOpenAG/include/AGMessage.h 2007-12-01 16:18:49.000000000 +0000
+@@ -54,7 +54,7 @@ public:
+ /** GENERAL STUFF **/
+ bool isSendPacket();
+ int getCompleteMessageSize();
+- int AGMessage::getCompleteMessageData(char* &deleteMe);
++ int getCompleteMessageData(char* &deleteMe);
+ int getDataLength();
+ void dumpHex();
+