aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpich
Commit message (Collapse)AuthorAgeFilesLines
* Remove two files.alex2000-07-191-2/+0
| | | | Submitted by: bento
* Add the following distribution patches: 5226, r157, and rpvfs.steve2000-05-292-1/+4
| | | | | PR: 18731 Submitted by: Richard Sather <satherrl@dssrg.curtin.edu.au>
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-8/+5
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* use ssh in base system, if it exists.mharo2000-04-021-4/+10
| | | | | PR: 17520 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* add some patchesmharo2000-02-012-1/+4
| | | | | PR: 16492 Submitted by: maintainer
* Update to version 1.2.0.steve1999-12-264-252/+244
| | | | | PR: 15686 Submitted by: maintainer
* Allow this port to use secure "ssh" client instead of traditional "rsh"steve1999-11-272-3/+16
| | | | | | | client. Also add a couple of missing files to PLIST. PR: 14516 Submitted by: maintainer
* Remove some files that are built only if certain things (ie. Java) aresteve1999-10-131-4/+0
| | | | | | | present on the user's box at compile-time until I figure out how to disable (handle) them. Noticed by: asami (via the bento logs)
* Add a few patches and move the distfiles to their own DIST_SUBDIR.steve1999-10-113-3/+15
| | | | | PR: 14232 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Remove a few files from the PLIST which aren't actually installed.jseger1999-04-121-4/+0
| | | | | PR: ports/11075 Submitted by: mharo
* Update net/mpich to version 1.1.2. The examples/test directory nowchuckr1999-02-165-282/+159
| | | | | | compiiles and runs, too! PR: 8364 and 10076 Submitted by: David Bader <dbader@eece.unm.edu>
* Remove two files that don't exist.asami1999-01-281-2/+0
| | | | Submitted by: maintainer
* Fix build, add new patches, and cleanup PLIST.steve1999-01-112-5/+76
| | | | | PR: 9219 Submitted by: maintainer
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Addition of 3 patches makes this compile for ELF. Don't take offchuckr1998-10-191-0/+134
| | | | | | | | the BROKEN yet, I haven't yet had time to review the PLIST. It might well have changed due to the addition of patch-a[bc]. patch-ad made it respect statfs better for 3.0. PR: 8364 Submitted by: David A. Bader <dbader@eece.unm.edu>
* Fix typo in last commitjseger1998-10-141-2/+2
|
* Mark BROKEN for CURRENT:jseger1998-10-141-1/+6
| | | | | | | | | /usr/ports/net/mpich/work/mpich/bin/mpicc -O -pipe -D__FREEBSD -O -D__NO_AIO -DFORTRANDOUBLEUNDERSCORE -D__NFS -D__UFS -D__NEEDS_MPI_TEST -D__MPICH -D__HAVE_MPI_LONG_LONG_INT=1 -D__HAS_MPI_INFO=1 -D__HAS_MPI_DARRAY_SUBARRAY=1 -I/usr/ports/net/mpich/work/mpich/include -I../../include -I../include -c ad_fstype.c ad_fstype.c: In function `ADIO_FileSysType': ad_fstype.c:94: `MOUNT_NFS' undeclared (first use this function) ad_fstype.c:94: (Each undeclared identifier is reported only once ad_fstype.c:94: for each function it appears in.) *** Error code 1
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-388/+0
|
* Update to version 1.1.1.steve1998-07-274-233/+312
| | | | | PR: 7360 Submitted by: maintainer
* Make this more aware of CFLAGS.chuckr1998-05-151-1/+2
|
* New port of mpich, a portable implementation of the message passingchuckr1998-05-035-0/+609
interface (MPI) standard. PR: 4133 Submitted by: David A. Bader <dbader@eece.unm.edu>