#41914: bastet: update to 0.43 ---------------------------+---------------------- Reporter: ryandesign@… | Owner: sfiera@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: bastet | ---------------------------+---------------------- Comment (by ryandesign@…): One problem was mine: I was instructing the Portfile to overwrite the Makefile's `LDFLAGS`. That's fixed in the new diff attached, and the port installs and works fine on Mac OS X 10.5. The remaining problem is that 0.43 doesn't build on OS X 10.9 because of libc++. I filed [https://github.com/fph/bastet/issues/1 upstream issue 1] for this. The 0.43 rewrite was done in C++, but in 2009, before C++11 was standardized, and uses things from the tr1 section which is not in C++11 and which is not in libc++. We could commit this update now, and add a patch for the libc++ issues once the developer resolves them. -- Ticket URL: <https://trac.macports.org/ticket/41914#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X