svn commit: r532952 - head/math/scilab

Max Brazhnikov makc at FreeBSD.org
Sat Apr 25 13:02:52 UTC 2020


Author: makc
Date: Sat Apr 25 13:02:51 2020
New Revision: 532952
URL: https://svnweb.freebsd.org/changeset/ports/532952

Log:
  math/scilab:
  - Remove BROKEN. OpenJDK 8u242 has a regression that breaks scilab at runtime.
    Apparently, the regression was fixed in 8u252.

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Sat Apr 25 12:27:20 2020	(r532951)
+++ head/math/scilab/Makefile	Sat Apr 25 13:02:51 2020	(r532952)
@@ -16,8 +16,6 @@ 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 \


More information about the svn-ports-all mailing list