From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B5BC413877A for ; Mon, 11 Aug 2014 20:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0ABFE0964; Mon, 11 Aug 2014 20:06:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A544E099E for ; Mon, 11 Aug 2014 20:06:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B45340902 for ; Mon, 11 Aug 2014 20:06:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2242) id 66BE52004E; Mon, 11 Aug 2014 20:06:25 +0000 (UTC) From: "Christian Ruppert (idl0r)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idl0r@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/haproxy: haproxy-1.5.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: haproxy-1.5.3.ebuild ChangeLog X-VCS-Directories: net-proxy/haproxy X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140811200626.66BE52004E@flycatcher.gentoo.org> Date: Mon, 11 Aug 2014 20:06:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6dff8f0d-d3f0-424b-b449-18f6a49e5039 X-Archives-Hash: 5ef108fc9474ab0d1eae5a5e8666f8b8 idl0r 14/08/11 20:06:25 Modified: haproxy-1.5.3.ebuild ChangeLog Log: Minor: Fix CFLAGS not being respected for "halog" (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B427ABC8) Revision Changes Path 1.2 net-proxy/haproxy/haproxy-1.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild?r1=1.1&r2=1.2 Index: haproxy-1.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- haproxy-1.5.3.ebuild 11 Aug 2014 20:02:24 -0000 1.1 +++ haproxy-1.5.3.ebuild 11 Aug 2014 20:06:25 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild,v 1.1 2014/08/11 20:02:24 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.5.3.ebuild,v 1.2 2014/08/11 20:06:25 idl0r Exp $ EAPI="5" @@ -77,7 +77,7 @@ if use tools ; then for contrib in halog iprange ; do emake -C contrib/${contrib} \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) ${args} + CFLAGS="${CFLAGS}" OPTIMIZE="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) ${args} done fi } 1.100 net-proxy/haproxy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 11 Aug 2014 20:02:24 -0000 1.99 +++ ChangeLog 11 Aug 2014 20:06:25 -0000 1.100 @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/haproxy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.99 2014/08/11 20:02:24 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.100 2014/08/11 20:06:25 idl0r Exp $ + + 11 Aug 2014; Christian Ruppert haproxy-1.5.3.ebuild: + Minor: Fix CFLAGS not being respected for "halog" *haproxy-1.5.3 (11 Aug 2014)