aboutsummaryrefslogtreecommitdiff
path: root/sysutils/x86info
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-08-31 19:22:05 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-08-31 19:22:05 +0000
commit82e5a7ecc1d5e352b6610ce418517a094efa15bb (patch)
tree23c25ba0ac2dcab34a6ca2e053c171375798380c /sysutils/x86info
parent7cdf2551f27be8f73c14c201481e5542ab973ade (diff)
downloadports-82e5a7ecc1d5e352b6610ce418517a094efa15bb.tar.gz
ports-82e5a7ecc1d5e352b6610ce418517a094efa15bb.zip
- Add forgotten patch.
- Bump portrevision.
Notes
Notes: svn path=/head/; revision=219536
Diffstat (limited to 'sysutils/x86info')
-rw-r--r--sysutils/x86info/Makefile1
-rw-r--r--sysutils/x86info/files/patch-Intel_cachesize.c10
2 files changed, 11 insertions, 0 deletions
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;