Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2008 21:17:30 +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:  <200806042117.m54LHUkA057055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2008-06-04 21:17:30 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portmaster/files portmaster.sh.in 
  Log:
  New Features
  ===========
  1. By popular demand, change the command line behavior of 'portmaster blah*'
  to update all ports in /var/db/pkg which match the glob.
  2. Add the -K flag to avoid cleaning the work directory after the build.[1]
  
  Bug Fixes
  =========
  1. Instead of /etc/portmaster.rc we should be reading
  /usr/local/etc/portmaster.rc.[2] Begin introducing support for that.
  2. If using the -n option, don't try to fetch the distfiles.[3]
  3. When I added the optimization to only run 'make -V CONFLICTS' if
  it existed in the Makefile I neglected to unset the value of $conflicts
  in the script between ports.[4]
  4. I ran into a port which set VERBOSE to a value that it needed to use
  in its build process, and since I was using the -v option for portmaster
  (which sets VERBOSE=yes) the build failed. To work around this, prefix
  the variable names for common English words (VERBOSE, FORCE, BUILDING)
  with PM_.
  5. To aid future debugging (as in 4. above) change the values of flag
  variables to something meaningful instead of just "yes."
  6. Automatically handle the case where the parent port has MOVED instead
  of asking the user to re-run portmaster with the right options.
  
  Submitted by:   pav [1]
  Submitted by:   Miroslav Lachman 000.fbsd@quip.cz [2]
  Submitted by:   Jiawei Ye <leafy7382@gmail.com> [3]
  
  PR:             ports/124271 [4]
  Submitted by:   James Kelly <jjk@tilted.net> [4]
  
  Revision  Changes    Path
  2.3       +152 -147  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?200806042117.m54LHUkA057055>