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.81:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0e37c163411
branches:  trunk
changeset: 488384:c0e37c163411
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jan 29 14:58:39 2005 +0000

description:
Update cpuflags to 0.81:
    firefox and firefox-gtk2 do not like -finline-functions. It gives broken
    radio buttons in Edit->Preferences

diffstat:

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

diffs (45 lines):

diff -r ba7457d54220 -r c0e37c163411 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Sat Jan 29 14:14:16 2005 +0000
+++ b/devel/cpuflags/Makefile   Sat Jan 29 14:58:39 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2005/01/06 00:08:51 abs Exp $
+# $NetBSD: Makefile,v 1.84 2005/01/29 14:58:39 abs Exp $
 #
 
-DISTNAME=      cpuflags-0.80
+DISTNAME=      cpuflags-0.81
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r ba7457d54220 -r c0e37c163411 devel/cpuflags/files/optimize_gcc.mk
--- a/devel/cpuflags/files/optimize_gcc.mk      Sat Jan 29 14:14:16 2005 +0000
+++ b/devel/cpuflags/files/optimize_gcc.mk      Sat Jan 29 14:58:39 2005 +0000
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.17 2005/01/06 00:08:51 abs Exp $
+# $Id: optimize_gcc.mk,v 1.18 2005/01/29 14:58:40 abs Exp $
 
 # This file is 'experimental' - which is doublespeak for unspeakably
 # ugly, and probably quite broken by design.
@@ -33,6 +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
 .if !defined(USE_GCC3)
 PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
 .endif
diff -r ba7457d54220 -r c0e37c163411 doc/CHANGES
--- a/doc/CHANGES       Sat Jan 29 14:14:16 2005 +0000
+++ b/doc/CHANGES       Sat Jan 29 14:58:39 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8971 2005/01/29 12:22:59 scw Exp $
+$NetBSD: CHANGES,v 1.8972 2005/01/29 14:59:27 abs Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -653,3 +653,5 @@
        Updated postgresql-autodoc to 1.24 [mjl 2005-01-29]
        Updated mathomatic to 11.7 [minskim 2005-01-29]
        Updated mad123 to 0.8.5 [scw 2005-01-29]
+       Updated cpuflags to 0.81 [abs 2005-01-29]
+



Home | Main Index | Thread Index | Old Index