aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-01-21 13:23:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-01-21 13:23:10 +0000
commit4616d11683caa8d8cddb9d65f413b7c8b5a1efb0 (patch)
tree5574866e1599dd0f84ddd4268247b0c84070d58f /math/scilab
parentb165ca29787665c6df47e678035237667633e3db (diff)
downloadports-4616d11683caa8d8cddb9d65f413b7c8b5a1efb0.tar.gz
ports-4616d11683caa8d8cddb9d65f413b7c8b5a1efb0.zip
Mark BROKEN: fails to build
LANG=C LC_ALL=en_US.UTF-8 SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -l en_US -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);" Could not access to the Main Scilab Class: Exception in thread "main" java.lang.ExceptionInInitializerError at org.scilab.modules.localization.Messages.gettext(Unknown Source) at org.scilab.modules.commons.xml.XConfiguration.<clinit>(Unknown Source) at org.scilab.modules.core.Scilab.<clinit>(Unknown Source) Caused by: java.lang.NullPointerException at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) at java.lang.Runtime.loadLibrary0(Runtime.java:871) at java.lang.System.loadLibrary(System.java:1124) at org.scilab.modules.localization.MessagesJNI.<clinit>(Unknown Source) ... 3 more Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=523723
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index ee873d9034d7..b224bfdd4e57 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -16,6 +16,8 @@ LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD
+BROKEN= fails to build
+
# A partial dependencies list can be found at:
# http://wiki.scilab.org/Dependencies_of_Scilab_5.X
LIB_DEPENDS= libxml2.so:textproc/libxml2 \