pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/clusterit Fix compikation with gcc3; still co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f010998347e7
branches:  trunk
changeset: 463070:f010998347e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 27 08:26:41 2003 +0000

description:
Fix compikation with gcc3; still compiles with gcc2 too.
>From Harry Waddell in PR 23281.

diffstat:

 parallel/clusterit/distinfo         |   3 ++-
 parallel/clusterit/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 9980431b6e4d -r f010998347e7 parallel/clusterit/distinfo
--- a/parallel/clusterit/distinfo       Mon Oct 27 04:21:36 2003 +0000
+++ b/parallel/clusterit/distinfo       Mon Oct 27 08:26:41 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/08/14 08:33:32 garbled Exp $
+$NetBSD: distinfo,v 1.4 2003/10/27 08:26:41 wiz Exp $
 
 SHA1 (clusterit-2.0.tar.gz) = b92d114fa0931a25bf20581ab6def56af63dddf0
 Size (clusterit-2.0.tar.gz) = 124564 bytes
+SHA1 (patch-aa) = 47034b17863563bce89390ef7af8b1e0a01478aa
diff -r 9980431b6e4d -r f010998347e7 parallel/clusterit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/clusterit/patches/patch-aa       Mon Oct 27 08:26:41 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/10/27 08:26:41 wiz Exp $
+
+--- barrier/barrierd.c.orig    2001-08-14 10:21:40.000000000 +0200
++++ barrier/barrierd.c
+@@ -38,7 +38,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <syslog.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include "../common/sockcommon.h"
+ 
+ #if !defined(lint) && defined(__NetBSD__)



Home | Main Index | Thread Index | Old Index