freebsd-dev/usr.sbin/pkg_install/add
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
..
add.h WARNS=2 cleanup. 2001-10-10 06:58:42 +00:00
extract.c Prevent buffer overflow in format_cmd() by properly tracking maximum 2003-01-06 07:39:02 +00:00
futil.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
main.c Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate 2002-10-08 05:15:21 +00:00
Makefile Reorder libraries to fix static linking (libssl depends on libcrypto, so 2002-06-12 12:45:24 +00:00
perform.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
pkg_add.1 * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00