Date: Wed, 26 Mar 2025 05:42:26 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8d75a78b4d21 - stable/14 - UPDATING: Show plural syntax for PORTS_MODULES Message-ID: <202503260542.52Q5gQZr030943@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=8d75a78b4d21e20b5eb659ef770e6dee56e36df4 commit 8d75a78b4d21e20b5eb659ef770e6dee56e36df4 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-03-23 04:40:34 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-03-26 05:40:42 +0000 UPDATING: Show plural syntax for PORTS_MODULES Show two examples in PORTS_MODULES to demonstrate space separation. This also shows off our working PRIME dual-gpu support. Switching to this doubled my laptop's battery life! MFC after: 3 days Reviewed by: mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48342 (cherry picked from commit dcef6ce862cd19b3496486469cc631bb1b71fcbf) --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index f35f4267117b..62d80d0c4c74 100644 --- a/UPDATING +++ b/UPDATING @@ -2032,7 +2032,7 @@ FOOTNOTES: happens automatically. If all your modules come from ports, then adding the port origin directories to PORTS_MODULES instead is also automatic and effective, eg: - PORTS_MODULES+=x11/nvidia-driver + PORTS_MODULES+=graphics/drm-kmod graphics/nvidia-drm-kmod [3] From the bootblocks, boot -s, and then do fsck -p
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503260542.52Q5gQZr030943>