On 2010/10/02 17:09, Alex Libman wrote: > Thank you very much, it /almost/ worked. net/libmetalink `make` > finishes OK, but `make install` fails with: "libmetalink.so.0.0 does not > exist" (see http://pastebin.org/3522).
4.7/4.8 use gnu libtool by default, in -current we have our own. for gnu libtool you would need to add something like this, MAKE_FLAGS+= libmetalink_la_LDFLAGS="-version-info ${LIBmetalink_VERSION:R}:${LIBmetalink_VERSION:E}:0" though as I mentioned mulk was just stalling for me when I attempted to download using metalinks so I don't know if you'll have any more success there .. (hmm, if we don't have to mess around with -version-info with ports libtool, I have a feeling there may be a few patches we will be able to remove from the tree ;-)