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

Doug Barton dougb at FreeBSD.org
Sat Apr 10 04:32:59 UTC 2010


dougb       2010-04-10 04:32:58 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  New Features
  ============
  1. Introducing the new options --index and --index-only. The first
     will use the INDEX file to check if a port is up to date. The
     second allows the use of portmaster with no /usr/ports directory.
  2. The second argument to -o and the port name for -e can now be globs
  3. For the -d|-D and -b|-B options allow the command line to override
     any values that might be set in .portmasterrc
  
  Internals
  =========
  1. Add a pm_sv() function to handle verbose messages for PM_SU_CMD
  2. Add a find_glob_dirs() function, and use it instead of custom
     versions each place this is needed.
  3. For -o, add -DDISABLE_CONFLICTS
  
  Bug Fixes
  =========
  1. If running as root, unset PM_SU_VERBOSE
  2. Minor tweaks to improve usage()
  
  Revision  Changes    Path
  2.21      +406 -193  ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-all mailing list