public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Proschofsky (suka)" <suka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice: openoffice-3.0.0.ebuild ChangeLog
Date: Fri, 24 Oct 2008 10:15:51 +0000	[thread overview]
Message-ID: <E1KtJhv-0007iL-Mw@stork.gentoo.org> (raw)

suka        08/10/24 10:15:51

  Modified:             openoffice-3.0.0.ebuild ChangeLog
  Log:
  Improve CFLAGS filtering for gcc 3.4.x, thanks to Gordon Malm <gengor@gentoo.org>
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)

Revision  Changes    Path
1.14                 app-office/openoffice/openoffice-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild?r1=1.13&r2=1.14

Index: openoffice-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- openoffice-3.0.0.ebuild	20 Oct 2008 18:27:52 -0000	1.13
+++ openoffice-3.0.0.ebuild	24 Oct 2008 10:15:51 -0000	1.14
@@ -1,12 +1,12 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.13 2008/10/20 18:27:52 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.0.0.ebuild,v 1.14 2008/10/24 10:15:51 suka Exp $
 
 WANT_AUTOCONF="2.5"
 WANT_AUTOMAKE="1.9"
 EAPI="1"
 
-inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib
+inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib toolchain-funcs
 
 IUSE="cups dbus debug eds gnome gstreamer gtk kde ldap mono nsplugin odk opengl pam templates"
 
@@ -324,16 +324,14 @@
 	filter-flags "-fstack-protector"
 	filter-flags "-fstack-protector-all"
 	filter-flags "-ftracer"
-
-	if has_version <=sys-devel/gcc-3.4.7 ; then
-		use hardened || filter-flags "-fforce-addr"
-		is-flag -fomit-frame-pointer && append-flags "-momit-leaf-frame-pointer"
-	else
-		filter-flags "-fforce-addr"
-	fi
+	filter-flags "-fforce-addr"
 
 	filter-flags "-O[s2-9]"
 
+	if [[ $(gcc-major-version) -lt 4 ]]; then
+		replace-flags "-fomit-frame-pointer" "-momit-leaf-frame-pointer"
+	fi
+
 	# Build with NVidia cards breaks otherwise
 	use opengl && append-flags "-DGL_GLEXT_PROTOTYPES"
 



1.435                app-office/openoffice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?rev=1.435&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?rev=1.435&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/ChangeLog?r1=1.434&r2=1.435

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- ChangeLog	20 Oct 2008 18:27:52 -0000	1.434
+++ ChangeLog	24 Oct 2008 10:15:51 -0000	1.435
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/openoffice
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.434 2008/10/20 18:27:52 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.435 2008/10/24 10:15:51 suka Exp $
+
+  24 Oct 2008; Andreas Proschofsky <suka@gentoo.org>
+  openoffice-3.0.0.ebuild:
+  Improve CFLAGS filtering for gcc 3.4.x, thanks to Gordon Malm
+  <gengor@gentoo.org>
 
   20 Oct 2008; Andreas Proschofsky <suka@gentoo.org>
   files/gentoo-3.0.0.diff, openoffice-3.0.0.ebuild:






             reply	other threads:[~2008-10-24 10:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-24 10:15 Andreas Proschofsky (suka) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-24 19:07 [gentoo-commits] gentoo-x86 commit in app-office/openoffice: openoffice-3.0.0.ebuild ChangeLog Andreas Proschofsky (suka)
2008-10-20 18:27 Andreas Proschofsky (suka)
2008-10-20 10:10 Andreas Proschofsky (suka)
2008-10-19 17:22 Andreas Proschofsky (suka)
2008-10-19 10:07 Andreas Proschofsky (suka)
2008-10-18 20:31 Markus Meier (maekke)
2008-10-18 17:24 Andreas Proschofsky (suka)
2008-10-17 13:54 Andreas Proschofsky (suka)
2008-10-16 19:51 Andreas Proschofsky (suka)
2008-10-16 12:03 Andreas Proschofsky (suka)
2008-10-15 23:16 Friedrich Oslage (bluebird)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KtJhv-0007iL-Mw@stork.gentoo.org \
    --to=suka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox