#34966: rabbitmq-server: update to version 2.8.4 ---------------------------------+------------------------------------------ Reporter: steve@… | Owner: ryandesign@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: rabbitmq-server | ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Replying to [comment:5 steve@…]:
Just trawled and found we've had this annoyance before. It is caused by a `sed -i -e` ... command in our procedures. [[br]] [[br]] This behaves differently on MacOS and Linux, and the problem is masked by the patches often being generated on a Linux. We will update our procedures. Sorry to have caused you work.
No problem; thanks for letting me know what the problem was; I was curious. Yes, on BSD sed, such as is found in OS X, the argument to `-i` is not optional. So you could use `sed -i '' -e ...`, or you could install the gsed port to get a copy of GNU sed and then use `gsed -i -e ...`. -- Ticket URL: <https://trac.macports.org/ticket/34966#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS