pkgsrc/mk/pkgformat/pkg
gdt b177a0f098 Omit pkg_tarup during replace in destdir mode
In destdir mode (the default), make replace creates the replacement
binary package without modifying the installed system, and then
installs it via pkg_add -u.  Thus, the new package is known to have
built and packaged ok before the system is changed, and the risk of
trouble is low; thus the benefit of tarring up the installed package
is very low, especially since the newly-tarred-up package is removed
by "make clean".  Using pkg_tarup costs cycles to run and more
importantly causes users to have to install it since it is not an
automatic dependency.

In addition, binary packages are now kept by default when building, so
the old version should be accessible in case of trouble.

This commit does not change the non-destdir case.  Almost no one uses
that method, and the relative benefit of tarup is much higher.
2016-09-19 12:26:08 +00:00
..
check.mk
deinstall.mk
depends.mk Fix a typo in a comment 2016-07-18 09:57:10 +00:00
install.mk Remove support for USE_DESTDIR=no. 2016-04-10 15:58:02 +00:00
list-dependencies
metadata.mk Remove support for USE_DESTDIR=no. 2016-04-10 15:58:02 +00:00
package.mk Stop creating category symlinks in ${PACKAGES}, but keep All/ for now. 2016-05-09 00:07:23 +00:00
pkgformat-vars.mk Always require the 2010 version of pkg_install to simplify things a bit. 2016-04-10 15:20:26 +00:00
pkgformat.mk Remove support for USE_DESTDIR=no. 2016-04-10 15:58:02 +00:00
reduce-depends.awk Add missing braces and check getline returns success, this code must have 2014-10-08 10:04:45 +00:00
reduce-resolved-depends.awk
register-dependencies
replace.mk Omit pkg_tarup during replace in destdir mode 2016-09-19 12:26:08 +00:00
resolve-dependencies
utility.mk