aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-05-18 23:40:13 +0800
committerantoine <antoine@FreeBSD.org>2014-05-18 23:40:13 +0800
commit0b2bc26bacc62268c1e6c62649375ef0f6f75cb0 (patch)
treecfd8d96c321723aa77963a07bf8836ce7e990701 /science
parent533974edfa4a9136cf405d238dcdf2fc8ce183b4 (diff)
downloadfreebsd-ports-gnome-0b2bc26bacc62268c1e6c62649375ef0f6f75cb0.tar.gz
freebsd-ports-gnome-0b2bc26bacc62268c1e6c62649375ef0f6f75cb0.tar.zst
freebsd-ports-gnome-0b2bc26bacc62268c1e6c62649375ef0f6f75cb0.zip
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
Diffstat (limited to 'science')
-rw-r--r--science/mpb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile
index c7df390c07e9..8bd0f0c97df8 100644
--- a/science/mpb/Makefile
+++ b/science/mpb/Makefile
@@ -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 \