git: 1a060e4f1ba9 - main - build.7: PORTS_MODULES incompatible with pkgbase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 May 2025 16:42:31 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=1a060e4f1ba9b9f9363e291aba2134b37b938fae
commit 1a060e4f1ba9b9f9363e291aba2134b37b938fae
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-21 16:40:29 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-21 16:40:29 +0000
build.7: PORTS_MODULES incompatible with pkgbase
Add a note until we can fix this.
Reviewed by: carlavilla, emaste, ivy
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D50355
---
share/man/man7/build.7 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index d66df90365e7..0aae2c42ac04 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -663,6 +663,10 @@ as part of the
and
.Cm installkernel
process.
+This is currently incompatible with building
+.Pa src
+into
+.Cm packages .
.Bd -literal -offset indent
make PORTS_MODULES=emulators/virtualbox-ose-kmod kernel
.Ed