#43614: mupdf @1.4 update --------------------------+-------------------------------- Reporter: starkhalo@… | Owner: macports-tickets@… Type: update | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: haspatch Port: mupdf | --------------------------+-------------------------------- Comment (by starkhalo@…): Replying to [comment:9 ryandesign@…]:
Replying to [comment:8 starkhalo@…]:
Ok, so after reading #33240 I put back the `darwin 8` code, I really doubt it's going to build without it.
I verified that `gmake` is still required for Tiger, but it still failed to build, because the build tried to use `xcrun`, which did not exist back then. This is probably simply solvable by editing the Makerules file. `xcrun` is used to find the path to command line programs when the command line tools are not installed, but MacPorts requires the command line tools to be installed, so running `xcrun` is pointless for us. I'm baffled by this. `xcrun` only appears twice and only in `Makerules` at lines 52-55 and 139-142. Both times inside an unreachable block code as `ifeq "$(OS)"` prevents it.
I'll take a look and see how to fix this non-universal binary issue. -- Ticket URL: <https://trac.macports.org/ticket/43614#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X