Date: Wed, 07 Jan 2026 21:43:28 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b4090e27da9 - main - sysutils/cpu-microcode-intel: Dont depend on cpu-microcode-rc Message-ID: <695ed380.d823.4d531537@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b4090e27da928ace73ecdd06173e2e37c825af4 commit 5b4090e27da928ace73ecdd06173e2e37c825af4 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2026-01-07 21:43:02 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-01-07 21:43:21 +0000 sysutils/cpu-microcode-intel: Dont depend on cpu-microcode-rc All Intel systems running 15.0 or 14.3 support loading at boot time without cpu-microcode-rc, therefore, do not depend on it by default. Update the package message with the current up-to-date instructions. Approved by: jrm (maintainer) Differential Revision: https://reviews.freebsd.org/D54515 --- sysutils/cpu-microcode-intel/Makefile | 3 ++- sysutils/cpu-microcode-intel/pkg-message | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sysutils/cpu-microcode-intel/Makefile b/sysutils/cpu-microcode-intel/Makefile index 929c3f43e568..1f0dcc5ebba0 100644 --- a/sysutils/cpu-microcode-intel/Makefile +++ b/sysutils/cpu-microcode-intel/Makefile @@ -1,6 +1,7 @@ PORTNAME= microcode DISTVERSIONPREFIX= microcode- DISTVERSION= 20251111 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= cpu- PKGNAMESUFFIX= -intel @@ -32,7 +33,7 @@ NO_ARCH= yes NO_WRKSUBDIR= yes OPTIONS_DEFINE= RC SPLIT -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +OPTIONS_DEFAULT= SPLIT OPTIONS_SUB= yes RC_DESC= Depend on RC script port (automatic update method two) diff --git a/sysutils/cpu-microcode-intel/pkg-message b/sysutils/cpu-microcode-intel/pkg-message index cb644c546b28..605b222dd1c2 100644 --- a/sysutils/cpu-microcode-intel/pkg-message +++ b/sysutils/cpu-microcode-intel/pkg-message @@ -1,8 +1,11 @@ [ { type: install message: <<EOM -Refer to the cpu-microcode-rc installation notes to enable Intel -microcode updates. +To enable microcode updates at boot time: +cat << EOF >> /boot/loader.conf +cpu_microcode_load="YES" +cpu_microcode_name="/boot/firmware/intel-ucode.bin" +EOF EOM } ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ed380.d823.4d531537>
