pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkg_install/files



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 14 22:26:19 UTC 2010

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/add: add.h main.c perform.c pkg_add.1
            pkg_add.cat
        pkgsrc/pkgtools/pkg_install/files/lib: version.h

Log Message:
Add -D flag to pkg_install, to override the "pkg_add -U" check that
all depending packages have their dependencies satisfied by the new
package.  Essentially, split off this particular behavior as a special
case of -f, so that -f works as before, unforced works as before, and
one can give -D to override exactly this check, leaving all other
checks intact.

The -D flag is in support of make replace, as the workflow for make
replace is that inter-package dependencies are sometimes violated (but
then one must replace the depending packages, which is what
pkg_rolling-replace does via the unsafe_depends flags).

Bump PKGTOOLS_VERSION.

Add missing break statement in option parsing of "pkg_add -C", riding
the version bump.

Discussed extensively on tech-pkg@ over the summer.
OK pkgsrc-pmc@.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/pkgtools/pkg_install/files/add/add.h
cvs rdiff -u -r1.26 -r1.27 pkgsrc/pkgtools/pkg_install/files/add/main.c
cvs rdiff -u -r1.97 -r1.98 pkgsrc/pkgtools/pkg_install/files/add/perform.c
cvs rdiff -u -r1.44 -r1.45 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.1
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/pkg_install/files/add/pkg_add.cat
cvs rdiff -u -r1.156 -r1.157 pkgsrc/pkgtools/pkg_install/files/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index