Date: Fri, 9 Dec 2022 19:41:44 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8f8d9b9989cf - main - x11/nvidia-driver: Enable ACPI_PM by default Message-ID: <202212091941.2B9JfiLt027750@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f8d9b9989cf0d528c70b566032d69f8a2ff3c4c commit 8f8d9b9989cf0d528c70b566032d69f8a2ff3c4c Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2022-12-09 19:41:01 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-12-09 19:41:01 +0000 x11/nvidia-driver: Enable ACPI_PM by default It is needed to suspend/resume PR: 258710 Approved by: maintainer timeout --- x11/nvidia-driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 3140c72454db..0225c71a0268 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -105,7 +105,7 @@ SUB_PATCHES+= extra-patch-src-nv-misc.h OPTIONS_DEFINE= ACPI_PM LINUX WBINVD DOCS OPTIONS_DEFINE_i386= PAE -OPTIONS_DEFAULT= LINUX +OPTIONS_DEFAULT= ACPI_PM LINUX ACPI_PM_DESC= ACPI Power Management support LINUX_DESC= Linux compatibility support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212091941.2B9JfiLt027750>