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 1OS5tw-0003g0-06 for garchives@archives.gentoo.org; Fri, 25 Jun 2010 10:12:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A071E095E; Fri, 25 Jun 2010 10:12:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48A86E095E for ; Fri, 25 Jun 2010 10:12:47 +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 E42401B40C6 for ; Fri, 25 Jun 2010 10:12:46 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2085) id DDDF62CF5D; Fri, 25 Jun 2010 10:12:45 +0000 (UTC) From: "Peter Volkov (pva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nfdump: nfdump-1.6.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nfdump-1.6.1.ebuild ChangeLog X-VCS-Directories: net-analyzer/nfdump X-VCS-Committer: pva X-VCS-Committer-Name: Peter Volkov Content-Type: text/plain; charset=utf8 Message-Id: <20100625101245.DDDF62CF5D@corvid.gentoo.org> Date: Fri, 25 Jun 2010 10:12:45 +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: 32ae389b-8bd9-45e3-9083-fd91153e6086 X-Archives-Hash: 349888d0e262875512e4a050afe0e642 pva 10/06/25 10:12:45 Modified: nfdump-1.6.1.ebuild ChangeLog Log: Work around ./configure failure, bug #325397, thank Pacho Ramos for rep= ort. (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.5 net-analyzer/nfdump/nfdump-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/nfdump-1.6.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/nfdump-1.6.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/nfdump-1.6.1.ebuild?r1=3D1.4&r2=3D1.5 Index: nfdump-1.6.1.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/net-analyzer/nfdump/nfdump-1.6.1.ebuild= ,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nfdump-1.6.1.ebuild 18 Jun 2010 11:09:31 -0000 1.4 +++ nfdump-1.6.1.ebuild 25 Jun 2010 10:12:45 -0000 1.5 @@ -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/net-analyzer/nfdump/nfdump-1.6.1.ebui= ld,v 1.4 2010/06/18 11:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.1.ebui= ld,v 1.5 2010/06/25 10:12:45 pva Exp $ =20 EAPI=3D2 inherit autotools eutils @@ -38,7 +38,7 @@ # --without-ftconf is not handled well #322201 econf \ $(use ftconv && echo "--with-ftconf --with-ftpath=3D/usr") \ - $(use_enable nfprofile) \ + $(use nfprofile && echo "--enable-nfprofile") \ $(use_enable sflow) # $(use_enable readpcap) \ } 1.12 net-analyzer/nfdump/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/ChangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/ChangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdum= p/ChangeLog?r1=3D1.11&r2=3D1.12 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/net-analyzer/nfdump/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 18 Jun 2010 11:09:31 -0000 1.11 +++ ChangeLog 25 Jun 2010 10:12:45 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nfdump # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.11 = 2010/06/18 11:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.12 = 2010/06/25 10:12:45 pva Exp $ + + 25 Jun 2010; Peter Volkov nfdump-1.6.1.ebuild: + Work around ./configure failure, bug #325397, thank Pacho Ramos for + report. =20 18 Jun 2010; Pawel Hajdan jr nfdump-1.6.1.ebui= ld: x86 stable wrt bug #323567