svn commit: r354430 - head/science/mpb

Antoine Brodin antoine at FreeBSD.org
Sun May 18 15:40:13 UTC 2014


Author: antoine
Date: Sun May 18 15:40:13 2014
New Revision: 354430
URL: http://svnweb.freebsd.org/changeset/ports/354430
QAT: https://qat.redports.org/buildarchive/r354430/

Log:
  Mark BROKEN: Fails to build
  
  cc -DHAVE_CONFIG_H -I../util -I../matrices -I. -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread -c -O2 -pipe -fno-strict-aliasing -Wall -W -Wbad-function-cast -Wcast-qual -Wpointer-arith -Wcast-align -pedantic matrixio.c -o matrixio.o
  In file included from /usr/local/include/hdf5.h:24,
                   from matrixio.h:24,
                   from matrixio.c:34:
  /usr/local/include/H5public.h:151: warning: ISO C90 does not support 'long long'
  /usr/local/include/H5public.h:152: warning: ISO C90 does not support 'long long'
  In file included from /usr/local/include/hdf5.h:45,
                   from matrixio.h:24,
                   from matrixio.c:34:
  /usr/local/include/H5FDlog.h:65: warning: ISO C90 does not support 'long long'
  matrixio.c: In function 'write_attr':
  matrixio.c:91: error: too few arguments to function 'H5Dcreate2'
  matrixio.c:97: error: too few arguments to function 'H5Acreate2'
  
  Reported by:	pkg-fallout

Modified:
  head/science/mpb/Makefile

Modified: head/science/mpb/Makefile
==============================================================================
--- head/science/mpb/Makefile	Sun May 18 15:36:38 2014	(r354429)
+++ head/science/mpb/Makefile	Sun May 18 15:40:13 2014	(r354430)
@@ -12,6 +12,8 @@ COMMENT=	MIT Photonic-Bands
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	libfftw.so:${PORTSDIR}/math/fftw \
 		libhdf5.so:${PORTSDIR}/science/hdf5 \


More information about the svn-ports-all mailing list