summaryrefslogtreecommitdiff
path: root/net/mpich (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some files that are built only if certain things (ie. Java) areSteve Price1999-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) Notes: svn path=/head/; revision=22394
* Add a few patches and move the distfiles to their own DIST_SUBDIR.Steve Price1999-10-103-3/+15
| | | | | | | | PR: 14232 Submitted by: maintainer Notes: svn path=/head/; revision=22320
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Remove a few files from the PLIST which aren't actually installed.Justin M. Seger1999-04-111-4/+0
| | | | | | | | PR: ports/11075 Submitted by: mharo Notes: svn path=/head/; revision=17795
* Update net/mpich to version 1.1.2. The examples/test directory nowChuck Robey1999-02-155-282/+159
| | | | | | | | | compiiles and runs, too! PR: 8364 and 10076 Submitted by: David Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=16728
* Remove two files that don't exist.Satoshi Asami1999-01-281-2/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16401
* Fix build, add new patches, and cleanup PLIST.Steve Price1999-01-112-5/+76
| | | | | | | | PR: 9219 Submitted by: maintainer Notes: svn path=/head/; revision=15994
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Addition of 3 patches makes this compile for ELF. Don't take offChuck Robey1998-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> Notes: svn path=/head/; revision=14066
* Fix typo in last commitJustin M. Seger1998-10-131-2/+2
| | | | Notes: svn path=/head/; revision=13958
* Mark BROKEN for CURRENT:Justin M. Seger1998-10-131-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 Notes: svn path=/head/; revision=13957
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-388/+0
| | | | Notes: svn path=/head/; revision=12624
* Update to version 1.1.1.Steve Price1998-07-274-233/+312
| | | | | | | | PR: 7360 Submitted by: maintainer Notes: svn path=/head/; revision=12147
* Make this more aware of CFLAGS.Chuck Robey1998-05-151-1/+2
| | | | Notes: svn path=/head/; revision=10989
* New port of mpich, a portable implementation of the message passingChuck Robey1998-05-035-0/+609
interface (MPI) standard. PR: 4133 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=10813