Index: head/sysutils/x86info/Makefile =================================================================== --- head/sysutils/x86info/Makefile (revision 70191) +++ head/sysutils/x86info/Makefile (revision 70192) @@ -1,24 +1,24 @@ # New ports collection makefile for: x86info # Date created: 26 Aug 2001 # Whom: Erik Greenwald # # $FreeBSD$ # 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/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org ONLY_FOR_ARCHS= i386 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin .include Property changes on: head/sysutils/x86info/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/x86info/distinfo =================================================================== --- head/sysutils/x86info/distinfo (revision 70191) +++ head/sysutils/x86info/distinfo (revision 70192) @@ -1 +1 @@ -MD5 (x86info-1.10.tgz) = 7e9176094848dfaaebeaa07aca4cea69 +MD5 (x86info-1.11.tgz) = c383845a7cbaa9c9e9784b1469e19950 Property changes on: head/sysutils/x86info/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/x86info/files/patch-Intel_cachesize.c =================================================================== --- head/sysutils/x86info/files/patch-Intel_cachesize.c (revision 70191) +++ head/sysutils/x86info/files/patch-Intel_cachesize.c (nonexistent) @@ -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 -+# else -+# include -+# include -+# endif -+#endif -+ - #include "../x86info.h" - - void get_intel_cacheinfo (struct cpudata *c) Property changes on: head/sysutils/x86info/files/patch-Intel_cachesize.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/x86info/files/patch-Makefile =================================================================== --- head/sysutils/x86info/files/patch-Makefile (nonexistent) +++ head/sysutils/x86info/files/patch-Makefile (revision 70192) @@ -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\ Property changes on: head/sysutils/x86info/files/patch-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.6 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property