git: 11129e433794 - stable/12 - build(7): use a more relevant example for PORTS_MODULES

Mitchell Horne mhorne at FreeBSD.org
Thu May 27 13:45:45 UTC 2021


The branch stable/12 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=11129e433794a0deed28c6d2fb012ccadd81da0c

commit 11129e433794a0deed28c6d2fb012ccadd81da0c
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-05-15 14:14:52 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-05-27 13:44:58 +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
    
    (cherry picked from commit 7fbc0c98a8efaef86d72759372ec7746d929302e)
---
 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 8a698611ebd4..8537f191571e 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 3, 2020
+.Dd May 15, 2021
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -580,7 +580,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


More information about the dev-commits-src-branches mailing list