Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2012 11:39:23 +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:  <201206131139.q5DBdNKb096421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2012-06-13 11:39:23 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster Makefile distinfo 
  Log:
  New Features
  ============
  Print the same progress update that goes to the term title in-line,
  and apply various improvements to that code.
  
  Move 'make clean' to the background. There is no point waiting around
  for it to finish. In the case of very large work directories this may
  cause some I/O contention during the unpacking of the next port to
  build, but in most cases this should be lost in the noise.
  
  Other Improvements
  ==================
  Speed up the determination of WRKDIRPREFIX, and do not bother looking
  for empty directories if we exited abnormally.
  
  Add code to detect dependency loops created by moving part of a port
  into another port, and CONFLICT'ing on previous versions of that port
  (ala textproc/p5-XML-SAX -> p5-XML-SAX-Base). When a loop is detected
  suggest that the user try pkg_updating.
  
  Bug Fixes
  =========
  Improve error handling for mktemp
  
  Improve handling of abnormal exits (such as ^C, failed port, etc.),
  especially when the first exit happens in a child process.
  
  If the second argument to -o is something that is completely non-existent,
  report in the error message what the user typed on the command line.
  Reported by:    avilla
  
  In clean_build_only_list() remove ports that are already installed
  when using --delete-build-only to prevent them from being spuriously
  removed.
  Reported by:    avilla
  
  Revision  Changes    Path
  2.51      +1 -2      ports/ports-mgmt/portmaster/Makefile
  2.15      +4 -4      ports/ports-mgmt/portmaster/distinfo



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