Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 12:30:06 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d4eee31a530 - main - math/scilab: switch from unsupported gcc-ecj45 to outdated eclipse-ecj
Message-ID:  <202302201230.31KCU6Vi023502@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d4eee31a5304dec391dcad3a9011ec32f7e912e

commit 2d4eee31a5304dec391dcad3a9011ec32f7e912e
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2023-02-20 12:29:15 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2023-02-20 12:29:15 +0000

    math/scilab: switch from unsupported gcc-ecj45 to outdated eclipse-ecj
    
    PR:             269710
    Requested by:   salvadore@
---
 math/scilab/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 275cc8fae8f8..24ce9b3a293b 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scilab
 PORTVERSION=	6.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math cad java
 MASTER_SITES=	https://cgit.scilab.org/scilab/snapshot/
 
@@ -67,7 +67,7 @@ _GUI_DEPENDS+=	${JAVALIBDIR}/flexdock.jar:devel/flexdock \
 		${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \
 		${JAVALIBDIR}/jgraphx.jar:java/jgraphx \
 		${JAVALIBDIR}/jlatexmath.jar:math/jlatexmath \
-		${LOCALBASE}/share/java/ecj-4.5.jar:lang/gcc-ecj45 \
+		${JAVALIBDIR}/ecj-4.4.2.jar:java/eclipse-ecj \
 		${JAVALIBDIR}/lucene-core-5.5.5.jar:textproc/lucene5
 # Documentation, graphic export:
 _GUI_DEPENDS+=	${LOCALBASE}/share/java/fop/build/fop.jar:textproc/fop \



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