-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix '-l' to list dependencies needed at runtime by each package, as opposed to those at build time. Avoids issues such as 'jdk15' pulling in sun-jdk & sun-jre
- Loading branch information
abs
committed
Aug 27, 2007
1 parent
d4cdec4
commit d3d32b7
Showing
4 changed files
with
90 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.\" $NetBSD: pkg_chk.8,v 1.24 2006/10/02 07:33:38 abs Exp $ | ||
.\" $NetBSD: pkg_chk.8,v 1.25 2007/08/27 15:28:54 abs Exp $ | ||
.\" | ||
.\" Copyright (c) 2001 by David Brownlee ([email protected]) | ||
.\" Absolutely no warranty. | ||
|
@@ -57,7 +57,6 @@ Use the | |
.Pa pkgchk.conf | ||
file | ||
.Sq Ar conf . | ||
|
||
.It Fl D Ar tags | ||
Add the comma separated list of tags to those checked when parsing | ||
.Pa pkgchk.conf . | ||
|
@@ -84,8 +83,8 @@ Redirect the output for all commands run into the logfile | |
Should be specified as a full pathname. | ||
On any error the tail end of the logfile will be displayed. | ||
.It Fl l | ||
List the filename for all binary packages (including the exact dependencies | ||
against which each package was built) based on | ||
List the filename for all binary packages (including best dependencies) based | ||
on | ||
.Pa pkgchk.conf . | ||
Will abort if a binary package is missing. | ||
This can be used (in conjunction with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters