From f9315a7d571a336e050a30671891b8decda8a287 Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Tue, 18 Oct 2005 21:46:37 +0000 Subject: Do not attempt to redirect output to /dev/tty, this makes no sense. Closes bug #109699. (Portage version: 2.0.53_rc5) --- media-sound/musepack-tools/ChangeLog | 6 +++++- media-sound/musepack-tools/musepack-tools-1.15v.ebuild | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'media-sound') diff --git a/media-sound/musepack-tools/ChangeLog b/media-sound/musepack-tools/ChangeLog index eec81e00604a..9dda1b70246e 100644 --- a/media-sound/musepack-tools/ChangeLog +++ b/media-sound/musepack-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/musepack-tools # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.26 2005/10/04 09:50:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.27 2005/10/18 21:46:37 chainsaw Exp $ + + 18 Oct 2005; Tony Vroon musepack-tools-1.15v.ebuild: + Do not attempt to redirect output to /dev/tty, this makes no sense. Closes + bug #109699. 04 Oct 2005; Diego Pettenò files/musepack-tools-1.15v-Makefile.patch, musepack-tools-1.15v.ebuild: diff --git a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild b/media-sound/musepack-tools/musepack-tools-1.15v.ebuild index 8b170f1f8061..d4a4ed3d8a8b 100644 --- a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild +++ b/media-sound/musepack-tools/musepack-tools-1.15v.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.5 2005/10/04 09:50:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.6 2005/10/18 21:46:37 chainsaw Exp $ IUSE="static 16bit esd" @@ -44,6 +44,9 @@ src_unpack() { fi use 16bit && sed -i 's|//#define MAKE_16BIT|#define MAKE_16BIT|' mpp.h + + # Bug #109699; console redirection to /dev/tty makes no sense + sed -i -e 's/$(LDADD) &> $(LOGFILE)/$(LDADD)/' Makefile } src_compile() { -- cgit v1.2.3-65-gdbad