git: 5f35cb47c684 - stable/14 - build.7: PORTS_MODULES incompatible with pkgbase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 18:22:57 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f35cb47c684493369100539c8ca35970bee4ffe
commit 5f35cb47c684493369100539c8ca35970bee4ffe
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-21 16:40:29 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-04 18:20:03 +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
(cherry picked from commit 1a060e4f1ba9b9f9363e291aba2134b37b938fae)
---
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 9a90a6dffafb..f180dc501f41 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -654,6 +654,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