Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 05:29:39 -0700 (PDT)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-plist
Message-ID:  <200108211229.f7LCTds34585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/08/21 05:29:39 PDT

  Modified files:
    sysutils/portupgrade Makefile distinfo pkg-plist 
  Log:
  Update to 20010821, with many improvements.
  
  Overall:
  	- Disregard -r and -R when -a is also specified; there is no
  	  need to recurse when you do with everything.
  	- Fix a bug in -r and -R routines where it might fail in error
  	  if dependencies of a package were all wrong.
  	  [Caught by: Mamoru Iwaki <iwaki@bsp.bc.niigata-u.ac.jp>]
  	- Fix the support for the case where PORTSDIR is a symlink.
  	- Squeeze //'s.
  	- Run `stty sane' before building each port, on interrupt, and
  	  before exit.
  	- Accept portorigin_glob and pkgname_glob with paths, except
  	  for -x/--exclude.
  
  portupgrade:
  	- Fix `portupgrade -Ni' (portinstall -i).
  	- Skip ports and packages that once failed, and do not try to
  	  upgrade multiple packages of an origin.
  	- If a port or a package failed to build or install, skip its
  	  dependents.  This behavior can be overridden by the new
  	  option, -g/--go-on.
  
  pkgdepfix:
  	- Backup +CONTENTS files before removing duplicates.
  
  portsclean:
  	- Start implementing -L/--libclean.
  
  misc/tcsh/complete.sample:
  	- Add a simple example of tcsh completion definitions.
  	  [Contributed by: kuwa@flab.fujitsu.co.jp]
  
  Revision  Changes    Path
  1.54      +12 -4     ports/sysutils/portupgrade/Makefile
  1.49      +1 -1      ports/sysutils/portupgrade/distinfo
  1.14      +3 -0      ports/sysutils/portupgrade/pkg-plist


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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