From: "Peter Alfredsen (loki_val)" <loki_val@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/beast: ChangeLog beast-0.7.1-r1.ebuild
Date: Sun, 02 Nov 2008 14:59:31 +0000 [thread overview]
Message-ID: <E1KweQN-00069B-01@stork.gentoo.org> (raw)
loki_val 08/11/02 14:59:30
Modified: ChangeLog beast-0.7.1-r1.ebuild
Log:
Fix bug 240616 (gcc-4.3), thanks to Francisco José Cañizares Santofimia <telefrancisco@gmail.com> and bug 243000 (update-mime-database collision).
(Portage version: 2.2_rc13/cvs/Linux 2.6.27 x86_64)
Revision Changes Path
1.38 media-sound/beast/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 29 Jun 2008 17:46:18 -0000 1.37
+++ ChangeLog 2 Nov 2008 14:59:30 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/beast
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.37 2008/06/29 17:46:18 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.38 2008/11/02 14:59:30 loki_val Exp $
+
+ 02 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+ +files/beast-0.7.1-gcc43.patch, beast-0.7.1-r1.ebuild:
+ Fix bug 240616 (gcc-4.3), thanks to Francisco José Cañizares Santofimia
+ <telefrancisco@gmail.com> and bug 243000 (update-mime-database collision).
29 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> -beast-0.7.1.ebuild:
clean up old broken revision, fix bug #226761.
1.7 media-sound/beast/beast-0.7.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?r1=1.6&r2=1.7
Index: beast-0.7.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- beast-0.7.1-r1.ebuild 22 Jun 2008 22:10:00 -0000 1.6
+++ beast-0.7.1-r1.ebuild 2 Nov 2008 14:59:30 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.6 2008/06/22 22:10:00 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.7 2008/11/02 14:59:30 loki_val Exp $
inherit autotools eutils fdo-mime
@@ -56,6 +56,9 @@
# Fix po tests
epatch "${FILESDIR}/${P}-potfiles.patch"
+ # Fix gcc 4.3.x
+ epatch "${FILESDIR}/${P}-gcc43.patch"
+
# Remove useless dist check that makes tests fail
sed -i "s/\.PHONY:.*/.PHONY:/" Makefile.decl || die "sed failed"
@@ -64,6 +67,9 @@
}
src_compile() {
+ #kluge to work-around update-mime-database collision
+ export UPDATE_MIME_DATABASE="/bin/true"
+
#for some weird reasons there is no doxer in this release
econf $(use_enable debug) \
$(use_enable static) \
next reply other threads:[~2008-11-02 14:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-02 14:59 Peter Alfredsen (loki_val) [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-06-22 22:10 [gentoo-commits] gentoo-x86 commit in media-sound/beast: ChangeLog beast-0.7.1-r1.ebuild Gilles Dartiguelongue (eva)
2008-06-21 13:12 Gysbert Wassenaar (nixnut)
2008-06-20 10:40 Christian Faulhammer (opfer)
2008-06-17 0:39 Mart Raudsepp (leio)
2008-06-15 12:45 Gilles Dartiguelongue (eva)
2008-06-01 21:21 Gilles Dartiguelongue (eva)
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=E1KweQN-00069B-01@stork.gentoo.org \
--to=loki_val@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