From nobody@FreeBSD.org  Thu Nov 22 05:04:31 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id D775737B416
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Nov 2001 05:04:30 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id fAMD4UD62722;
	Thu, 22 Nov 2001 05:04:30 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200111221304.fAMD4UD62722@freefall.freebsd.org>
Date: Thu, 22 Nov 2001 05:04:30 -0800 (PST)
From: Erik Greenwald <erik@smluc.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: sysutils/x86info  update from 1.4 to 1.6
X-Send-Pr-Version: www-1.0

>Number:         32187
>Category:       ports
>Synopsis:       Update port: sysutils/x86info  update from 1.4 to 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 05:10:01 PST 2001
>Closed-Date:    Thu Nov 22 22:25:10 PST 2001
>Last-Modified:  Thu Nov 22 22:27:16 PST 2001
>Originator:     Erik Greenwald
>Release:        -current (also tested on 4.0)
>Organization:
>Environment:
>Description:
Utility to display information about the systems x86 processor(s)

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       sysutils/x86info
#       sysutils/x86info/files
#       sysutils/x86info/files/patch-Makefile
#       sysutils/x86info/Makefile
#       sysutils/x86info/distinfo
#       sysutils/x86info/pkg-comment
#       sysutils/x86info/pkg-descr
#       sysutils/x86info/pkg-plist
#
echo c - sysutils/x86info
mkdir -p sysutils/x86info > /dev/null 2>&1
echo c - sysutils/x86info/files
mkdir -p sysutils/x86info/files > /dev/null 2>&1
echo x - sysutils/x86info/files/patch-Makefile
sed 's/^X//' >sysutils/x86info/files/patch-Makefile << 'END-of-sysutils/x86info/files/patch-Makefile'
X--- Makefile.orig      Thu Nov 22 06:37:43 2001
X+++ Makefile   Fri Sep  7 15:07:32 2001
X@@ -30,10 +30,10 @@
X       eblcr.o
X 
X x86info: $(OBJS)
X-      gcc -o x86info $(OBJS)
X+      ${CC} -o x86info $(OBJS)
X 
X .c.o:
X-      gcc $(CFLAGS) -o $@ -c $<
X+      ${CC} $(CFLAGS) -o $@ -c $<
X 
X clean:
X       find . -name "*.o" -exec rm {} \;
END-of-sysutils/x86info/files/patch-Makefile
echo x - sysutils/x86info/Makefile
sed 's/^X//' >sysutils/x86info/Makefile << 'END-of-sysutils/x86info/Makefile'
X# New ports collection makefile for:   x86info
X# Date created:                        26 Aug 2001
X# Whom:                                Erik Greenwald <erik@smluc.org>
X#
X# $FreeBSD: ports/sysutils/x86info/Makefile,v 1.1 2001/10/14 18:13:22 ijliao Exp $
X#
X
XPORTNAME=      x86info
XPORTVERSION=   1.6
XCATEGORIES=    sysutils
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    erik@smluc.org
X
XONLY_FOR_ARCHS=        i386
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-sysutils/x86info/Makefile
echo x - sysutils/x86info/distinfo
sed 's/^X//' >sysutils/x86info/distinfo << 'END-of-sysutils/x86info/distinfo'
XMD5 (x86info-1.6.tgz) = 4e8e031e96b584b4decd80bf607f4757
END-of-sysutils/x86info/distinfo
echo x - sysutils/x86info/pkg-comment
sed 's/^X//' >sysutils/x86info/pkg-comment << 'END-of-sysutils/x86info/pkg-comment'
XUtility to display information about the systems x86 processor(s)
END-of-sysutils/x86info/pkg-comment
echo x - sysutils/x86info/pkg-descr
sed 's/^X//' >sysutils/x86info/pkg-descr << 'END-of-sysutils/x86info/pkg-descr'
XThe x86info utility displays information about each of the systems 80x86
Xprocessors. Cache info, flags, registers, msr's, and processor 
Xname/family/model are all displayed.
END-of-sysutils/x86info/pkg-descr
echo x - sysutils/x86info/pkg-plist
sed 's/^X//' >sysutils/x86info/pkg-plist << 'END-of-sysutils/x86info/pkg-plist'
Xbin/x86info
END-of-sysutils/x86info/pkg-plist
exit

>Release-Note:
>Audit-Trail:

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org, erik@smluc.org
Cc:  
Subject: Re: ports/32187: Update port: sysutils/x86info  update from 1.4 to 1.6
Date: Thu, 22 Nov 2001 22:29:42 -0600

 In order to update this port we need a diff not a shar unless this is a 
 new port.
 
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Thu Nov 22 22:25:10 PST 2001 
State-Changed-Why:  
Committed, Thanks! (Please remember to submit patches in diff format) 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32187 
>Unformatted:
