Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 18:58:30 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 692a3eeec9eb - main - math/scilab: ignore shlib dependency on java
Message-ID:  <69de8e56.3d83b.6b19e012@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=692a3eeec9eb22ff2402e29979da488db6e0d217

commit 692a3eeec9eb22ff2402e29979da488db6e0d217
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-14 18:57:41 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-14 18:58:24 +0000

    math/scilab: ignore shlib dependency on java
    
    PR:     293874
---
 math/scilab/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 9e3ed72e67bc..5d13ba523fe9 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -14,6 +14,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-BSD
 
+NO_SHLIB_REQUIRES_GLOB=	libjava.so
+
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libcurl.so:ftp/curl \
 		libhdf5.so:science/hdf5 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de8e56.3d83b.6b19e012>