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

Doug Barton dougb at FreeBSD.org
Sun Jul 8 06:35:35 UTC 2007


dougb       2007-07-08 06:35:35 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  Bug Fixes
  =========
  1. If we are doing --show-work, don't launch background processes
  that are only useful for real builds.
  2. Fix a rather obscure bug that can only happen:
  IFF you are doing an install of a new port, and
  IFF you have a dependency "early" in the list with an +IGNOREME file, and
  IFF you have one or more dependencies "late" in the list that are not
  installed. The bug is a false positive on the +IGNOREME for the uninstalled
  ports. The solution is to reset the "port to test for +IGNOREME file"
  variable each time through the loop. This will usually be a noop, but it
  costs almost nothing in any case.
  
  Revision  Changes    Path
  1.18      +5 -4      ports/ports-mgmt/portmaster/files/portmaster.sh.in


More information about the cvs-ports mailing list