#20252: MongoDB Portfile submission ------------------------------+--------------------------------------------- Reporter: mike@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: mongodb | ------------------------------+--------------------------------------------- Comment(by blb@…): Some of it is just to make sure {{{-L.}}} is first on LIBPATH so it doesn't try to link against an already-installed library when upgrading (ran into that when building 0.9.6 with 0.9.5 installed); also note I had a mistake in that which I fixed in r53637. The rest is mostly to deal with building within MacPorts, since we have settings for SDK to use and for which architecture to build, I just removed most of that; also to remove /sw and /opt/local from various paths and instead use the MacPorts one (which doesn't have to be /opt/local); finally, to make sure it uses the right compiler as set by MacPorts (via the CC/CPP/CXX settings). So I'd say the only thing that you may care about is the -L. part... -- Ticket URL: <http://trac.macports.org/ticket/20252#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS