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.68



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf06dc11f931
branches:  trunk
changeset: 475138:bf06dc11f931
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon May 10 17:39:39 2004 +0000

description:
Update cpuflags to 0.68
    Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}

diffstat:

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

diffs (49 lines):

diff -r acb64b1f0ada -r bf06dc11f931 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Mon May 10 17:04:41 2004 +0000
+++ b/devel/cpuflags/Makefile   Mon May 10 17:39:39 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2004/04/22 12:00:05 abs Exp $
+# $NetBSD: Makefile,v 1.72 2004/05/10 17:39:39 abs Exp $
 #
 
-DISTNAME=      cpuflags-0.67
+DISTNAME=      cpuflags-0.68
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r acb64b1f0ada -r bf06dc11f931 devel/cpuflags/files/optimize_gcc.mk
--- a/devel/cpuflags/files/optimize_gcc.mk      Mon May 10 17:04:41 2004 +0000
+++ b/devel/cpuflags/files/optimize_gcc.mk      Mon May 10 17:39:39 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.15 2004/04/22 12:00:05 abs Exp $
+# $Id: optimize_gcc.mk,v 1.16 2004/05/10 17:39:39 abs Exp $
 
 # This file is 'experimental' - which is doublespeak for unspeakably
 # ugly, and probably quite broken by design.
@@ -29,8 +29,9 @@
 
 COPT_FLAGS+=-ffast-math -fomit-frame-pointer
 
-PKG_EXCLUDE_OMIT_FRAME_POINTER+=galeon galeon-devel lua lua4
-PKG_EXCLUDE_OMIT_FRAME_POINTER+=mozilla mozilla-gtk2
+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+=userppp
 .if !defined(USE_GCC3)
 PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
diff -r acb64b1f0ada -r bf06dc11f931 doc/CHANGES
--- a/doc/CHANGES       Mon May 10 17:04:41 2004 +0000
+++ b/doc/CHANGES       Mon May 10 17:39:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5898 2004/05/10 16:47:15 minskim Exp $
+$NetBSD: CHANGES,v 1.5899 2004/05/10 17:40:11 abs Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2452,3 +2452,5 @@
        Updated crimsonfields to 0.4.2 [wiz 2004-05-10]
        Updated gpass to 0.4.2 [jmmv 2004-05-10]
        Updated mathomatic to 11.1 [minskim 2004-05-10]
+       Updated cpuflags to 0.68 [abs 2004-05-10]
+



Home | Main Index | Thread Index | Old Index