Received: by mail.netbsd.org (Postfix, from userid 605) id 4D05D84E71; Sun, 12 Feb 2023 04:23:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CBC684DB2 for ; Sun, 12 Feb 2023 04:23:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lfOStwRyRSJf for ; Sun, 12 Feb 2023 04:23:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C8B9784D13 for ; Sun, 12 Feb 2023 04:23:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1D19FA90; Sun, 12 Feb 2023 04:23:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167617581860470" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 04:23:38 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230212042338.C1D19FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167617581860470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Feb 12 04:23:38 UTC 2023 Modified Files: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: pbulk-build.1 Log Message: Explain PBULK_WEIGHT. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167617581860470 Content-Disposition: inline Content-Length: 1241 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.4 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.5 --- pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.4 Tue Feb 7 20:46:50 2023 +++ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 Sun Feb 12 04:23:38 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: pbulk-build.1,v 1.4 2023/02/07 20:46:50 wiz Exp $ +.\" $NetBSD: pbulk-build.1,v 1.5 2023/02/12 04:23:38 joerg Exp $ .\" .\" Copyright (c) 2007 Thomas Klausner and Joerg Sonnenberger. .\" All rights reserved. @@ -201,6 +201,14 @@ multi-package support. of the packages this package depends on (including their version number). Example: .Dl DEPENDS=digest-20220214 libtool-base-2.4.7nb1 +.It Dv PBULK_WEIGHT +Numeric build priority of the package. +If this variable is not present, a value of 100 is assumed. +.Pp +The effective weight of a package is the sum of the weights of the +package itself and all packages transitively depending on it. +If two packages are buildable at the same time, the package with +the higher effective weight is built first. .El These items correspond to the output of .Dl make pbulk-index-item --_----------=_167617581860470--