Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-08 | avoid installing a .orig file. Fixes a leftover file found in last bulk build | dmcmahill | 1 | -1/+5 | |
2002-08-05 | teach pvm about arm, armeb, and hppa. Should fix recently noted shark | dmcmahill | 8 | -1/+140 | |
build problems. | |||||
2002-02-07 | Explicitly set PVM_ROOT to fix installation stage. This is due to the change in | seb | 1 | -1/+2 | |
revision 1.915 of mk/bsd.pkg.mk that removed ${MAKE_ENV} from the environment for a recursive make. May be it is not needed anymore in MAKE_ENV? | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-05-24 | forgot to cvs add these first. | dmcmahill | 3 | -0/+117 | |
2001-05-24 | - add -DCTIMEISTIMET to all the NetBSD arch definition files. This just | dmcmahill | 14 | -41/+44 | |
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-24 | Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensures | dmcmahill | 2 | -1/+24 | |
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>. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -18/+16 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-13 | Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so | is | 1 | -2/+2 | |
that installation of the right version can be verified. | |||||
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+8 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-10-21 | remove trailing whitespace | wiz | 1 | -2/+2 | |
2000-10-10 | define SSH and pass down to the build environment to make sure the right | dmcmahill | 14 | -39/+43 | |
ssh (/usr/bin/ssh or pkgsrc ssh) is found. | |||||
2000-10-10 | Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in | dmcmahill | 1 | -1/+3 | |
the system. | |||||
2000-09-25 | Allow ssh6 and openssh in addition to ssh. | is | 1 | -2/+2 | |
2000-09-05 | add a leftover, PVM.1 | wiz | 2 | -3/+6 | |
2000-09-03 | use actual ${PREFIX} instead of /usr/pkg | wiz | 2 | -5/+11 | |
2000-08-31 | remove out of date patch. | dmcmahill | 1 | -15/+0 | |
2000-08-23 | update to pvm-3.4.3. This is a bug fix release. Changes are given in each | dmcmahill | 37 | -610/+148 | |
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. | dmcmahill | 40 | -308/+804 | |
-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!). | |||||
1999-10-06 | the f2c F77 compiler is f2c-f77, not f2c | dmcmahill | 1 | -3/+3 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+17 | |
1999-06-28 | Do the test for /usr/bin/f77's existence a different and radical way - | agc | 1 | -6/+4 | |
use ".if exists" | |||||
1999-04-26 | add USE_X11=yes (it builds without it, but doesn't build some binaries) | garbled | 1 | -1/+2 | |
1999-01-01 | update PLIST to reflect reality, and add a trick to determine if we have | garbled | 2 | -4/+14 | |
f2c or f77, and set BUILD_DEPENDS appropriately. | |||||
1998-11-04 | Oops, forgot to install libgpvm, and libfpvm. Thanks to Phil Nelson for | garbled | 2 | -3/+7 | |
noticing this. | |||||
1998-11-02 | Correct typo. | agc | 1 | -1/+1 | |
1998-10-29 | Update message to explain how the host paths work, and add a fix supplied | garbled | 2 | -0/+39 | |
by Phil Nelson to make this pkg work on arm32. | |||||
1998-10-16 | Update this package to version 3.4b7. | agc | 2 | -10/+9 | |
Make it work with read-only pkgsrc. | |||||
1998-10-14 | Add missing rcs id. | frueauf | 1 | -0/+2 | |
1998-10-14 | Don't just create foo, use ${WRKDIR}/foo instead for readonly pkgsrc. | frueauf | 1 | -5/+5 | |
1998-10-13 | Add the whole parallel category to pkgsrc, and sprinkle it with a few | garbled | 20 | -0/+471 | |
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix |