Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 22:03:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351147 - head/math/scilab
Message-ID:  <201404122203.s3CM3MOV068246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr 12 22:03:22 2014
New Revision: 351147
URL: http://svnweb.freebsd.org/changeset/ports/351147
QAT: https://qat.redports.org/buildarchive/r351147/

Log:
  Mark broken: Fails to configure
  
  checking minimal version (1.4.1.0) of jgraphx... yes
  checking jhdf5... /usr/local/share/java/classes//jhdf5.jar
  checking for h5JNIFatalError in -ljhdf5... no
  configure: error: libjhdf5: Library missing (Cannot find symbol h5JNIFatalError). Check if libjhdf5 - C/Java (JNI) interface for HDF5 - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries.
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	pkg-fallout

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Sat Apr 12 22:00:08 2014	(r351146)
+++ head/math/scilab/Makefile	Sat Apr 12 22:03:22 2014	(r351147)
@@ -15,6 +15,8 @@ EXTRACT_ONLY=	${DISTNAME}-src.tar.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Scientific software package for numerical computations
 
+BROKEN=		Fails to configure
+
 EXTRACT_DEPENDS+=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 # A partial dependencies list can be found at:
 # http://wiki.scilab.org/Dependencies_of_Scilab_5.X



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404122203.s3CM3MOV068246>