summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2004-10-09 22:23:12 +0000
committerDaniel Goller <morfic@gentoo.org>2004-10-09 22:23:12 +0000
commit1b5687c6c797ddbed437d7f65f732fb8e0943b5e (patch)
treeddc41b55715d426dcd5ff9a940fb04fcc6978e61 /sys-cluster
parentAdded to ~ppc (diff)
downloadhistorical-1b5687c6c797ddbed437d7f65f732fb8e0943b5e.tar.gz
historical-1b5687c6c797ddbed437d7f65f732fb8e0943b5e.tar.bz2
historical-1b5687c6c797ddbed437d7f65f732fb8e0943b5e.zip
removing now unneeded patch
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/pvm/ChangeLog6
-rw-r--r--sys-cluster/pvm/Manifest3
-rw-r--r--sys-cluster/pvm/files/pvm-3.4.4-amd64.patch62
3 files changed, 6 insertions, 65 deletions
diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog
index 29085d3837f1..c2cb68876d96 100644
--- a/sys-cluster/pvm/ChangeLog
+++ b/sys-cluster/pvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/pvm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.13 2004/10/09 21:52:30 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.14 2004/10/09 22:23:12 morfic Exp $
+
+ 09 Oct 2004; Daniel Goller <morfic@gentoo.org>
+ +pvm-3.4.4-s390.patch +pvm-3.4.4-x86_64-segfault.patch -files/pvm-3.4.4-amd64.patch:
+ removing unneeded patch, added 2 others previously
09 Oct 2004; Daniel Goller <morfic@gentoo.org>
+files/pvm-3.4.4-amd64.patch, pvm-3.4.4-r2.ebuild:
diff --git a/sys-cluster/pvm/Manifest b/sys-cluster/pvm/Manifest
index 2b1674cca873..52ed68133326 100644
--- a/sys-cluster/pvm/Manifest
+++ b/sys-cluster/pvm/Manifest
@@ -1,9 +1,8 @@
MD5 4d504fc52d366c8e2720ba101bac154c pvm-3.4.4-r2.ebuild 1877
MD5 1143604bbda9e9288f4e4c583e497adb pvm-3.4.4-r1.ebuild 1142
-MD5 66c7d8928accf5d72e0fa51aaa8bfdf7 ChangeLog 1401
+MD5 90ef8f993bc5751c2a79c11336b807f5 ChangeLog 1592
MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373
MD5 726a6a69ba5fb9e140e8f7e1a85c9c9d files/pvm-3.4.4-gentoo.diff 608
-MD5 61db9ccafbe3d9f647e98823ba30fd55 files/pvm-3.4.4-amd64.patch 2188
MD5 cb7593c1f1921b55cd0eee8447204ba8 files/pvm-3.4.4-s390.patch 886
MD5 1f52ad91cea65624c2bed0e33db5f7b4 files/pvm-3.4.4-x86_64-segfault.patch 2478
MD5 c6d622987f4e06f522dcbc72cff9127d files/digest-pvm-3.4.4-r1 57
diff --git a/sys-cluster/pvm/files/pvm-3.4.4-amd64.patch b/sys-cluster/pvm/files/pvm-3.4.4-amd64.patch
deleted file mode 100644
index fa3d6b0f5493..000000000000
--- a/sys-cluster/pvm/files/pvm-3.4.4-amd64.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-diff -uNr pvm3/conf/LINUXAMD64.def ../../pvm-3.4.4-r1.old/work/pvm3/conf/LINUXAMD64.def
---- pvm3/conf/LINUXAMD64.def 1969-12-31 16:00:00.000000000 -0800
-+++ pvm3/conf/LINUXAMD64.def 2004-09-28 11:34:03.557014346 -0700
-@@ -0,0 +1,24 @@
-+#
-+# Notes on readline Usage:
-+#
-+# If your Linux system has readline, then you may append the
-+# following flags to the defines below:
-+#
-+# ARCHCFLAGS = . . . -DHASREADLINE
-+# ARCHLIB = . . . -lreadline
-+#
-+# and recompile PVM.
-+#
-+# On some Linux systems, readline requires ncurses, so you
-+# must also add "-lncurses" to the ARCHLIB define.
-+#
-+ARCHCFLAGS = -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/rsh\" \
-+ -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS \
-+ -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM
-+ARCHDLIB =
-+ARCHDOBJ =
-+ARCHLIB =
-+HASRANLIB = t
-+AR = ar
-+PVM_ARCH = LINUX
-+MAKE = make
-diff -uNr pvm3/conf/LINUXAMD64.m4 ../../pvm-3.4.4-r1.old/work/pvm3/conf/LINUXAMD64.m4
---- pvm3/conf/LINUXAMD64.m4 1969-12-31 16:00:00.000000000 -0800
-+++ pvm3/conf/LINUXAMD64.m4 2004-09-28 11:34:14.110914614 -0700
-@@ -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)
-diff -uNr pvm3/lib/pvmgetarch ../../pvm-3.4.4-r1.old/work/pvm3/lib/pvmgetarch
---- pvm3/lib/pvmgetarch 2001-09-27 14:24:04.000000000 -0700
-+++ pvm3/lib/pvmgetarch 2004-09-28 11:32:18.944915087 -0700
-@@ -67,6 +67,7 @@
- *,mips ) ARCH=MIPS ;;
- *,CRAY-2 ) ARCH=CRAY2 ;;
- Linux,i[3456]86 ) ARCH=LINUX ;;
-+ Linux,x86_64 ) ARCH=LINUXAMD64 ;;
- Linux,ia64 ) ARCH=LINUX64 ;;
- Linux,alpha ) ARCH=LINUXALPHA ;;
- Linux,arm* ) ARCH=LINUXARM ;;