diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 07:15:30 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 07:15:30 +0800 |
commit | f43296b052ed02b549ef33c5bc85c3967589c9e2 (patch) | |
tree | b0f1be7b354f953d377a4033c561d5be4b300afe /net/mpich | |
parent | e801d5469478a4994ecd0f67e4e2c95d464d2e80 (diff) | |
download | freebsd-ports-graphics-f43296b052ed02b549ef33c5bc85c3967589c9e2.tar.gz freebsd-ports-graphics-f43296b052ed02b549ef33c5bc85c3967589c9e2.tar.zst freebsd-ports-graphics-f43296b052ed02b549ef33c5bc85c3967589c9e2.zip |
Mark BROKEN for CURRENT:
/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
Diffstat (limited to 'net/mpich')
-rw-r--r-- | net/mpich/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index b85d1e13dad..a92658b8d2c 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # -# $Id: Makefile,v 1.2 1998/05/15 02:46:05 chuckr Exp $ +# $Id: Makefile,v 1.3 1998/07/27 00:25:29 steve Exp $ # DISTNAME= mpich-1.1.1 @@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ MAINTAINER= dbader@eece.unm.edu +SVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= MOUNT_NFS undeclared +.endif + HAS_CONFIGURE= yes CONFIGURE_ARGS= --cflags="$(CFLAGS)" WRKSRC= ${WRKDIR}/mpich |