pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags Update to cpuflags 0.83 - match all VIA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/657f9309bec3
branches: trunk
changeset: 491155:657f9309bec3
user: abs <abs%pkgsrc.org@localhost>
date: Tue Mar 22 08:17:26 2005 +0000
description:
Update to cpuflags 0.83 - match all VIA C3 CPUs
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/cpuflags.NetBSD | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r f31e2ccad41d -r 657f9309bec3 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Tue Mar 22 07:37:05 2005 +0000
+++ b/devel/cpuflags/Makefile Tue Mar 22 08:17:26 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2005/02/18 17:20:38 abs Exp $
+# $NetBSD: Makefile,v 1.86 2005/03/22 08:17:26 abs Exp $
#
-DISTNAME= cpuflags-0.82
+DISTNAME= cpuflags-0.83
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r f31e2ccad41d -r 657f9309bec3 devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD Tue Mar 22 07:37:05 2005 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD Tue Mar 22 08:17:26 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.58 2004/12/22 15:12:18 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.59 2005/03/22 08:17:26 abs Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
AWK=awk
@@ -72,7 +72,7 @@
*Intel\ Pentium\ M\ *) FLAGS='-march=pentium3m' ;;
*Intel\ Mobile\ Pentium\ 4\ *) FLAGS='-march=pentium4m' ;;
*Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;;
- *VIA\ C3*\ Samuel*) FLAGS='-march=c3' ;;
+ *VIA\ C3*\ *) FLAGS='-march=c3' ;;
*AMD\ K6-III*) FLAGS='-march=k6-3' ;;
*AMD\ K6-2*) FLAGS='-march=k6-2' ;;
*AMD\ K6*) FLAGS='-march=k6' ;;
Home |
Main Index |
Thread Index |
Old Index