Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2026 12:14:58 +0000
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0bb32f6170f8 - main - math/scilab: pin to java 8
Message-ID:  <69736642.426b4.6aec712b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ronald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0bb32f6170f8040ec686c7e597408b1f3923a225

commit 0bb32f6170f8040ec686c7e597408b1f3923a225
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-01-23 12:11:38 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-01-23 12:14:37 +0000

    math/scilab: pin to java 8
    
    Does not build with jdk11+.
    
    [javac] /wrkdirs/usr/ports/math/scilab/work/scilab-6.1.1/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/xmlloader/CSSParser.java:17: error: package javax.annotation does not exist
    
    PR:     272855
    Approved-by:    no maintainer
---
 math/scilab/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index fd74e4a15331..d3ee9203f17a 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -28,6 +28,7 @@ USES=		compiler:c++17-lang cpe desktop-file-utils eigen:3,build \
 		fortran gettext gmake gnome iconv:wchar_t libtool \
 		localbase ncurses pathfix pkgconfig shared-mime-info
 USE_GNOME=	libxml2
+JAVA_VERSION=	8
 USE_LOCALE=	en_US.UTF-8
 
 GNU_CONFIGURE=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69736642.426b4.6aec712b>