pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/intel-microcode-netbsd
Module Name: pkgsrc
Committed By: gdt
Date: Thu May 14 13:24:06 UTC 2026
Modified Files:
pkgsrc/sysutils/intel-microcode-netbsd: MESSAGE Makefile
Log Message:
sysutils/intel-microcode-netbsd: Tidy slightly
- Explain use of ONLY_FOR: reliance on NetBSD's cpuctl(8)
- Drop reminder about rc.d from MESSAGE as not within the documented
reasons for MESSAGE (and not special).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE
cvs rdiff -u -r1.72 -r1.73 pkgsrc/sysutils/intel-microcode-netbsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE
diff -u pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE:1.4 pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE:1.5
--- pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE:1.4 Sat Jun 4 01:12:57 2022
+++ pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE Thu May 14 13:24:06 2026
@@ -1,11 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2022/06/04 01:12:57 gutteridge Exp $
+$NetBSD: MESSAGE,v 1.5 2026/05/14 13:24:06 gdt Exp $
To use ${PKGNAME} to update your system's microcode,
be sure that sysctl hw.firmware.path includes your pkgsrc prefix.
-A sample rc.d file to apply updates during the boot process is found at:
-${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
-You will likely want to add this to your system's rc.d configuration.
-
===========================================================================
Index: pkgsrc/sysutils/intel-microcode-netbsd/Makefile
diff -u pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.72 pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.73
--- pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.72 Thu May 14 01:51:57 2026
+++ pkgsrc/sysutils/intel-microcode-netbsd/Makefile Thu May 14 13:24:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2026/05/14 01:51:57 msaitoh Exp $
+# $NetBSD: Makefile,v 1.73 2026/05/14 13:24:06 gdt Exp $
VERSION= 20260512
DISTNAME= microcode-${VERSION}
@@ -13,6 +13,7 @@ HOMEPAGE= https://github.com/intel/Intel
COMMENT= Firmware updates for Intel x86 processors
LICENSE= intel-microcode-license
+# Use of this package relies on NetBSD's cpuctl(8).
ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64
WRKSRC= ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index