avoid usage of Macport installed software

Lawrence Velázquez larryv at macports.org
Thu May 7 10:09:34 PDT 2015


On May 7, 2015, at 12:52 PM, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Thu, May 7, 2015 at 12:48 PM, petr <976F at ingv.it> wrote:
> 
>> I am working on some new port. It works already quite fine, but I observe that when using it without Tracemode, it would pick up various already installed programs. Most of these are also provided by Xcode, but notably when `doxygen` is picked up, it also creates some extra documentation. This all works smoothly, but it would not create a consistent build across various installs. Is there a canonical way to avoid such problems?
> 
> Depends on what build system it uses; for example autoconf-based things often have --with-THING=/path / --without-THING.

In the worst case, you may have to dig around inside the build system and patch it.

vq


More information about the macports-dev mailing list