summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-build-aux_find-defun-files.sh
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-16 18:28:02 -0500
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-16 18:28:02 -0500
commitc92f309e944f792808ba1c6124dd6f8ec75428a2 (patch)
treee5fa44c36a620f0d08e15b97f46f913851b206b4 /math/octave/files/patch-build-aux_find-defun-files.sh
parentnet/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_find-defun-files.sh')
-rw-r--r--math/octave/files/patch-build-aux_find-defun-files.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave/files/patch-build-aux_find-defun-files.sh b/math/octave/files/patch-build-aux_find-defun-files.sh
deleted file mode 100644
index d0b23b1b35be..000000000000
--- a/math/octave/files/patch-build-aux_find-defun-files.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- build-aux/find-defun-files.sh.orig 2020-11-26 18:20:44 UTC
-+++ build-aux/find-defun-files.sh
-@@ -27,7 +27,7 @@
-
- set -e
-
--SED=${SED:-sed}
-+SED=gsed
- EGREP=${EGREP:-egrep}
-
- # Some stupid egreps don't like empty elements in alternation patterns,