pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/epic4 Make build with gcc3. From Jonathan Perkin ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dee47879a31
branches:  trunk
changeset: 461731:3dee47879a31
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 18:23:19 2003 +0000

description:
Make build with gcc3. From Jonathan Perkin in PR 22861.

diffstat:

 chat/epic4/distinfo         |   4 +++-
 chat/epic4/patches/patch-aa |  15 +++++++++++++++
 chat/epic4/patches/patch-ab |  16 ++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r a23790a00e1a -r 3dee47879a31 chat/epic4/distinfo
--- a/chat/epic4/distinfo       Fri Sep 19 18:18:11 2003 +0000
+++ b/chat/epic4/distinfo       Fri Sep 19 18:23:19 2003 +0000
@@ -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 -r a23790a00e1a -r 3dee47879a31 chat/epic4/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/epic4/patches/patch-aa       Fri Sep 19 18:23:19 2003 +0000
@@ -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 -r a23790a00e1a -r 3dee47879a31 chat/epic4/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/epic4/patches/patch-ab       Fri Sep 19 18:23:19 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index