Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2005 20:11:16 -0600 (CST)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/89618: [Maintainer Update]  sysutils/x86info  1.16 -> 1.17
Message-ID:  <20051127021116.0E9031CE55@phoenix.smluc.org>
Resent-Message-ID: <200511270210.jAR2A51S005924@freefall.freebsd.org>

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

>Number:         89618
>Category:       ports
>Synopsis:       [Maintainer Update]  sysutils/x86info  1.16 -> 1.17
>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:   Sun Nov 27 02:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.0-STABLE FreeBSD 6.0-STABLE #2: Fri Nov 4 19:18:58 EST 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

version bump, blah blah blah

no pkg-plist change

>How-To-Repeat:
>Fix:

--- sysutils_x86info.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/x86info/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	5 Oct 2005 14:40:25 -0000	1.18
+++ Makefile	27 Nov 2005 02:05:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	x86info
-PORTVERSION=	1.16
+PORTVERSION=	1.17
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.codemonkey.org.uk/projects/x86info/ \
 		${MASTER_SITE_SOURCEFORGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/x86info/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	5 Oct 2005 14:40:25 -0000	1.11
+++ distinfo	27 Nov 2005 02:05:09 -0000
@@ -1,2 +1,3 @@
-MD5 (x86info-1.16.tgz) = 57cfb84b006f0f5634ee8bd458330328
-SIZE (x86info-1.16.tgz) = 51410
+MD5 (x86info-1.17.tgz) = bef27fba7b0c3a9aeda63372a670f3a9
+SHA256 (x86info-1.17.tgz) = c9f7a0183af65b8e7777757a9abe593caed7c4696d4af7421871243785aadeff
+SIZE (x86info-1.17.tgz) = 51625
Index: files/patch-cpuid.c
===================================================================
RCS file: files/patch-cpuid.c
diff -N files/patch-cpuid.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-cpuid.c	27 Nov 2005 02:05:09 -0000
@@ -0,0 +1,11 @@
+--- cpuid.c.orig	Sat Nov 26 20:51:01 2005
++++ cpuid.c	Sat Nov 26 20:51:24 2005
+@@ -40,7 +40,7 @@
+ 	snprintf (cpuname,18, "/dev/cpu/%d/cpuid", CPU_number);
+ 	fh = open (cpuname, O_RDONLY);
+ 	if (fh != -1) {
+-		lseek64 (fh, (off64_t)idx, SEEK_CUR);
++		lseek (fh, (off_t)idx, SEEK_CUR);
+ 		read (fh, &buffer[0], 16);
+ 		if (eax!=0)	*eax = (*(unsigned *)(buffer   ));
+ 		if (ebx!=0)	*ebx = (*(unsigned *)(buffer+ 4));
Index: files/patch-mptable.c
===================================================================
RCS file: files/patch-mptable.c
diff -N files/patch-mptable.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-mptable.c	27 Nov 2005 02:05:09 -0000
@@ -0,0 +1,11 @@
+--- mptable.c.orig	Tue Oct  4 19:15:02 2005
++++ mptable.c	Tue Oct  4 19:15:09 2005
+@@ -39,8 +39,6 @@
+ #include "mptable.h"
+ #include "x86info.h"
+ 
+-typedef unsigned long vm_offset_t;
+-
+ /* EBDA is @ 40:0e in real-mode terms */
+ #define EBDA_POINTER			0x040e		  /* location of EBDA pointer */
+ 
--- 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?20051127021116.0E9031CE55>