Date: Wed, 21 May 2025 16:42:31 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1a060e4f1ba9 - main - build.7: PORTS_MODULES incompatible with pkgbase Message-ID: <202505211642.54LGgVKp060341@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505211642.54LGgVKp060341>