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:   jklos
Date:           Thu Nov 23 08:42:49 UTC 2017

Modified Files:
        pkgsrc/sysutils/intel-microcode-netbsd: Makefile
Added Files:
        pkgsrc/sysutils/intel-microcode-netbsd: MESSAGE

Log Message:
Updated HOMEPAGE to reflect the newest Intel microcode web page and added
MESSAGE instructing how to make the package work properly.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE
cvs rdiff -u -r1.15 -r1.16 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/Makefile
diff -u pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.15 pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.16
--- pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.15        Mon Nov 20 03:41:09 2017
+++ pkgsrc/sysutils/intel-microcode-netbsd/Makefile     Thu Nov 23 08:42:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/11/20 03:41:09 msaitoh Exp $
+# $NetBSD: Makefile,v 1.16 2017/11/23 08:42:49 jklos Exp $
 #
 
 DISTNAME=      microcode-20171117
@@ -8,7 +8,7 @@ MASTER_SITES=   https://downloadmirror.int
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    drochner%NetBSD.org@localhost
-HOMEPAGE=      https://downloadcenter.intel.com/download/26925/Linux-Processor-Microcode-Data-File
+HOMEPAGE=      https://downloadcenter.intel.com/download/27337/Linux-Processor-Microcode-Data-File
 COMMENT=       Firmware updates for Intel x86 processors
 #LICENSE=      # TODO: (see mk/license.mk)
 

Added files:

Index: pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE
diff -u /dev/null pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE:1.1
--- /dev/null   Thu Nov 23 08:42:49 2017
+++ pkgsrc/sysutils/intel-microcode-netbsd/MESSAGE      Thu Nov 23 08:42:49 2017
@@ -0,0 +1,8 @@
+===========================================================================
+
+To use ${PKGNAME} to update your system's microcode,
+you'll need to create a symlink so that cpuctl will find the firmware files:
+
+ln -s ${PREFIX}/libdata/firmware/cpu_x86_intel1 /libdata/firmware/
+
+===========================================================================



Home | Main Index | Thread Index | Old Index