cvs commit: src/usr.sbin/pkg_install/add perform.c pkg_add.1 src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/info show.c src/usr.sbin/pkg_install/lib lib.h plist.c

Kris Kennaway kris at FreeBSD.org
Thu Apr 17 02:56:07 PDT 2003


kris        2003/04/17 02:56:05 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/add perform.c pkg_add.1 
    usr.sbin/pkg_install/create create.h main.c perform.c 
                                pkg_create.1 
    usr.sbin/pkg_install/info show.c 
    usr.sbin/pkg_install/lib lib.h plist.c 
  Log:
  * Add explicit conflict-checking to the package tools.  Packages can
    register a list of other packages with which they conflict (via the
    -C option to pkg_create), and they will refuse to install (unless -f is
    specified) if one of the listed packages is already present.
  
  * Update documentation for the new feature as well as fleshing out some
    existing documentation.
  
  * Bump PKG_INSTALL_VERSION so this feature can be tested for.
  
  Submitted by:   Sergey Matveychuk <sem at ciam.ru>
  PR:             bin/47145
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.74      +31 -1     src/usr.sbin/pkg_install/add/perform.c
  1.59      +19 -8     src/usr.sbin/pkg_install/add/pkg_add.1
  1.22      +1 -0      src/usr.sbin/pkg_install/create/create.h
  1.34      +11 -6     src/usr.sbin/pkg_install/create/main.c
  1.77      +16 -0     src/usr.sbin/pkg_install/create/perform.c
  1.58      +13 -0     src/usr.sbin/pkg_install/create/pkg_create.1
  1.36      +4 -0      src/usr.sbin/pkg_install/info/show.c
  1.48      +3 -3      src/usr.sbin/pkg_install/lib/lib.h
  1.47      +6 -0      src/usr.sbin/pkg_install/lib/plist.c


More information about the cvs-src mailing list