summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-11-02 10:03:45 +0000
committerabs <abs@pkgsrc.org>2002-11-02 10:03:45 +0000
commitd60de2280cfab6ff51d8106d0e35cf075313cdfa (patch)
tree802fcbc7d4e2ebb2e497268cea05808d5a39e2ae
parentfed58d41651057368bc7a5a560d4682163a7a193 (diff)
downloadpkgsrc-d60de2280cfab6ff51d8106d0e35cf075313cdfa.tar.gz
Update cpuflags to 0.37
Recognise more alpha CPU variants - from Christopher SEKIYA
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/cpuflags.NetBSD10
-rw-r--r--doc/CHANGES3
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index eefab90a3b0..16a3c4bdc52 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2002/10/21 16:36:58 abs Exp $
+# $NetBSD: Makefile,v 1.37 2002/11/02 10:03:45 abs Exp $
#
-DISTNAME= cpuflags-0.36
+DISTNAME= cpuflags-0.37
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD
index 399270927e5..78e3e7c5026 100755
--- a/devel/cpuflags/files/cpuflags.NetBSD
+++ b/devel/cpuflags/files/cpuflags.NetBSD
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.30 2002/10/21 16:36:59 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.31 2002/11/02 10:03:46 abs Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -22,10 +22,10 @@ case $hw_machine_arch in
alpha)
# cpu0 at mainbus0: ID 0 (primary), 21164A-0 (unknown ...
case "`egrep '^cpu0 ' /var/run/dmesg.boot`" in
- *[\(\ ]2106[46][-\ ]*) FLAGS="-mcpu=21064" ;;
- *[\(\ ]21164[-\ ]*) FLAGS="-mcpu=21164" ;;
- *[\(\ ]21164A[-\ ]*) FLAGS="-mcpu=21164a" ;;
- *[\(\ ]21264B[-\ ]*) FLAGS="-mcpu=21264" ;;
+ *[\(\ ]2106[46][-\ \)]*) FLAGS="-mcpu=21064" ;;
+ *[\(\ ]21164[-\ \)]*) FLAGS="-mcpu=21164" ;;
+ *[\(\ ]21164A[-\ \)]*) FLAGS="-mcpu=21164a" ;;
+ *[\(\ ]21264B[-\ \)]*) FLAGS="-mcpu=21264" ;;
esac
;;
diff --git a/doc/CHANGES b/doc/CHANGES
index 1c9287c409c..daa97ef3c74 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.442 2002/11/02 05:47:15 rh Exp $
+$NetBSD: CHANGES,v 1.443 2002/11/02 10:04:24 abs Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3507,3 +3507,4 @@ Changes to the packages collection and infrastructure in 2002:
Added bug-buddy-2.2.0 [rh 2002-11-02]
Added eog-1.0.3 as eog2 [rh 2002-11-02]
Added gal2-0.0.7 [rh 2002-11-02]
+ Updated cpuflags to 0.37 [abs 2002-11-02]