pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update cpuflags to 0.76:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dfd952bc05f
branches:  trunk
changeset: 480985:8dfd952bc05f
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Sep 23 11:41:10 2004 +0000

description:
Update cpuflags to 0.76:
    Add 'Intel(R) Pentium(R) M processor' under Linux, plus make each
    version report the OS in the event of an unrecognised CPU.

diffstat:

 devel/cpuflags/Makefile              |  4 ++--
 devel/cpuflags/files/cpuflags.Linux  |  4 +++-
 devel/cpuflags/files/cpuflags.NetBSD |  3 ++-
 devel/cpuflags/files/cpuflags.SunOS  |  3 ++-
 doc/CHANGES                          |  3 ++-
 5 files changed, 11 insertions(+), 6 deletions(-)

diffs (90 lines):

diff -r f2cf668c87ea -r 8dfd952bc05f devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Thu Sep 23 11:36:16 2004 +0000
+++ b/devel/cpuflags/Makefile   Thu Sep 23 11:41:10 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2004/08/04 11:39:43 abs Exp $
+# $NetBSD: Makefile,v 1.79 2004/09/23 11:41:10 abs Exp $
 #
 
-DISTNAME=      cpuflags-0.75
+DISTNAME=      cpuflags-0.76
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r f2cf668c87ea -r 8dfd952bc05f devel/cpuflags/files/cpuflags.Linux
--- a/devel/cpuflags/files/cpuflags.Linux       Thu Sep 23 11:36:16 2004 +0000
+++ b/devel/cpuflags/files/cpuflags.Linux       Thu Sep 23 11:41:10 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: cpuflags.Linux,v 1.8 2004/08/04 11:39:44 abs Exp $
+# $NetBSD: cpuflags.Linux,v 1.9 2004/09/23 11:41:10 abs Exp $
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
 
 if [ "$1" = -v ] ; then
@@ -14,6 +14,7 @@
 
 display_hw_details()
     {
+    echo "  OS              : '$(uname)'"
     echo "  proc model      : '$hw_model'"
     echo "  machine_arch    : '$hw_machine_arch'"
     echo "  proc flags      : '$hw_flags'"
@@ -37,6 +38,7 @@
        "AMD Duron(TM)")                FLAGS='-march=athlon'           ;;
        "AMD Athlon(tm) XP "*)          FLAGS='-march=athlon-xp'        ;;
        "Celeron (Coppermine)")         FLAGS='-march=pentium3'         ;;
+       "Intel(R) Pentium(R) M processor"*) FLAGS='-march=pentium3m'    ;;
        "Intel(R) Celeron(R) CPU "*)
            case "$hw_flags" in
                *" sse2 "*)
diff -r f2cf668c87ea -r 8dfd952bc05f devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD      Thu Sep 23 11:36:16 2004 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD      Thu Sep 23 11:41:10 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.54 2004/08/04 11:39:44 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.55 2004/09/23 11:41:10 abs Exp $
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
 
 if [ "$1" = -v ] ; then
@@ -14,6 +14,7 @@
 
 display_hw_details()
     {
+    echo "  OS              : '$(uname)'"
     echo "  hw.model        : '$hw_model'"
     echo "  hw.machine      : '$hw_machine'"
     echo "  hw.machine_arch : '$hw_machine_arch'"
diff -r f2cf668c87ea -r 8dfd952bc05f devel/cpuflags/files/cpuflags.SunOS
--- a/devel/cpuflags/files/cpuflags.SunOS       Thu Sep 23 11:36:16 2004 +0000
+++ b/devel/cpuflags/files/cpuflags.SunOS       Thu Sep 23 11:41:10 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: cpuflags.SunOS,v 1.3 2004/08/04 11:39:44 abs Exp $
+# $NetBSD: cpuflags.SunOS,v 1.4 2004/09/23 11:41:10 abs Exp $
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
 
 if [ "$1" = -v ] ; then
@@ -14,6 +14,7 @@
 
 display_hw_details()
     {
+    echo "  OS              : '`uname`'"
     echo "  arch            : '$hw_arch'"
     }
 
diff -r f2cf668c87ea -r 8dfd952bc05f doc/CHANGES
--- a/doc/CHANGES       Thu Sep 23 11:36:16 2004 +0000
+++ b/doc/CHANGES       Thu Sep 23 11:41:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7216 2004/09/23 11:38:04 abs Exp $
+$NetBSD: CHANGES,v 1.7217 2004/09/23 11:41:40 abs Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4394,4 +4394,5 @@
        Updated popa3d to 0.6.4.1nb1 [cube 2004-09-23]
        Updated dcraw to 1.205 [seb 2004-09-23]
        Updated rconfig to 0.37 [abs 2004-09-23]
+       Updated cpuflags to 0.76 [abs 2004-09-23]
 



Home | Main Index | Thread Index | Old Index