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
This commit is contained in:
parent
991f221b08
commit
950d44a630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13957
2 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue