summaryrefslogtreecommitdiff
path: root/devel/cpuflags
diff options
context:
space:
mode:
authorabs <abs>2002-09-04 14:56:13 +0000
committerabs <abs>2002-09-04 14:56:13 +0000
commit0644d95f4f077011f44918e906b47cd3ffd51f5a (patch)
tree9665e1072c665298f99de4aaf4a36c6052627294 /devel/cpuflags
parent37fa729f2a6d96dd293d268c4c7e9630ab7c6fe7 (diff)
downloadpkgsrc-0644d95f4f077011f44918e906b47cd3ffd51f5a.tar.gz
Updated cpuflags to 0.32 (the 'no more chocolate for you' release)
Handle AXPpci33, from Bert Kiers
Diffstat (limited to 'devel/cpuflags')
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/cpuflags.NetBSD6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 7e9da97772d..a893d7eda2d 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2002/08/05 13:17:11 abs Exp $
+# $NetBSD: Makefile,v 1.32 2002/09/04 14:56:13 abs Exp $
#
-DISTNAME= cpuflags-0.31
+DISTNAME= cpuflags-0.32
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD
index 02de6211703..ada1c19e9ab 100755
--- a/devel/cpuflags/files/cpuflags.NetBSD
+++ b/devel/cpuflags/files/cpuflags.NetBSD
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.25 2002/07/30 22:05:14 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.26 2002/09/04 14:56:14 abs Exp $
if [ -x /sbin/sysctl ] ;then
SYSCTL=/sbin/sysctl
@@ -22,8 +22,8 @@ case $hw_machine_arch in
alpha)
# cpu0 at mainbus0: ID 0 (primary), 21164A-0 (unknown ...
case "`egrep '^cpu0 ' /var/run/dmesg.boot`" in
- *\ 21164A[-\ ]*) FLAGS="-mcpu=21164a" ;;
- *\ 2106[46][-\ ]*) FLAGS="-mcpu=21064" ;;
+ *[\(\ ]21164A[-\ ]*) FLAGS="-mcpu=21164a" ;;
+ *[\(\ ]2106[46][-\ ]*) FLAGS="-mcpu=21064" ;;
esac
;;