freebsd-dev/usr.sbin/pkg_install/create
Kris Kennaway 7f6bf1d8ce * 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
2003-04-17 09:56:05 +00:00
..
create.h * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
main.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
Makefile Break fileGetURL() out into its own file so that pkg_install/lib consumers 2002-11-06 08:57:03 +00:00
perform.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
pkg_create.1 * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
pl.c - Make use of DEPOROGINs (if there are any) when installing package; 2002-05-14 21:42:37 +00:00