summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-05-11 11:23:20 +0000
committeragc <agc@pkgsrc.org>2000-05-11 11:23:20 +0000
commitef268dcf91f9f1b5d461b96d2a9211a007ff4b26 (patch)
treede5a4d036cc6edfdf2c22ea44905ce89195d2082 /Packages.txt
parentcc4c589ad818d6b0b848f12a41f7b5cfb07daa60 (diff)
downloadpkgsrc-ef268dcf91f9f1b5d461b96d2a9211a007ff4b26.tar.gz
Define a new target, "show-pkgsrc-dir", which prints the directory
from which an installed package can be re-installed. This can be used to build up a list of host specific packages, which is useful, for example, in re-building all packages on a machine for a.out to ELF transition.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 296d646dc8b..b9a38769eff 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.84 2000/04/20 16:06:23 jdolecek Exp $
+# $NetBSD: Packages.txt,v 1.85 2000/05/11 11:23:20 agc Exp $
###########################################################################
==========================
@@ -1135,6 +1135,14 @@ perform the equivalent of:
be used to show which of your installed packages are downlevel, and so
the old versions can be deleted, and the current ones added.
+ * show-pkgsrc-dir:
+ This target shows the directory in the pkgsrc hierarchy from which the
+ package can be built and installed. This may not be the same directory
+ as the one from which the package was installed. This target is intended
+ to be used by people who may wish to upgrade many packages on a single
+ host, and can be invoked from the top-level pkgsrc Makefile by using the
+ target "show-specific-pkgs"
+
8 Debugging
===========