Date: Thu, 17 Apr 2003 02:56:05 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200304170956.h3H9u5an091317@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304170956.h3H9u5an091317>