Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 14:15:52 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7fbc0c98a8ef - main - build(7): use a more relevant example for PORTS_MODULES
Message-ID:  <202105151415.14FEFqb8057748@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=7fbc0c98a8efaef86d72759372ec7746d929302e

commit 7fbc0c98a8efaef86d72759372ec7746d929302e
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2021-05-15 14:14:52 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2021-05-15 14:15:25 +0000

    build(7): use a more relevant example for PORTS_MODULES
    
    emulators/kqemu-kmod no longer exists in the ports tree.
    
    Reviewed by:    imp, bcr
    Differential Revision:  https://reviews.freebsd.org/D30261
---
 share/man/man7/build.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 9591b0365307..62c24eaed0dc 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 28, 2021
+.Dd May 15, 2021
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -602,7 +602,7 @@ and
 .Cm installkernel
 process.
 .Bd -literal -offset indent
-make PORTS_MODULES=emulators/kqemu-kmod kernel
+make PORTS_MODULES=emulators/virtualbox-ose-kmod kernel
 .Ed
 .It Va SRCCONF
 Specify a file to override the default



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105151415.14FEFqb8057748>