looks like they moved that /usr/bin/libtool command from the previous file it
was in, to here:
cmake/merge_archives.cmake.in
109: COMMAND /usr/bin/libtool -static -o ${TARGET_LOC} ${LIB_LOCATIONS}
most likely, just have to change the target of the reinplace in the Portfile.
Look, sure — you can symlink all of the cctools from /opt/local/bin/ into
/usr/bin and into the SDKs in /Developer/usr/bin
From time to time, I admit I have done that to get out of a tight jam, but it
is fragile, and you will find that things break and don’t build as expected
that way, and then it might be hard to debug because you won’t know what’s
going on exactly.
To manage one build, then revert, on your own system, is one thing. To set your
system up that way and leave it like that, and recommend it to others as a
general principle — well, that’s another.
I’ll fix it. Thanks for the heads up that it had broken.
Ken