#39853: bash-completion(-devel): some completions expect GNU sed in $PATH --------------------+----------------------------- Reporter: cal@… | Owner: raimue@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: bash-completion --------------------+----------------------------- {{{ :) clemens@cSchlepptop:[..]/Haskell/UE/KVB$ make con^Ised: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] ^C }}} Apparently caused by some rules using the `-r` flag to sed. `egrep -R "sed\s+-\S*r"` in /opt/local/share/bash-completion/completions suggests the culprits are colormake, gmake, gnumake, make and pmake. We should add a runtime dep on gsed and patch the sed path. -- Ticket URL: <https://trac.macports.org/ticket/39853> MacPorts <http://www.macports.org/> Ports system for OS X