Date: Sat, 17 May 2025 01:47:19 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d93d6cccc90e - stable/14 - build.7: Document pkgbase PKG_FORMAT variable Message-ID: <202505170147.54H1lJUg034347@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=d93d6cccc90e4dc80c74e1b90a16358be62b0a8e commit d93d6cccc90e4dc80c74e1b90a16358be62b0a8e Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-05-12 20:54:14 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-05-17 01:43:19 +0000 build.7: Document pkgbase PKG_FORMAT variable MFC after: 3 days Reported by: emaste Reviewed by: emaste, mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D50318 (cherry picked from commit dd3d1a7694583362f5915ff5f1d9cdee64e2fe3e) --- share/man/man7/build.7 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index a1da9dce4bec..9a90a6dffafb 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -633,6 +633,20 @@ If set, this variable supplies a list of additional directories relative to the root of the source tree to build as part of the .Cm cross-tools target. +.It Va PKG_FORMAT +Specify a package compression format when building +.Pa src +into +.Cm packages . +Default: +.Ql tzst . +Consider using +.Ql tar +to disable compression. +Accepted options are documented in the +.Fl f +description of +.Xr pkg-create 8 . .It Va PORTS_MODULES A list of ports with kernel modules that should be built and installed as part of the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505170147.54H1lJUg034347>