svn commit: r351147 - head/math/scilab

Antoine Brodin antoine at FreeBSD.org
Sat Apr 12 22:03:22 UTC 2014


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 at 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


More information about the svn-ports-all mailing list