diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
commit | 4ebc7d7f8c68fc9bcdb167ac48f47b877c4e81ed (patch) | |
tree | d1a25b83cb28915d55417b0e4ebedf5ab3024d3a /math/octave/files/patch-build-aux_mk-builtins.sh | |
parent | - Add XMSS option to enable experimental key support added in 7.7 [1] (diff) |
- Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
Diffstat (limited to 'math/octave/files/patch-build-aux_mk-builtins.sh')
-rw-r--r-- | math/octave/files/patch-build-aux_mk-builtins.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave/files/patch-build-aux_mk-builtins.sh b/math/octave/files/patch-build-aux_mk-builtins.sh deleted file mode 100644 index 2ae147889b47..000000000000 --- a/math/octave/files/patch-build-aux_mk-builtins.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/mk-builtins.sh.orig 2017-02-22 18:01:55 UTC -+++ build-aux/mk-builtins.sh -@@ -20,7 +20,7 @@ - - set -e - --SED=${SED:-sed} -+SED=gsed - - defun_dld_are_built_in=false - make_header=false |