On 2008/06/17 23:40, Michael Knudsen wrote: > Quoting Michael Knudsen ([EMAIL PROTECTED]): > > Quoting Landry Breuil ([EMAIL PROTECTED]): > > [..] > > > make port-lib-depends-check complains : > > > Extra: X11.11 > > > Extra: Xext.10 > > > Extra: usbhid.3 > > > > > > Maybe a local problem, my system is from last week pre-hackathon > > > snapshot, and i see those libraries in ldd `which openttd`. > > > > Same here. I don't know what's up. Anyone? > > Anyone? Ports-dudes?
Programs linked against SDL used to pull them in, but they don't any more. I haven't bothered with them for my wantlib syncs, since it increases the number of ports I'd have to touch by a lot, and it's less important to list an unneeded library there, than it is to make sure nothing is missing, but they should probably get tidied up as ports get updated. lib-depends-check does not use ldd, it uses objdump -p. ldd(1) runs the binary with a flag set to trace the shared-libraries that are loaded, it pulls in a longer chain of dependencies than objdump -p (which just examines the file contents). > Anyone testing it? Has anyone ever tested this on anything but i386 and > amd64? I've mostly been avoiding installing games that look interesting enough that I might spend too long on them ;-)
