cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

Doug Barton dougb at FreeBSD.org
Sat Jun 12 23:36:54 UTC 2010


dougb       2010-06-12 23:36:53 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  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.
  
  Revision  Changes    Path
  2.29      +12 -3     ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-ports mailing list