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 1.17 - PKG_EXCLUDE_OMIT_FRAME_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/713cb2e95db6
branches:  trunk
changeset: 533498:713cb2e95db6
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Sep 20 10:19:03 2007 +0000

description:
update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from Vladimir Yakovetsky

diffstat:

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

diffs (45 lines):

diff -r 208935088988 -r 713cb2e95db6 devel/cpuflags/Makefile
--- a/devel/cpuflags/Makefile   Thu Sep 20 09:32:15 2007 +0000
+++ b/devel/cpuflags/Makefile   Thu Sep 20 10:19:03 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2007/09/11 05:03:30 bjs Exp $
+# $NetBSD: Makefile,v 1.120 2007/09/20 10:19:03 abs Exp $
 
-DISTNAME=      cpuflags-1.16
+DISTNAME=      cpuflags-1.17
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 208935088988 -r 713cb2e95db6 devel/cpuflags/files/optimize_gcc.mk
--- a/devel/cpuflags/files/optimize_gcc.mk      Thu Sep 20 09:32:15 2007 +0000
+++ b/devel/cpuflags/files/optimize_gcc.mk      Thu Sep 20 10:19:03 2007 +0000
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.34 2007/08/27 10:08:29 abs Exp $
+# $Id: optimize_gcc.mk,v 1.35 2007/09/20 10:19:03 abs Exp $
 
 # This file is 'experimental' - which is doublespeak for unspeakably
 # ugly, and quite broken by design.
@@ -45,6 +45,9 @@
 # gcc3.3.3 NetBSD i386/3.0 breaks kde3
 PKG_EXCLUDE_FAST_MATH+=x11/qt3-libs
 
+# gcc4.1.3 NetBSD i386/4.99.29 breaks liboil
+PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil
+
 # -----------------------------------------------------------------------------
 # Assign default flags, then remove values based on settings above
 #
diff -r 208935088988 -r 713cb2e95db6 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Thu Sep 20 09:32:15 2007 +0000
+++ b/doc/CHANGES-2007  Thu Sep 20 10:19:03 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.2050 2007/09/20 08:18:57 abs Exp $
+$NetBSD: CHANGES-2007,v 1.2051 2007/09/20 10:20:12 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -3789,3 +3789,4 @@
        Updated www/firefox-bin to 2.0.0.7 [ghen 2007-09-20]
        Updated www/firefox-gtk1 to 2.0.0.7 [ghen 2007-09-20]
        Updated pkgtools/pkg_chk to 1.87 [abs 2007-09-20]
+       Updated devel/cpuflags to 1.17 [abs 2007-09-20]



Home | Main Index | Thread Index | Old Index