summaryrefslogtreecommitdiffstats
path: root/sysutils/x86info/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-15 19:16:15 +0000
committerijliao <ijliao@FreeBSD.org>2002-11-15 19:16:15 +0000
commitda1479d397f9a917473a9299b925eeed1783781c (patch)
tree3890f23b7ecca75009aa9bd91302cada522835f9 /sysutils/x86info/files
parentad8eb5e7df6bd4bbfb9899071021bada01c14120 (diff)
downloadFreeBSD-ports-da1479d397f9a917473a9299b925eeed1783781c.zip
FreeBSD-ports-da1479d397f9a917473a9299b925eeed1783781c.tar.gz
upgrade to 1.11
PR: 45313 Submitted by: maintainer
Diffstat (limited to 'sysutils/x86info/files')
-rw-r--r--sysutils/x86info/files/patch-Intel_cachesize.c18
-rw-r--r--sysutils/x86info/files/patch-Makefile11
2 files changed, 11 insertions, 18 deletions
diff --git a/sysutils/x86info/files/patch-Intel_cachesize.c b/sysutils/x86info/files/patch-Intel_cachesize.c
deleted file mode 100644
index 4805995..0000000
--- 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 0000000..61b3a4a
--- /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\
OpenPOWER on IntegriCloud