diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-03-08 20:17:52 -0600 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-03-08 20:17:52 -0600 |
commit | d4f3d79c367cdbcac8927e2a730a98982a10e50e (patch) | |
tree | b786dde3d16f478bf0ff3dfb6da1cce5aa3af897 /math/octave/files/patch-build-aux_mk-pkg-add.sh | |
parent | graphics/art: Re-enable OPENMP option (diff) |
math/octave: Update to 8.1.0.
Bump portrevision of all dependent ports.
Mark broken math/octave-forge-database, math/octave-forge-mechanics,
math/octave-forge-mpi math/octave-forge-nlwing2,
math/octave-forge-parallel, math/octave-forge-specfun
Set to default off these ports in math/octave-forge.
Clean up indentation in Mk/Uses/octave.mk.
Diffstat (limited to 'math/octave/files/patch-build-aux_mk-pkg-add.sh')
-rw-r--r-- | math/octave/files/patch-build-aux_mk-pkg-add.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-build-aux_mk-pkg-add.sh b/math/octave/files/patch-build-aux_mk-pkg-add.sh new file mode 100644 index 000000000000..59c7718b9894 --- /dev/null +++ b/math/octave/files/patch-build-aux_mk-pkg-add.sh @@ -0,0 +1,11 @@ +--- build-aux/mk-pkg-add.sh.orig 2023-03-09 00:21:26 UTC ++++ build-aux/mk-pkg-add.sh +@@ -31,7 +31,7 @@ export LC_ALL + + set -e + +-SED=${SED:-sed} ++SED=gsed + + srcdir="$1" + shift |