summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-at
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-23 14:28:17 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-23 14:28:17 +0000
commitb1420cd4865f66fa99accd5844232c5f22e852e6 (patch)
treef7c94472c17c8970cb9653c73901c951a50d7f9b /parallel/pvm3/patches/patch-at
parent33f0e6cd60a183f89f4224b3ff7395ff4c6cd1fd (diff)
downloadpkgsrc-b1420cd4865f66fa99accd5844232c5f22e852e6.tar.gz
update to pvm-3.4.3. This is a bug fix release. Changes are given in each
of the individual source files making a summary difficult. Of note though is they have incorporated quite a number of the patches from our 3.4.2 package hence the removal of 22 (!) patches.
Diffstat (limited to 'parallel/pvm3/patches/patch-at')
-rw-r--r--parallel/pvm3/patches/patch-at24
1 files changed, 0 insertions, 24 deletions
diff --git a/parallel/pvm3/patches/patch-at b/parallel/pvm3/patches/patch-at
deleted file mode 100644
index 7e5bd26909d..00000000000
--- a/parallel/pvm3/patches/patch-at
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-at,v 1.1 1999/11/23 16:05:32 dmcmahill Exp $
-
---- /dev/null Mon Nov 1 14:10:37 1999
-+++ ./conf/NETBSDM68K.m4 Mon Nov 1 16:55:13 1999
-@@ -0,0 +1,19 @@
-+divert(-1)
-+undefine(`len')
-+#
-+# append an underscore to FORTRAN function names
-+#
-+define(`FUNCTION',`$1_')
-+#
-+# FORTRAN character strings are passed as follows:
-+# a pointer to the base of the string is passed in the normal
-+# argument list, and the length is passed by value as an extra
-+# argument, after all of the other arguments.
-+#
-+define(`ARGS',`($1`'undivert(1))')
-+define(`SAVE',`divert(1)$1`'divert(0)')
-+define(`STRING_ARG',`$1_ptr`'SAVE(`, $1_len')')
-+define(`STRING_ARG_DECL',`char * $1_ptr; int $1_len')
-+define(`STRING_LEN',`$1_len')
-+define(`STRING_PTR',`$1_ptr')
-+divert(0)