aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-09-01 03:22:05 +0800
committerstas <stas@FreeBSD.org>2008-09-01 03:22:05 +0800
commitfb9a4304c1d00a8f192c5e9d586438fb232b70c7 (patch)
tree45dc6c085a633c73855238f3e04da5034845ceaf /sysutils
parentf6bffb3d204efefa71a1394bdeda58ddb0f5d5dd (diff)
downloadfreebsd-ports-gnome-fb9a4304c1d00a8f192c5e9d586438fb232b70c7.tar.gz
freebsd-ports-gnome-fb9a4304c1d00a8f192c5e9d586438fb232b70c7.tar.zst
freebsd-ports-gnome-fb9a4304c1d00a8f192c5e9d586438fb232b70c7.zip
- Add forgotten patch.
- Bump portrevision.
Diffstat (limited to 'sysutils')
-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;