Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2009 04:00:41 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in
Message-ID:  <200908210400.n7L40f1t051932@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2009-08-21 04:00:41 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  Bug Fixes
  =========
  1. Rework the NO_DEP_UPDATES feature which is an optimization when you
  are updating or installing a port whose dependencies are all up to date.
  a. Stop using a temporary file for this feature, and instead utilize the
  existing IPC_SAVE mechanism
  b. Focus the toggling of this flag in update_port() so that it will always
  be unset when it needs to be (and not when it doesn't)
  [This is the actual bug fix]
  c. Add a flag that is global but not exported in dependency_check() so
  that the toggle in update_port() will know when (and when not) to fire
  2. Set PM_BUILDING when it needs to be set in multiport()
  
  Enhancements
  ============
  1. Use globstrip() in multiport(), change the variable to match the parser,
  and add notes in the parser and multiport() to keep the code in synch
  (it's _just_ different enough so that a function doesn't make sense atm)
  2. Replace globstrip sed kludge with more effcient shell pattern
  3. Make the PM_BUILDING values more explicit to aid in debugging
  
  Revision  Changes    Path
  2.10      +26 -20    ports/ports-mgmt/portmaster/files/portmaster.sh.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908210400.n7L40f1t051932>