pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags Update cpuflags to 0.95. Approved by t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/be0ee0ad78d1
branches: trunk
changeset: 501491:be0ee0ad78d1
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Oct 23 18:47:24 2005 +0000
description:
Update cpuflags to 0.95. Approved by the maintainer.
Change:
- Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email.
diffstat:
devel/cpuflags/Makefile | 4 ++--
devel/cpuflags/files/cpuflags.NetBSD | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r f31dae2c94f7 -r be0ee0ad78d1 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile Sun Oct 23 18:39:06 2005 +0000
+++ b/devel/cpuflags/Makefile Sun Oct 23 18:47:24 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2005/09/27 16:38:11 abs Exp $
+# $NetBSD: Makefile,v 1.98 2005/10/23 18:47:24 minskim Exp $
#
-DISTNAME= cpuflags-0.94
+DISTNAME= cpuflags-0.95
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r f31dae2c94f7 -r be0ee0ad78d1 devel/cpuflags/files/cpuflags.NetBSD
--- a/devel/cpuflags/files/cpuflags.NetBSD Sun Oct 23 18:39:06 2005 +0000
+++ b/devel/cpuflags/files/cpuflags.NetBSD Sun Oct 23 18:47:24 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.NetBSD,v 1.61 2005/07/22 12:13:12 abs Exp $
+# $NetBSD: cpuflags.NetBSD,v 1.62 2005/10/23 18:47:24 minskim Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
AWK=awk
@@ -69,6 +69,7 @@
*Intel\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
*Intel\ Mobile\ Pentium\ III\ *) FLAGS='-march=pentium3' ;;
*Intel\ Celeron\ \(Mendocino\)\ *) FLAGS='-march=pentium3 -mno-sse' ;;
+ *Intel\ Pentium\ M\ \(\Dothan\)\ *) FLAGS='-march=pentium4m' ;;
*Intel\ Pentium\ M\ *) FLAGS='-march=pentium3m' ;;
*Intel\ Mobile\ Pentium\ 4\ *) FLAGS='-march=pentium4m' ;;
*Intel\ Pentium\ 4\ *) FLAGS='-march=pentium4' ;;
Home |
Main Index |
Thread Index |
Old Index