From fb9a4304c1d00a8f192c5e9d586438fb232b70c7 Mon Sep 17 00:00:00 2001 From: stas Date: Sun, 31 Aug 2008 19:22:05 +0000 Subject: - Add forgotten patch. - Bump portrevision. --- sysutils/x86info/Makefile | 1 + sysutils/x86info/files/patch-Intel_cachesize.c | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 sysutils/x86info/files/patch-Intel_cachesize.c (limited to 'sysutils') diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 0bfec4f052e9..7d2d33962f80 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -7,6 +7,7 @@ PORTNAME= x86info PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/ EXTRACT_SUFX= .tgz diff --git a/sysutils/x86info/files/patch-Intel_cachesize.c b/sysutils/x86info/files/patch-Intel_cachesize.c new file mode 100644 index 000000000000..c0230358db1a --- /dev/null +++ b/sysutils/x86info/files/patch-Intel_cachesize.c @@ -0,0 +1,10 @@ +--- Intel/cachesize.c.orig 2008-08-09 22:04:12.000000000 +0400 ++++ Intel/cachesize.c 2008-08-09 22:04:24.000000000 +0400 +@@ -147,6 +147,7 @@ + { + {0xf0, 64, "64 byte prefetching."}, + {0xf1, 64, "128 byte prefetching."}, ++ { 0, 0, NULL } + }; + + static unsigned char found_unknown=0; -- cgit