diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-16 03:16:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-16 03:16:15 +0800 |
commit | da1479d397f9a917473a9299b925eeed1783781c (patch) | |
tree | 3890f23b7ecca75009aa9bd91302cada522835f9 /sysutils | |
parent | ad8eb5e7df6bd4bbfb9899071021bada01c14120 (diff) | |
download | freebsd-ports-gnome-da1479d397f9a917473a9299b925eeed1783781c.tar.gz freebsd-ports-gnome-da1479d397f9a917473a9299b925eeed1783781c.tar.zst freebsd-ports-gnome-da1479d397f9a917473a9299b925eeed1783781c.zip |
upgrade to 1.11
PR: 45313
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/x86info/Makefile | 2 | ||||
-rw-r--r-- | sysutils/x86info/distinfo | 2 | ||||
-rw-r--r-- | sysutils/x86info/files/patch-Intel_cachesize.c | 18 | ||||
-rw-r--r-- | sysutils/x86info/files/patch-Makefile | 11 |
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\ |