pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc update cpuflags to 0.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faba6023fdf9
branches:  trunk
changeset: 489220:faba6023fdf9
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 18 17:20:38 2005 +0000

description:
update cpuflags to 0.82
firefox-gtk2 has severe issues (radio buttons on the download preferences
are missing, and extensions break) if compiled with -ffast-math. Oh my
aching head.

diffstat:

 devel/cpuflags/Makefile              |  4 ++--
 devel/cpuflags/files/optimize_gcc.mk |  8 ++++++--
 doc/CHANGES                          |  4 +++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r b33d12f7824b -r faba6023fdf9 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Fri Feb 18 17:05:27 2005 +0000
+++ b/devel/cpuflags/Makefile   Fri Feb 18 17:20:38 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2005/01/29 14:58:39 abs Exp $
+# $NetBSD: Makefile,v 1.85 2005/02/18 17:20:38 abs Exp $
 #
 
-DISTNAME=      cpuflags-0.81
+DISTNAME=      cpuflags-0.82
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r b33d12f7824b -r faba6023fdf9 devel/cpuflags/files/optimize_gcc.mk
--- a/devel/cpuflags/files/optimize_gcc.mk      Fri Feb 18 17:05:27 2005 +0000
+++ b/devel/cpuflags/files/optimize_gcc.mk      Fri Feb 18 17:20:38 2005 +0000
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.18 2005/01/29 14:58:40 abs Exp $
+# $Id: optimize_gcc.mk,v 1.19 2005/02/18 17:20:38 abs Exp $
 
 # This file is 'experimental' - which is doublespeak for unspeakably
 # ugly, and probably quite broken by design.
@@ -33,7 +33,7 @@
 PKG_EXCLUDE_OMIT_FRAME_POINTER+=lua lua4 mozilla mozilla-gtk2
 PKG_EXCLUDE_OMIT_FRAME_POINTER+=thunderbird thunderbird-gtk2
 PKG_EXCLUDE_INLINE_FUNCTIONS+=qemu userppp
-PKG_EXCLUDE_INLINE_FUNCTIONS+=firefox firefox-gtk2 # v1.0, NetBSD i386/2.0
+PKG_EXCLUDE_FAST_MATH+=firefox firefox-gtk2 # v1.0, NetBSD i386/2.0
 .if !defined(USE_GCC3)
 PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
 .endif
@@ -46,6 +46,10 @@
 COPT_FLAGS:=    ${COPT_FLAGS:S/-finline-functions//}
 .endif
 
+.if !empty(PKG_EXCLUDE_FAST_MATH:M${PKGBASE})
+COPT_FLAGS:=    ${COPT_FLAGS:S/-ffast-math//}
+.endif
+
 CFLAGS+=${COPT_FLAGS}
 CXXFLAGS+=${COPT_FLAGS}
 MAKE_FLAGS+=CCOPTIONS="${COPT_FLAGS}"  # Override CCOPTIONS for imake
diff -r b33d12f7824b -r faba6023fdf9 doc/CHANGES
--- a/doc/CHANGES       Fri Feb 18 17:05:27 2005 +0000
+++ b/doc/CHANGES       Fri Feb 18 17:20:38 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9188 2005/02/18 17:05:27 adrianp Exp $
+$NetBSD: CHANGES,v 1.9189 2005/02/18 17:21:35 abs Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -930,3 +930,5 @@
        Updated docbook to 4.4 [wiz 2005-02-18]
        Updated dsssl-docbook-modular to 1.79 [wiz 2005-02-18]
        Updated freeradius to 1.0.2 [adrianp 2005-02-18]
+       Updated cpuflags to 0.82 [abs 2005-02-18]
+



Home | Main Index | Thread Index | Old Index