diff options
author | asau <asau@pkgsrc.org> | 2012-09-30 09:02:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-30 09:02:10 +0000 |
commit | face2ae77d6cc681d5c8c1cf6b699e8ea3b512c7 (patch) | |
tree | 4f7526feb5097d805773d8f4a4627bb52c1beff2 /doc/NEWS | |
parent | c2b40706c73db34af893c4e9ef56ca88c311ac3c (diff) | |
download | pkgsrc-face2ae77d6cc681d5c8c1cf6b699e8ea3b512c7.tar.gz |
Mention that unprivileged staged installation (PKG_DESTDIR_SUPPORT=user-destdir)
is made default on 2012-08-14. Noted by <obache>.
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: NEWS,v 1.6 2009/03/22 22:44:18 joerg Exp $ +# $NetBSD: NEWS,v 1.7 2012/09/30 09:02:10 asau Exp $ PKGSRC NEWS =========== @@ -7,6 +7,14 @@ PKGSRC NEWS pkgsrc. The intended readers are the pkgsrc developers as well as anyone tracking pkgsrc-current. +Staged installation is default [asau 2012-08-14] + pkgsrc has changed to use unprivileged staged installation by default. + This makes it possible to prevent some installation mistakes. + It also makes detection of package conflicts easier. + Previously you had to set PKG_DESTDIR_SUPPORT to "user-destdir" + to invoke this functionality. Set PKG_DESTDIR_SUPPORT to "none" + to revert to direct installation. + buildlink3.mk layout changed [joerg 2009-03-20] The buildlink3.mk files have been reorganized to reduce redundant parsing for deeply nested buildlink3 trees. |