pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cpuflags Updated devel/cpuflags to 1.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da378d3a43de
branches:  trunk
changeset: 551586:da378d3a43de
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Dec 18 01:01:33 2008 +0000

description:
Updated devel/cpuflags to 1.26

Ensure we use `` on Solaris - PR 40176

diffstat:

 devel/cpuflags/Makefile         |  4 ++--
 devel/cpuflags/files/subr_SunOS |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 4e758f9f8108 -r da378d3a43de devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Thu Dec 18 01:00:43 2008 +0000
+++ b/devel/cpuflags/Makefile   Thu Dec 18 01:01:33 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2008/12/18 00:57:12 abs Exp $
+# $NetBSD: Makefile,v 1.132 2008/12/18 01:01:33 abs Exp $
 
-DISTNAME=      cpuflags-1.25
+DISTNAME=      cpuflags-1.26
 CATEGORIES=    devel sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 4e758f9f8108 -r da378d3a43de devel/cpuflags/files/subr_SunOS
--- a/devel/cpuflags/files/subr_SunOS   Thu Dec 18 01:00:43 2008 +0000
+++ b/devel/cpuflags/files/subr_SunOS   Thu Dec 18 01:01:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_SunOS,v 1.2 2008/12/10 23:27:17 abs Exp $
+# $NetBSD: subr_SunOS,v 1.3 2008/12/18 01:01:33 abs Exp $
 
 AWK=nawk
 SED=sed
@@ -27,7 +27,7 @@
        sun4u )                 ARCH='-mcpu=v9' ;;
        i86pc )
            include subr_x86    # this provides map_x86_brand_string()
-           ARCH=$(map_x86_brand_string "$cpu_brand")
+           ARCH=`map_x86_brand_string "$cpu_brand"`
            if [ -z "$ARCH" ] ; then
                case "$hw_psrinfo" in
                    *)



Home | Main Index | Thread Index | Old Index