summaryrefslogtreecommitdiff
path: root/parallel
AgeCommit message (Collapse)AuthorFilesLines
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill14-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-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill2-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-18Move to sha1 digests, and add distfile sizes.agc4-9/+14
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc9-87/+81
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-10Move cpp-like Makefile (.if exists()) statement after the inclusion ofwennmach1-4/+5
bsd.pkg.mk. Thanks to Alistair Crooks for this fix (and for enlightening me).
2001-04-09replace work with ${WRKDIR}wiz1-3/+3
2001-04-05Fix PLIST (leftover files discovered in Hubert Feyrers bulk build).wennmach3-2/+28
Add PLIST.java (contains additional installed files if a javac is present during build). Modify Makefile to take the possible presence of a Java compiler into account.
2001-04-02Remove unnecessary whitespace.wiz2-5/+4
2001-03-21Update mpich to 1.2.1.wennmach24-1006/+800
Besides bug fixes, 1.2.1 features full support of the MPI-1.2 standard as well as some support for the new MPI-2 standard. Closes PR 7486.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz8-8/+8
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-5/+7
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-13Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 sois3-6/+6
that installation of the right version can be verified.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz4-13/+15
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.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-10-21remove trailing whitespacewiz3-6/+6
2000-10-10define SSH and pass down to the build environment to make sure the rightdmcmahill14-39/+43
ssh (/usr/bin/ssh or pkgsrc ssh) is found.
2000-10-10fix path for pkgsrc sshdmcmahill1-2/+2
2000-10-10set SSH and pass down to build environment so the currect ssh gets founddmcmahill3-6/+10
(either the base system one or pkgsrc if ssh isn't in the base system)
2000-10-10fix typo in a messagedmcmahill1-1/+1
2000-10-10Only pull in the ssh depends if we're on a system with out /usr/bin/ssh indmcmahill3-3/+9
the system.
2000-09-25Allow ssh6 and openssh in addition to ssh.is3-6/+6
2000-09-05add a leftover, PVM.1wiz2-3/+6
2000-09-03use actual ${PREFIX} instead of /usr/pkgwiz2-5/+11
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 eachdmcmahill37-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.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-07-10Add the patches supplied by Gabriel Rosenkoetter in pkg/10412 andwiz4-18/+62
pkg/10477.
2000-06-16Apply patches provided in pkg/10355 by Gabriel Rosenkoetterwiz5-31/+47
<gr@sirius.eclipsed.net>. Also fix compilation on -current machines after removal of vm/vm_swap.h, and silence a compile time warning.
2000-06-12Fix installation path for non-i386 platforms. Done with help fromwiz1-3/+3
Gabriel Rosenkoetter <gr@cs.swarthmore.edu> and Tim Rightnour <root@garbled.net>.
2000-05-27Use user/group instead of addnerd; while I'm here, make it compile again,wiz16-54/+356
and fix binary package.
2000-03-02fix PLIST problems, remove BROKENwiz3-12/+15
2000-02-19${UVM} cleanup: remove obsoleted workaround for arm32's pmap.h.wiz1-9/+1
2000-02-13remove redundant homepage citationwiz1-2/+0
2000-01-10miscellaneous small changes to make pkglint happywiz2-5/+5
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs3-3/+3
1999-11-23-Update from 3.4beta7 to 3.4.2.dmcmahill40-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-27Mark packages as broken, where necessary.agc1-1/+3
1999-10-14Update clusterit to 1.3.garbled2-4/+4
Fixes a few bugs, makes it more portable to other operating systems, gives about 20% speedup in command processing, adds SIGINT processing to give up on the current node, formats output much nicer, makes pdf work on more operating systems, and other fine enhancements.
1999-10-07The distfile was moved to the "old" dir...hubertf2-6/+5
1999-10-06the f2c F77 compiler is f2c-f77, not f2cdmcmahill1-3/+3
1999-07-09Add package patch checksum files.agc3-0/+84
1999-06-28Do the test for /usr/bin/f77's existence a different and radical way -agc1-6/+4
use ".if exists"
1999-05-20Update dependence on "ssh" package to version 1.2.27.tron2-4/+4
1999-04-26add USE_X11=yes (it builds without it, but doesn't build some binaries)garbled1-1/+2
1999-03-08Eek. Committed a change that we're not quite ready for just yet.agc1-2/+2
Keep gmake -> ${GMAKE} and USE_X11 modifications, though.
1999-03-08Set USE_X11 for this package.agc1-5/+4
s/gmake/${GMAKE}/
1999-03-03Do not mirror distfile.hubertf1-1/+2
1999-01-01update PLIST to reflect reality, and add a trick to determine if we havegarbled2-4/+14
f2c or f77, and set BUILD_DEPENDS appropriately.