freebsd-nq/usr.sbin/pkg_install/lib
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
..
deps.c - Make use of DEPOROGINs (if there are any) when installing package; 2002-05-14 21:42:37 +00:00
exec.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
file.c Prevent buffer overflow in format_cmd() by properly tracking maximum 2003-01-06 07:39:02 +00:00
global.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
lib.h * 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
match.c Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct 2002-09-21 01:28:41 +00:00
msg.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
pen.c replace __FUNCTION__ with standardized __func__. 2002-05-11 04:17:55 +00:00
pkgwrap.c Introduce notion of the package tools revision and allow to wrap all tools 2002-09-09 19:43:30 +00:00
plist.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
str.c Fix SCM ID's. 2002-04-01 09:39:07 +00:00
url.c Revert url.c:1.2: there was a race condition between when I produced 2003-04-17 03:51:06 +00:00
version.c Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00