K 10 svn:author V 5 dougb K 8 svn:date V 27 2010-06-12T23:36:52.000000Z K 7 svn:log V 439 There is no reason for uniquify_list() to reverse the entries, and doing so can make debugging more difficult. Add code to post_config() to make sure that things in the build-only dependency list are not listed as run dependencies for something already installed. Apparently, in some circumstances it's necessary to run ldconfig -R when one moves shared libs from /usr/local/lib to /usr/local/lib/compat/pkg. So add that to the -w code. END