Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2005 19:31:28 -0500 (CDT)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/85274: [Maintainer update]  sysutils/x86info  1.12b -> 1.14
Message-ID:  <20050825003128.9BAAB1CE66@phoenix.smluc.org>
Resent-Message-ID: <200508250030.j7P0UDbF096743@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85274
>Category:       ports
>Synopsis:       [Maintainer update]  sysutils/x86info  1.12b -> 1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 25 00:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

ahhh, he wasn't updating freshmeat, heh...

>From the changelog, it looks like amd's 64b chips are now supported,
a fistful of intel fixes, and some code cleanup. I cannot test
opteron/athlon64, so I'm hoping amd64 works... (if someone could
test it, that'd be great).

>How-To-Repeat:
>Fix:

--- sysutils_x86info.patch begins here ---
Index: sysutils/x86info/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/x86info/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- sysutils/x86info/Makefile	16 May 2004 07:30:09 -0000	1.15
+++ sysutils/x86info/Makefile	25 Aug 2005 00:20:38 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	x86info
-PORTVERSION=	1.12b
+PORTVERSION=	1.14
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.codemonkey.org.uk/projects/x86info/ \
 		${MASTER_SITE_SOURCEFORGE}
@@ -16,7 +16,7 @@
 MAINTAINER=	erik@smluc.org
 COMMENT=	Utility to display information about the systems x86 processor(s)
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 PLIST_FILES=	bin/x86info
 USE_REINPLACE=	yes
 
Index: sysutils/x86info/distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/x86info/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- sysutils/x86info/distinfo	31 Mar 2004 03:11:35 -0000	1.9
+++ sysutils/x86info/distinfo	25 Aug 2005 00:20:38 -0000
@@ -1,2 +1,2 @@
-MD5 (x86info-1.12b.tgz) = 4f0ce10a00db5778b16a09f68f5f6767
-SIZE (x86info-1.12b.tgz) = 54200
+MD5 (x86info-1.14.tgz) = a819dcf9b5deff3dee383edffa81fbca
+SIZE (x86info-1.14.tgz) = 59072
Index: sysutils/x86info/files/patch-cpuid_UP.S
===================================================================
RCS file: /home/ncvs/ports/sysutils/x86info/files/patch-cpuid_UP.S,v
retrieving revision 1.2
diff -u -r1.2 patch-cpuid_UP.S
--- sysutils/x86info/files/patch-cpuid_UP.S	25 Aug 2003 01:29:34 -0000	1.2
+++ sysutils/x86info/files/patch-cpuid_UP.S	25 Aug 2005 00:20:38 -0000
@@ -1,13 +1,13 @@
---- cpuid_UP.S.orig	Tue Nov 26 20:20:07 2002
-+++ cpuid_UP.S	Sun Aug 24 16:12:12 2003
-@@ -1,25 +1,8 @@
+--- cpuid_UP.S.orig	Wed Aug 24 20:15:46 2005
++++ cpuid_UP.S	Wed Aug 24 20:16:16 2005
+@@ -1,24 +1,9 @@
  	.align 4
  	.text
  
 -#ifdef linux
 -
  .globl cpuid_UP
--	.type	cpuid_UP,@function
+ 	.type	cpuid_UP,@function
  cpuid_UP:
 -
 -#else /* BSD or WIN32 */
@@ -22,7 +22,6 @@
 -
 -_cpuid_UP:
 -#endif /* linux */
--
- 	pushl %ebp
- 	movl %esp,%ebp
- 	pushl %edi
+ 
+ #ifdef __x86_64__
+ /* x86_64 calling convention: Args passed in rdi, rsi, rdx, rcx, r8, r9;
--- sysutils_x86info.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050825003128.9BAAB1CE66>