diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:15:30 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:15:30 +0000 |
commit | 950d44a6306ae3cb2a4d5cba45ef0f3ead245f51 (patch) | |
tree | 537a67b06c75889b569ba75e4efc518a955db519 /net/mpich2 | |
parent | 991f221b08697a572127a3152088cabbed1e81c4 (diff) | |
download | ports-950d44a6306ae3cb2a4d5cba45ef0f3ead245f51.tar.gz ports-950d44a6306ae3cb2a4d5cba45ef0f3ead245f51.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
Notes
Notes:
svn path=/head/; revision=13957
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index b85d1e13dad9..a92658b8d2c9 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/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 |