diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-03-16 18:28:02 -0500 |
commit | c92f309e944f792808ba1c6124dd6f8ec75428a2 (patch) | |
tree | e5fa44c36a620f0d08e15b97f46f913851b206b4 /math/octave/files/patch-build-aux_mk-pkg-add.sh | |
parent | net/waypipe: update to 0.9.0 (diff) |
math/octave: Update to 9.1.0.
math/octave-forge: Bump portrevision.
Mark broken and set optional dependency to off in math/octave-forge:
math/octave-forge-bioinfo
math/octave-forge-coder
math/octave-forge-financial
math/octave-forge-fits
math/octave-forge-fuzzy-logic-toolkit
math/octave-forge-gnuplot
math/octave-forge-informationtheory
math/octave-forge-irsa
math/octave-forge-level-set
math/octave-forge-nnet
math/octave-forge-plot
math/octave-forge-queueing
math/octave-forge-symband
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, 0 insertions, 11 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 deleted file mode 100644 index 59c7718b9894..000000000000 --- a/math/octave/files/patch-build-aux_mk-pkg-add.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |