diff options
author | jklos <jklos@pkgsrc.org> | 2017-11-23 08:42:49 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2017-11-23 08:42:49 +0000 |
commit | c87c0a94dacfd930e9bc9c355bb144b710f6d463 (patch) | |
tree | 78a33c871be1d2c47d29725e66275e0380d4f673 /sysutils | |
parent | 02f86c4f0ab5b0be1c1dcd72105255c974524d12 (diff) | |
download | pkgsrc-c87c0a94dacfd930e9bc9c355bb144b710f6d463.tar.gz |
Updated HOMEPAGE to reflect the newest Intel microcode web page and added
MESSAGE instructing how to make the package work properly.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/intel-microcode-netbsd/MESSAGE | 8 | ||||
-rw-r--r-- | sysutils/intel-microcode-netbsd/Makefile | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/intel-microcode-netbsd/MESSAGE b/sysutils/intel-microcode-netbsd/MESSAGE new file mode 100644 index 00000000000..cc12eb02384 --- /dev/null +++ b/sysutils/intel-microcode-netbsd/MESSAGE @@ -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/ + +=========================================================================== diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index 9727d357f26..f3b1531b66d 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -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.intel.com/27337/eng/ EXTRACT_SUFX= .tgz MAINTAINER= drochner@NetBSD.org -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) |