- Bump portrevision of dependent ports. - Add patches to dependent ports math/octave-forge-* if I can figure them out. - Mark broken dependent ports I couldn't figure out.
11 lines
252 B
Bash
11 lines
252 B
Bash
--- 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,
|