Hi, > On May 10, 2014, at 02:59, Eric Le Lay wrote: > > Also it ignores build dependencies: it had to install graphite2 as a > > dependency and did not install cmake before. So install failed > > because it could not find the cmake executable.
I think that happens because you set `buildfromsource never' in macports.conf. See [1]. [global_option_isset ports_binary_only] evaluates as true and the list of dependency types to install always is "depends_lib depends_run". The code that checks whether archives can be used should override `buildfromsource never' and warn if it is set. Does anybody remember where the code that checks that is? Is it src/package1.0/portarchivefetch.tcl, proc portarchivefetch::filter_sites? [1] http://trac.macports.org/browser/trunk/base/src/macports1.0/macports.tcl?marks=3398-3401#L3395 -- Clemens Lang _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
