diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-29 17:12:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-29 17:12:15 +0000 |
commit | d5789c138e90edc64fa76a5fb8e46b40204feb01 (patch) | |
tree | 81a5cf7a6ce31406d1aa4d4967b20409f4b3d58c /doc/CHANGES | |
parent | 33c11d76f2d8db1335a793dff04bd0d2f00cec19 (diff) | |
download | pkgsrc-d5789c138e90edc64fa76a5fb8e46b40204feb01.tar.gz |
Simplify unprivileged builds by adding a new variable, UNPRIVILEGED, that,
when set to YES, changes multiple defaults to let this work properly.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4705fa83f43..8642c4d6add 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10241 2005/05/29 16:11:49 jschauma Exp $ +$NetBSD: CHANGES,v 1.10242 2005/05/29 17:12:15 jmmv Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2650,3 +2650,5 @@ Changes to the packages collection and infrastructure in 2005: Added net/autonet version 0.13 [abs 2005-05-29] Updated lang/python21 to 2.1.3nb7 [minskim 2005-05-29] Updated mail/sylpheed-devel to 1.9.12 [chris 2005-05-29] + mk/bsd.pkg.mk: Added support for unprivileged builds through the + UNPRIVILEGED variable [jmmv 2005-05-29] |