summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-11-27parallels/pvm3: Add support for DragonFly64marino3-12/+39
Include string.h unconditionally and update the configuration to recognize DragonFly x86_64.
2011-01-29add explicit --tag=F77 to libtool invocation. Fixes build on ArchLinuxmarkd2-6/+6
2009-05-19Update to PVM 3.4.6asau2-10/+10
Changes since previous release: - security fixes; - update of the BEOLIN architecture port; - miscellaneous bug and documentation fixes.
2008-12-16Use ssh for SUN4SOL2, like everywhere else. Bump revision.is1-0/+13
2008-01-31Detect NetBSD by `uname -s` == "NetBSD", not by -f /netbsd.is1-20/+59
This way, this package even works with netboot setups where no kernel is in the OS-visible root file system.
2007-10-14Don't use void pointers in arithmetics.rillig1-3/+12
2007-09-10Fixed build failure on Darwin, as reported in PR 36960.rillig1-2/+2
2007-01-09use ssh for X86SOL2 and DRAGONFLY for the rsh command to make these twodmcmahill1-2/+2
behave the same as all of the platforms. Bump pkgrevision to take us to pvm-3.4.5nb3.
2006-12-12Fix build with gcc4, based on suggestions by Hans Rosenfeld on tech-pkg.wiz22-46/+61
While here: remove some extra spaces and use PKGMANDIR.
2006-06-14Fix build with GNU make 3.81. Improve some Solaris/x86 flags.joerg2-2/+14
From Gilles Dauphin in PR 33730.
2006-01-27Add DragonFly support. Fix errno.joerg3-2/+61
2004-11-12Changes 3.4.5:adam8-92/+37
The latest PVM release 3.4.5 is mainly bug fixes and additional support for varying Linux distributions and some better 64-bit Linux/AMD support (like it doesn't seg fauly any more :-). Added strerror() support instead of old crusty global vars. New architectures were added for AIX5*. Fixed hilarious bug in pvmtmpnam(), caused crash after 10,000 spawns... :-D While there's a variety of little tweaks, there are no significant changes or additions to the basic functionality.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-8/+8
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-05correct library dependency for xep after libtoolization.dmcmahill1-5/+16
2004-07-30Fix up some more bugs introduced by the libtoolization. Hopefully thisdmcmahill4-24/+87
will finally fix all of the bulk build problems seen on -current and 2.0 branch machines (1.6 branch has never had problems).
2004-07-26fix a dependency in the tracer Makefile.aimk to hopefully fix compiledmcmahill1-8/+28
problems noted in NetBSD-2.0 branch bulk builds.
2004-07-19libtoolize and enable the building of shared libs. This is neededdmcmahill9-8/+1242
for packages such as p5-Parallel-Pvm on some archs since that package creates a shared object. Should fix lossage seen on amd64 bulk builds. Both packages which use pvm3 have been tested and still work.
2004-07-18add some patches to get this going on darwin. Patches provided in PRdmcmahill4-0/+67
pkg/26146 by Jim Bernard.
2004-03-12add config files for missing NetBSD MACHINE_ARCH's such as sh5e{b,l},dmcmahill14-12/+290
x86_64, and a few others.
2002-11-09Update the NetBSD architecture list.is1-0/+58
2002-11-09Add rcs id.is1-0/+2
2002-11-09repair column formatting of pvm console "conf" outputis1-0/+14
2002-08-05teach pvm about arm, armeb, and hppa. Should fix recently noted sharkdmcmahill7-0/+132
build problems.
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill12-24/+24
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill1-0/+22
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2000-10-10define SSH and pass down to the build environment to make sure the rightdmcmahill12-24/+24
ssh (/usr/bin/ssh or pkgsrc ssh) is found.
2000-08-31remove out of date patch.dmcmahill1-15/+0
2000-08-23update to pvm-3.4.3. This is a bug fix release. Changes are given in eachdmcmahill33-567/+128
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.
1999-11-23-Update from 3.4beta7 to 3.4.2.dmcmahill34-196/+577
-Add USE_FORTRAN to the package Makefile for correct handling of the required fortran compiler. -Fix the .m4 files which control how fortran symbols are handled. -Rework package to use a different PVM_ARCH for each MACHINE_ARCH. As opposed to a single PVM_ARCH. This addresses PR pkg/6890 (Thanks to Ignatios Souvatzis for the PR). -Rework package to install missing programs including: pvmgetarch, aimk debugger, debugger2, and the configuration stubs (*.def, *.m4). This address part of PR pkg/6924 (Thanks to Ignatios Souvatzis for the PR). -Rework package to maintain the normal pvm3 directory layout so that only one variable (PVM_ROOT) has to be set to a non-traditional value. This address the remainder of PR pkg/6924 (Thanks again Ig!).
1998-10-29Update message to explain how the host paths work, and add a fix suppliedgarbled1-0/+33
by Phil Nelson to make this pkg work on arm32.
1998-10-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled14-0/+178
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix