From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ol5wC-0000TX-AE for garchives@archives.gentoo.org; Mon, 16 Aug 2010 20:05:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E840E0761; Mon, 16 Aug 2010 20:05:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2EA7EE0761 for ; Mon, 16 Aug 2010 20:05:37 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A99DB1B40F4 for ; Mon, 16 Aug 2010 20:05:36 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 944) id 5D5052CE15; Mon, 16 Aug 2010 20:05:34 +0000 (UTC) From: "Harald van Dijk (truedfx)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, truedfx@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tcc: tcc-0.9.25.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tcc-0.9.25.ebuild ChangeLog X-VCS-Directories: dev-lang/tcc X-VCS-Committer: truedfx X-VCS-Committer-Name: Harald van Dijk Content-Type: text/plain; charset=utf8 Message-Id: <20100816200535.5D5052CE15@corvid.gentoo.org> Date: Mon, 16 Aug 2010 20:05:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1821c31e-8e78-46ca-bdfe-c86392b38166 X-Archives-Hash: 6f8e388f1131a77c695bcce861f0adc3 truedfx 10/08/16 20:05:34 Modified: tcc-0.9.25.ebuild ChangeLog Log: Respect CFLAGS, LDFLAGS (#332599) (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.3 dev-lang/tcc/tcc-0.9.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/tcc-0= .9.25.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/tcc-0= .9.25.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/tcc-0= .9.25.ebuild?r1=3D1.2&r2=3D1.3 Index: tcc-0.9.25.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.25.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tcc-0.9.25.ebuild 8 Jul 2010 16:29:57 -0000 1.2 +++ tcc-0.9.25.ebuild 16 Aug 2010 20:05:34 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.25.ebuild,v 1.2 = 2010/07/08 16:29:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.25.ebuild,v 1.3 = 2010/08/16 20:05:34 truedfx Exp $ =20 inherit eutils toolchain-funcs =20 @@ -24,9 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" - #epatch "${FILESDIR}"/${PN}-0.9.23-anonunion.patch - #epatch "${FILESDIR}"/${PN}-0.9.23-asneeded.patch - #epatch "${FILESDIR}"/${PN}-0.9.23-nxbit.patch + epatch "${FILESDIR}"/${PN}-0.9.25-flags.patch =20 # Don't strip sed -i -e 's|$(INSTALL) -s|$(INSTALL)|' Makefile @@ -43,8 +41,8 @@ local myopts use x86 && myopts=3D"--cpu=3Dx86" use amd64 && myopts=3D"--cpu=3Dx86-64" - econf ${myopts} - emake CC=3D"$(tc-getCC)" || die "make failed" + econf ${myopts} --cc=3D"$(tc-getCC)" + emake || die "make failed" } =20 src_install() { 1.31 dev-lang/tcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/Chang= eLog?rev=3D1.31&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/Chang= eLog?rev=3D1.31&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcc/Chang= eLog?r1=3D1.30&r2=3D1.31 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 8 Jul 2010 16:29:57 -0000 1.30 +++ ChangeLog 16 Aug 2010 20:05:34 -0000 1.31 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/tcc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.30 2010/07= /08 16:29:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.31 2010/08= /16 20:05:34 truedfx Exp $ + + 16 Aug 2010; Harald van D=C4=B3k tcc-0.9.25.ebuil= d, + +files/tcc-0.9.25-flags.patch: + Respect CFLAGS, LDFLAGS (#332599) =20 08 Jul 2010; Markos Chandras tcc-0.9.25.ebuild: Make it respect CC variable wrt bug #243892