summaryrefslogtreecommitdiff
path: root/chat/epic4
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-19 18:23:19 +0000
committerwiz <wiz>2003-09-19 18:23:19 +0000
commit0e4fb96e5a1257de91fb5674e09a1974c0b8c19a (patch)
tree3b084476f55477054ea0321c1d34f8a78cbd5da1 /chat/epic4
parentd09da61dad4aa396b0d2b85601f7e2bc9f43cf5c (diff)
downloadpkgsrc-0e4fb96e5a1257de91fb5674e09a1974c0b8c19a.tar.gz
Make build with gcc3. From Jonathan Perkin in PR 22861.
Diffstat (limited to 'chat/epic4')
-rw-r--r--chat/epic4/distinfo4
-rw-r--r--chat/epic4/patches/patch-aa15
-rw-r--r--chat/epic4/patches/patch-ab16
3 files changed, 34 insertions, 1 deletions
diff --git a/chat/epic4/distinfo b/chat/epic4/distinfo
index c85decedb6d..5926301e65a 100644
--- a/chat/epic4/distinfo
+++ b/chat/epic4/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/09/01 16:34:42 wiz Exp $
+$NetBSD: distinfo,v 1.5 2003/09/19 18:23:19 wiz Exp $
SHA1 (epic4-1.1.6.tar.bz2) = d6b0ad47b6ca8132795c3ae3c59bb6e2e1c70a91
Size (epic4-1.1.6.tar.bz2) = 549889 bytes
+SHA1 (patch-aa) = be34a4e77d0160511f028a0cc4efd67d40d9d00b
+SHA1 (patch-ab) = 5df03003f55b717077c41f3a1747ef6a1b02d6ee
diff --git a/chat/epic4/patches/patch-aa b/chat/epic4/patches/patch-aa
new file mode 100644
index 00000000000..0d041ed7907
--- /dev/null
+++ b/chat/epic4/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2003/09/19 18:23:21 wiz Exp $
+
+--- source/server.c.orig Fri Aug 9 16:10:16 2002
++++ source/server.c Fri Sep 19 17:28:02 2003
+@@ -2172,8 +2172,8 @@
+
+ if (!(host = strchr(userhost, '@')))
+ {
+- yell("Cannot set your userhost to [%s] because it does not
+- contain a @ character!", userhost);
++ yell("Cannot set your userhost to [%s] because it does not "
++ "contain a @ character!", userhost);
+ return;
+ }
+
diff --git a/chat/epic4/patches/patch-ab b/chat/epic4/patches/patch-ab
new file mode 100644
index 00000000000..de43b35d687
--- /dev/null
+++ b/chat/epic4/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2003/09/19 18:23:21 wiz Exp $
+
+--- source/info.c.sh.in.orig Fri Sep 19 17:34:41 2003
++++ source/info.c.sh.in Fri Sep 19 17:35:10 2003
+@@ -19,11 +19,7 @@
+ * This file is auto-magically created. Changes will be nuked.
+ */
+
+-#ifdef __STDC__
+-#define my_paste(x, y, z) x ## y ## z
+-#else
+ #define my_paste(x, y, z) x/**/y/**/z
+-#endif
+
+ #include "config.h"
+ #ifdef ANONYMOUS_COMPILE