pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 7 20:46:50 UTC 2023
Modified Files:
pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: pbulk-build.1
Log Message:
pbulk: more information for pbulk-build.1
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
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.
Modified files:
Index: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.3 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.4
--- pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1:1.3 Tue Feb 7 14:53:58 2023
+++ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbulk-build.1 Tue Feb 7 20:46:50 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: pbulk-build.1,v 1.3 2023/02/07 14:53:58 wiz Exp $
+.\" $NetBSD: pbulk-build.1,v 1.4 2023/02/07 20:46:50 wiz Exp $
.\"
.\" Copyright (c) 2007 Thomas Klausner and Joerg Sonnenberger.
.\" All rights reserved.
@@ -136,7 +136,7 @@ The
.Ar build_script
gets the information in a number of variables provided on standard input.
The variables are provided in the format
-.Dl VARIABLE=value .
+.Dl VARIABLE=value
The following variables are provided as of February 2023:
.Bl -tag -width 20n
.It Dv PKGNAME
@@ -194,10 +194,19 @@ built against.
Example:
.Dl MULTI_VERSION= PYTHON_VERSION_REQD=311 LUA_VERSION_REQD=52
means to build against Python 3.11 and Lua 5.2.
+This variable is missing completely for packages that do not provide
+multi-package support.
.It Dv DEPENDS
.Dv PKGNAME Ap s
of the packages this package depends on (including their version number).
Example:
.Dl DEPENDS=digest-20220214 libtool-base-2.4.7nb1
.El
+These items correspond to the output of
+.Dl make pbulk-index-item
+run in the package directory with the additinal variables
+.Dv PKG_LOCATION
+and
+.Dv DEPENDS
+computed by the pbulk scan phase.
.\" XXX: .Sh EXIT STATUS
Home |
Main Index |
Thread Index |
Old Index