diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-26 08:39:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-26 08:39:52 +0000 |
commit | b4ca67c5dbd577d5e268895336f74c2995e53ab2 (patch) | |
tree | 2156545de90f75139b9c568691ceaed60175b02f /mk/bulk/printindex.1 | |
parent | 714dc5ff6b628c254ff4f7b868b071d912921de3 (diff) | |
download | pkgsrc-b4ca67c5dbd577d5e268895336f74c2995e53ab2.tar.gz |
The bulk builds now use the new target can-be-built-here, which checks
if some of PKG_SKIP_REASON, PKG_FAIL_REASON, NOT_FOR_*, ONLY_FOR_* are
set.
The code uses some shell trickery to avoid the use of subshells, since
these would prevent the variable assignments from being effective.
Diffstat (limited to 'mk/bulk/printindex.1')
-rw-r--r-- | mk/bulk/printindex.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bulk/printindex.1 b/mk/bulk/printindex.1 index a6da64b3c31..c8b79178362 100644 --- a/mk/bulk/printindex.1 +++ b/mk/bulk/printindex.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printindex.1,v 1.6 2006/01/19 10:21:12 rillig Exp $ +.\" $NetBSD: printindex.1,v 1.7 2006/11/26 08:39:52 rillig Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -46,6 +46,9 @@ .Sh DESCRIPTION Generates a mapping from pkgsrc directories to the current package version and prints it on stdout. +It also checks whether the package can be built on this system at all +and marks those that cannot be built as broken. +.Pp Each line of the output has two fields: the package directory (in the form .Ql category/package ) |