dmhNw2Z77z18Sc for ; Wed, 07 Jan 2026 21:43:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id d823 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 07 Jan 2026 21:43:28 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexander Ziaee Subject: git: 5b4090e27da9 - main - sysutils/cpu-microcode-intel: Dont depend on cpu-microcode-rc List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b4090e27da928ace73ecdd06173e2e37c825af4 Auto-Submitted: auto-generated Date: Wed, 07 Jan 2026 21:43:28 +0000 Message-Id: <695ed380.d823.4d531537@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b4090e27da928ace73ecdd06173e2e37c825af4 commit 5b4090e27da928ace73ecdd06173e2e37c825af4 Author: Alexander Ziaee AuthorDate: 2026-01-07 21:43:02 +0000 Commit: Alexander Ziaee 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: <> /boot/loader.conf +cpu_microcode_load="YES" +cpu_microcode_name="/boot/firmware/intel-ucode.bin" +EOF EOM } ]