On 27/04/2011 11:38, paulo lopes wrote:
A 2011/04/27, às 08:53, Tiago de Paula Peixoto escreveu:

Now i changed "DarwinPorts/local-source" directory to root like you sugested but this don´t work ... like the last time the PortIndex command works fine ... but the graph-tool instalation seems don´t work ...

Hi,

There does seem to be a minor problem with the 2.2.12 version. It was packaged without autogen.sh and the pre-configure step in the Portfile is looking for it:

pre-configure {
    system "cd ${worksrcpath} && sh autogen.sh"
}

Until its fixed, you could try the development version- it does pass the configure stage (for me...)