public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta2-r1.ebuild
Date: Mon, 10 Mar 2008 15:29:17 +0000	[thread overview]
Message-ID: <E1JYjwD-0002rp-1v@stork.gentoo.org> (raw)

pva         08/03/10 15:29:17

  Modified:             ChangeLog libtheora-1.0_beta2-r1.ebuild
  Log:
  Filtering -fforce-addr and -frename-registers for old compilers, bug #200549.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.69                 media-libs/libtheora/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	5 Mar 2008 18:58:24 -0000	1.68
+++ ChangeLog	10 Mar 2008 15:29:16 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.68 2008/03/05 18:58:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.69 2008/03/10 15:29:16 pva Exp $
+
+  10 Mar 2008; Peter Volkov <pva@gentoo.org> libtheora-1.0_beta2-r1.ebuild:
+  Filtering -fforce-addr and -frename-registers for old compilers, bug #200549.
 
   05 Mar 2008; Raúl Porcel <armin76@gentoo.org>
   libtheora-1.0_beta2-r1.ebuild:



1.7                  media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild?r1=1.6&r2=1.7

Index: libtheora-1.0_beta2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtheora-1.0_beta2-r1.ebuild	5 Mar 2008 18:58:24 -0000	1.6
+++ libtheora-1.0_beta2-r1.ebuild	10 Mar 2008 15:29:16 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.6 2008/03/05 18:58:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.7 2008/03/10 15:29:16 pva Exp $
 
-inherit autotools eutils
+inherit autotools eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="The Theora Video Compression Codec"
 HOMEPAGE="http://www.theora.org"
@@ -30,6 +30,11 @@
 }
 
 src_compile() {
+	# Hardened still uses gcc-3.4, bug #200549
+	if [[ $(gcc-version) == 3.4 ]] ; then
+		ewarn "-fforce-addr -frename-registers flags are filtered"
+		filter-flags -fforce-addr -frename-registers
+	fi
 	local myconf
 
 	use doc || export ac_cv_prog_HAVE_DOXYGEN="false"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10 15:29 Peter Volkov (pva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-13  9:37 [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta2-r1.ebuild Markus Rothe (corsair)
2008-03-05 18:58 Raul Porcel (armin76)
2008-03-04 15:18 Jeroen Roovers (jer)
2008-03-03 18:06 Santiago M. Mola (coldwind)
2008-03-02 20:17 Markus Meier (maekke)
2008-03-02 18:52 Gysbert Wassenaar (nixnut)
2007-12-07 20:01 Alexis Ballier (aballier)

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=E1JYjwD-0002rp-1v@stork.gentoo.org \
    --to=pva@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