#35388: arb Patches for Mountain Lion 10.8 ----------------------------------------------+----------------------------- Reporter: matt.cottrell@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: maintainer haspatch mountainlion | Port: arb ----------------------------------------------+----------------------------- Changes (by ryandesign@…): * keywords: maintainer haspatch => maintainer haspatch mountainlion Comment: I don't quite understand the patch... what component of coreutils is arb using, and how does that relate to whether you use `sed` or `gsed`? FYI there's nothing wrong with using `reinplace` to change "sed" to "gsed", except that the `sed` that `reinplace` runs needs to know what character encoding the files use. It assumes UTF-8, but at least one of the files you're reinplacing is not UTF-8. So you have to tell it a suitable locale. The locale "C" is ofter suitable, and that is what we have been using in other ports to fix this error: {{{ reinplace locale -C ... }}} -- Ticket URL: <https://trac.macports.org/ticket/35388#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS