From owner-freebsd-ports Thu Nov 22 5:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAED537B419 for ; Thu, 22 Nov 2001 05:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAMDA1o67028; Thu, 22 Nov 2001 05:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D775737B416 for ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32187: Update port: sysutils/x86info update from 1.4 to 1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 22 05:10:01 PST 2001 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message