summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorrh <rh>2002-03-27 20:50:33 +0000
committerrh <rh>2002-03-27 20:50:33 +0000
commitc167f06dcd693e968fe555534c4681d9b60ef2c3 (patch)
tree9d35555d77ae11f947c77a96d26693ee453a70ae /Packages.txt
parent0285b84b6f3434a188232431ed053d9ae05344d0 (diff)
downloadpkgsrc-c167f06dcd693e968fe555534c4681d9b60ef2c3.tar.gz
Make it explicit that the warning about mixing LOCALBASE with the rest of
the system applies both ways, i.e., don't set LOCALBASE to where you have your system files, *and vice versa*, as this repeatetly has lead to problems (see PRs 15999 and 16029 for the latest examples).
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt
index 5acf7406fe4..cb2ad14dedf 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.240 2002/03/23 22:52:32 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.241 2002/03/27 20:50:33 rh Exp $
###########################################################################
==========================
@@ -276,12 +276,15 @@ your packages tree. So, to use /usr/local, set
in your environment. Please note that you should use a root which is
dedicated to packages and not shared with other programs (ie, do not try
-and use LOCALBASE=/usr). This is to prevent possible conflicts between
-programs and other files installed by the package system and whatever else
-may have been installed there. There is, of course, one exception to
-this - X11 packages are traditionally installed in the X11 tree. The
-definition used to identify the root of the X11 tree is the X11BASE
-definition.
+and use LOCALBASE=/usr). Also, you should not try to add any of your
+own files or directories (such as, for example, src, obj, or pkgsrc) below
+the LOCALBASE tree. This is to prevent possible conflicts between programs
+and other files installed by the package system and whatever else may have
+been installed there.
+
+There is, of course, one exception to this - X11 packages are traditionally
+installed in the X11 tree. The definition used to identify the root of the
+X11 tree is the X11BASE definition.
It is possible to install X11 packages in the LOCALBASE tree, for
which you must install the xpkgwedge package