summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-01-29 14:58:39 +0000
committerabs <abs@pkgsrc.org>2005-01-29 14:58:39 +0000
commitcc9dd8ee54dadb78085643604b71a0a4ced3c9b4 (patch)
tree3b5761086e1695209289cd67637be8556cb9c14c
parentcda88c26c4bd1cb641f5f5431275fdf736975d34 (diff)
downloadpkgsrc-cc9dd8ee54dadb78085643604b71a0a4ced3c9b4.tar.gz
Update cpuflags to 0.81:
firefox and firefox-gtk2 do not like -finline-functions. It gives broken radio buttons in Edit->Preferences
-rw-r--r--devel/cpuflags/Makefile4
-rw-r--r--devel/cpuflags/files/optimize_gcc.mk3
-rw-r--r--doc/CHANGES4
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 899d6711ef1..fb6a935daba 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -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 --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk
index df7694a96da..0946a989426 100644
--- a/devel/cpuflags/files/optimize_gcc.mk
+++ b/devel/cpuflags/files/optimize_gcc.mk
@@ -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+=firefox firefox-gtk2 galeon galeon-devel
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 --git a/doc/CHANGES b/doc/CHANGES
index fb26df60c44..0b1b8ae62b8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2005:
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]
+