[53622] trunk/dports/databases/mongodb
Bryan Blackburn
blb at macports.org
Fri Jul 10 13:17:29 PDT 2009
On Fri, Jul 10, 2009 at 02:11:49PM -0500, Ryan Schmidt said:
>
> On Jul 10, 2009, at 02:25, blb at macports.org wrote:
>
> >Revision: 53622
> > http://trac.macports.org/changeset/53622
> >Author: blb at macports.org
> >Date: 2009-07-10 00:25:19 -0700 (Fri, 10 Jul 2009)
> >Log Message:
> >-----------
> >databases/mongodb - update to 0.9.6 (ticket #20252); prepend
> >instead of append for LIBPATH so self-built libs are seen over
> >already-installed during upgrades
>
> [snip]
[...]
> > - env.Append( LIBPATH=["/sw/lib/", "/opt/local/lib"] )
> >-+ env.Append( CPPPATH=["@@PREFIX@@/include"] )
> >-+ env.Append( LIBPATH=["@@PREFIX@@/lib/"] )
> >++ env.Append( CPPPATH=["/mp/include"] )
> >++ env.Append( LIBPATH=["/mp/lib/"] )
>
> Your MacPorts prefix /mp got inserted into this patch in several places.
Oops, thanks for the catch; fixed in r53637.
Bryan
[...]
More information about the macports-dev
mailing list