From owner-svn-ports-all@FreeBSD.ORG Sun May 18 15:40:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC72F303; Sun, 18 May 2014 15:40:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7886238E; Sun, 18 May 2014 15:40:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IFeDkl084435; Sun, 18 May 2014 15:40:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IFeDuD084434; Sun, 18 May 2014 15:40:13 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405181540.s4IFeDuD084434@svn.freebsd.org> From: Antoine Brodin Date: Sun, 18 May 2014 15:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354430 - head/science/mpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 15:40:13 -0000 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 \