Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 07:47:22 +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 Makefile distinfo
Message-ID:  <201112130747.pBD7lM5i076195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2011-12-13 07:47:22 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster Makefile distinfo 
  Log:
  New Features
  ============
  1. Add a feature to allow users to list files that should be
     preserved across upgrades.
  
  Various Improvements
  ====================
  1. Add a verbose message for cleaning WRKDIRPREFIX
  
  2. Improve the handling of the -F option with packages, especially with
     --packages-only:
  
   * In update_port() do better at saying what we're launching a child to do
   * In post_first_pass() make clear that we are fetch'ing, not building,
     installing, etc.
   * In multiport() call check_fetch_only when we're done
   * In the main body add fetch'ed ports to the CUR_DEPS list so that they
     are only fetched once.
  
  3. Various typo fixes for the man page.
  
  Bug Fixes
  =========
  1. If an update fails in a child port the parent needs to source the
     $IPC_SAVE file before it bails out to make sure that various lists are
     updated in the parent.  This is particularly important for the list(s)
     of work already completed, and especially to update PM_NEEDS_UPDATE for
     the message of how to resume from the point of failure.
  
  2. For multiple -r, don't add a port to the list of dependents to rebuild
     if it was itself specified as a -r port.
  
  3. In parent_exit() run the code to kill background processes if we're
     called with a non-zero exit code.  That will trigger it (for example)
     where the user answers no to the confirmation prompt and is either
     using -D, or the generation of the list of valid distfiles did not
     complete.
  
  4. Until I can revamp the way dependencies are tracked, include all 3
     forms of CONFLICTS to make sure we catch alternates.
  
  Revision  Changes    Path
  2.48      +1 -1      ports/ports-mgmt/portmaster/Makefile
  2.14      +4 -4      ports/ports-mgmt/portmaster/distinfo



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