summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches
diff options
context:
space:
mode:
authorasau <asau>2009-05-19 23:44:55 +0000
committerasau <asau>2009-05-19 23:44:55 +0000
commiteb42d375948032460be2679262e20b7327173519 (patch)
tree88686df53656ea426f0f778de8b4adbb174631f4 /parallel/pvm3/patches
parentd0fd8a5bd0c22b3986a1149ecf6c86cd60f94253 (diff)
downloadpkgsrc-eb42d375948032460be2679262e20b7327173519.tar.gz
Update to PVM 3.4.6
Changes since previous release: - security fixes; - update of the BEOLIN architecture port; - miscellaneous bug and documentation fixes.
Diffstat (limited to 'parallel/pvm3/patches')
-rw-r--r--parallel/pvm3/patches/patch-bo4
-rw-r--r--parallel/pvm3/patches/patch-by16
2 files changed, 10 insertions, 10 deletions
diff --git a/parallel/pvm3/patches/patch-bo b/parallel/pvm3/patches/patch-bo
index 93d602f494e..24469595725 100644
--- a/parallel/pvm3/patches/patch-bo
+++ b/parallel/pvm3/patches/patch-bo
@@ -1,4 +1,4 @@
-$NetBSD: patch-bo,v 1.4 2007/10/14 11:33:31 rillig Exp $
+$NetBSD: patch-bo,v 1.5 2009/05/19 23:44:55 asau Exp $
--- src/host.c.orig 2004-01-14 19:50:55.000000000 +0100
+++ src/host.c 2007-10-14 13:31:44.000000000 +0200
@@ -24,7 +24,7 @@ $NetBSD: patch-bo,v 1.4 2007/10/14 11:33:31 rillig Exp $
}
/* On some FreeBSD systems: */
/* if (IFF_UP & req.ifr_flags) { */
-+#ifdef IMA_DRAGONFLY
++#if defined(IMA_FREEBSD) || defined(IMA_DRAGONFLY)
+ if (IFF_UP & req.ifr_flags) {
+#else
if (IFF_UP & req.ifr_ifru.ifru_flags) {
diff --git a/parallel/pvm3/patches/patch-by b/parallel/pvm3/patches/patch-by
index e101ca0475b..e134e81d243 100644
--- a/parallel/pvm3/patches/patch-by
+++ b/parallel/pvm3/patches/patch-by
@@ -1,11 +1,11 @@
-$NetBSD: patch-by,v 1.1 2006/01/27 16:34:36 joerg Exp $
+$NetBSD: patch-by,v 1.2 2009/05/19 23:44:55 asau Exp $
---- examples/mhf_tickle.c.orig 2006-01-27 16:02:43.000000000 +0000
-+++ examples/mhf_tickle.c
-@@ -49,11 +49,7 @@ static char rcsid[] =
- ***************************************************************/
-
- #include "stdio.h"
+--- examples/mhf_tickle.c.orig 2009-01-23 04:12:52.000000000 +0300
++++ examples/mhf_tickle.c 2009-05-19 17:09:43.000000000 +0400
+@@ -52,11 +52,7 @@
+ #ifdef HASSTDLIB
+ #include <stdlib.h>
+ #endif
-#ifndef WIN32
-#include <sys/errno.h>
-#else
@@ -14,7 +14,7 @@ $NetBSD: patch-by,v 1.1 2006/01/27 16:34:36 joerg Exp $
#include "pvm3.h"
/* #define NOISE1 1 sets level of program noise - minimum noise */
-@@ -89,9 +85,6 @@ static char rcsid[] =
+@@ -92,9 +88,6 @@
#endif
#define FAILED -1