summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/jtransforms/files/patch-build.xml22
-rw-r--r--math/octave-forge-onsas/Makefile27
-rw-r--r--math/octave-forge-onsas/distinfo3
-rw-r--r--math/octave-forge-onsas/files/patch-DESCRIPTION9
-rw-r--r--math/octave-forge-onsas/pkg-descr10
6 files changed, 22 insertions, 50 deletions
diff --git a/math/Makefile b/math/Makefile
index 5be7d12943d1..6b53c1230054 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -641,7 +641,6 @@
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odbc
SUBDIR += octave-forge-odebvp
- SUBDIR += octave-forge-onsas
SUBDIR += octave-forge-optics
SUBDIR += octave-forge-optim
SUBDIR += octave-forge-optiminterp
diff --git a/math/jtransforms/files/patch-build.xml b/math/jtransforms/files/patch-build.xml
new file mode 100644
index 000000000000..4e3db0569b9e
--- /dev/null
+++ b/math/jtransforms/files/patch-build.xml
@@ -0,0 +1,22 @@
+--- build.xml.orig 2025-12-13 15:21:46 UTC
++++ build.xml
+@@ -57,15 +57,15 @@
+
+ <target name="javac" depends="clean" description="Compilation of java classes and unit-tests">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" />
+ </target>
+
+
+ <target name="javac-debug" depends="clean" description="Compilation of java classes and unit-tests with debug options on.">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" />
+ </target>
+
+
diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile
deleted file mode 100644
index fc8171c52186..000000000000
--- a/math/octave-forge-onsas/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= octave-forge-onsas
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.2.5
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-WWW= https://packages.octave.org/
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
-
-BROKEN= this software is incompatible with octave pkg
-
-USES= octave
-USE_GITHUB= yes
-GH_ACCOUNT= ONSAS
-GH_PROJECT= ONSAS.m
-
-OCTAVE_SRC= ${GH_ACCOUNT}-${DISTVERSION}
-
-NO_ARCH = yes
-NO_BUILD= yes
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-onsas/distinfo b/math/octave-forge-onsas/distinfo
deleted file mode 100644
index 37f3e8eec68e..000000000000
--- a/math/octave-forge-onsas/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1735869418
-SHA256 (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 537c14f7ad920601dc9d1538fd54a6cc5faef86c778cd3ad6337dff3b8003d86
-SIZE (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 1644546
diff --git a/math/octave-forge-onsas/files/patch-DESCRIPTION b/math/octave-forge-onsas/files/patch-DESCRIPTION
deleted file mode 100644
index ea9f7bd8dfb4..000000000000
--- a/math/octave-forge-onsas/files/patch-DESCRIPTION
+++ /dev/null
@@ -1,9 +0,0 @@
---- ../DESCRIPTION.orig 2025-01-25 12:54:46.986090000 -0600
-+++ ../DESCRIPTION 2025-01-25 12:54:54.809288000 -0600
-@@ -1,5 +1,5 @@
- Name: ONSAS
--Version: 0.2.4
-+Version: 0.2.5
- Date: 2022-08-02
- Author: Pérez Zerpa, Jorge M. and Bazzano García, Juan Bruno and Viera Sosa, Joaquin and Vanzulli Pena, Mauricio and Forets, Marcelo and Battini, Jean-Marc and Toro, Sebastián
- Maintainer: Pérez Zerpa, Jorge M. (jorgepz@fing.edu.uy)
diff --git a/math/octave-forge-onsas/pkg-descr b/math/octave-forge-onsas/pkg-descr
deleted file mode 100644
index e98f4c5abbed..000000000000
--- a/math/octave-forge-onsas/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repository project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is onsas.
-
- ONSAS is an Open Nonlinear Structural Analysis Solver. It is a GNU-Octave
-code for static/dynamic and linear/non-linear analysis of structures formed
-by solid, beam, truss or plane components.