Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/share/man/man7 Pull up revision 1.27 (requested by hube...



details:   https://anonhg.NetBSD.org/src/rev/1da89550ed7e
branches:  netbsd-1-4
changeset: 470262:1da89550ed7e
user:      he <he%NetBSD.org@localhost>
date:      Wed Feb 02 23:11:10 2000 +0000

description:
Pull up revision 1.27 (requested by hubertf):
  Document PACKAGE_DEPENDS_WITH_PATTERNS switch.

diffstat:

 share/man/man7/packages.7 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 34858e82a2ce -r 1da89550ed7e share/man/man7/packages.7
--- a/share/man/man7/packages.7 Wed Feb 02 23:09:11 2000 +0000
+++ b/share/man/man7/packages.7 Wed Feb 02 23:11:10 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: packages.7,v 1.15.2.1 1999/12/16 22:30:49 he Exp $
+.\"    $NetBSD: packages.7,v 1.15.2.2 2000/02/02 23:11:10 he Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
@@ -527,6 +527,14 @@
 If set, prevent the 
 .Dq update
 target from cleaning up after itself.
+.It PACKAGE_DEPENDS_WITH_PATTERNS
+If set to 'true', the 'package-depends' target prints packages as
+wildcards, if set to 'false' the version currently in pkgsrc will be
+printed. Defaults to 'true'. 
+.Pp
+This switch also enables/disables proper wildcard processing for installed
+packages and pkgsrc, and encoding of wildcard package depends in binary
+packages.
 .It PATCH_DEBUG
 If set, print out more information about the patches as it attempts to
 apply them.



Home | Main Index | Thread Index | Old Index