aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 19:16:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-15 19:16:15 +0000
commit22d983d48d8bb6bb65469552e96eb1bb24d97bdf (patch)
treebcf8baae54a4b6ab9d92dfa7ebdb8fb4df3c01fa /sysutils
parent35bc62854f54433769f98ab2606ae6e891b89d87 (diff)
downloadports-22d983d48d8bb6bb65469552e96eb1bb24d97bdf.tar.gz
ports-22d983d48d8bb6bb65469552e96eb1bb24d97bdf.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/x86info/Makefile2
-rw-r--r--sysutils/x86info/distinfo2
-rw-r--r--sysutils/x86info/files/patch-Intel_cachesize.c18
-rw-r--r--sysutils/x86info/files/patch-Makefile11
4 files changed, 13 insertions, 20 deletions
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 7388571f2794..91399cb8fda0 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= x86info
-PORTVERSION= 1.10
+PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= http://www.codemonkey.org.uk/x86info/ \
ftp://ftp.suse.com/pub/people/davej/x86info/ \
diff --git a/sysutils/x86info/distinfo b/sysutils/x86info/distinfo
index 60a85ce63a13..d2702aad92cd 100644
--- a/sysutils/x86info/distinfo
+++ b/sysutils/x86info/distinfo
@@ -1 +1 @@
-MD5 (x86info-1.10.tgz) = 7e9176094848dfaaebeaa07aca4cea69
+MD5 (x86info-1.11.tgz) = c383845a7cbaa9c9e9784b1469e19950
diff --git a/sysutils/x86info/files/patch-Intel_cachesize.c b/sysutils/x86info/files/patch-Intel_cachesize.c
deleted file mode 100644
index 48059956852b..000000000000
--- a/sysutils/x86info/files/patch-Intel_cachesize.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- Intel/cachesize.c.orig Tue Dec 18 13:43:49 2001
-+++ Intel/cachesize.c Tue Dec 18 13:45:27 2001
-@@ -2,6 +2,15 @@
- * $Id: cachesize.c,v 1.2 2001/12/10 21:48:37 davej Exp $
- */
-
-+#ifdef __FreeBSD__
-+# if __FreeBSD__==5
-+# include <stdint.h>
-+# else
-+# include <inttypes.h>
-+# include <sys/types.h>
-+# endif
-+#endif
-+
- #include "../x86info.h"
-
- void get_intel_cacheinfo (struct cpudata *c)
diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile
new file mode 100644
index 000000000000..61b3a4ad7900
--- /dev/null
+++ b/sysutils/x86info/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Thu Nov 14 13:42:46 2002
++++ Makefile Thu Nov 14 13:42:58 2002
+@@ -4,7 +4,7 @@
+ #CFLAGS += -mwin32 -DWIN32_LEAN_AND_MEAN
+ SHELL = /bin/sh
+
+-all: x86info test
++all: x86info
+
+ OBJS =\
+ AMD/identify.o\