[Bug 290769] math/octave: pkg build with JAVA UNSET fails, due to missing octave.jar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Nov 2025 13:24:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290769
Bug ID: 290769
Summary: math/octave: pkg build with JAVA UNSET fails, due to
missing octave.jar
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: stephen@FreeBSD.org
Reporter: morten@unx.dk
Flags: maintainer-feedback?(stephen@FreeBSD.org)
Assignee: stephen@FreeBSD.org
Hi.
pkg build fails with JAVA UNSET, due to missing octave.jar.
Prefixing %%JAVA%% in pkg-plist fixes this.
--- a/math/octave/pkg-plist 2025-11-01 17:59:02.290906000 +0000
+++ b/math/octave/pkg-plist 2025-11-03 13:05:04.289253000 +0000
@@ -1786,7 +1786,7 @@
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar
+%%JAVA%%%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m
%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/.oct-config
%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/argnames.m
--
You are receiving this mail because:
You are the assignee for the bug.