public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nfdump: nfdump-1.5.1.ebuild ChangeLog
@ 2008-10-29 11:33 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2008-10-29 11:33 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/10/29 11:33:21

  Modified:             nfdump-1.5.1.ebuild ChangeLog
  Log:
  Force -j1 during install, see bug #240746.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)

Revision  Changes    Path
1.2                  net-analyzer/nfdump/nfdump-1.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild?r1=1.1&r2=1.2

Index: nfdump-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfdump-1.5.1.ebuild	22 Mar 2007 14:47:50 -0000	1.1
+++ nfdump-1.5.1.ebuild	29 Oct 2008 11:33:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild,v 1.1 2007/03/22 14:47:50 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.5.1.ebuild,v 1.2 2008/10/29 11:33:21 flameeyes Exp $
 
 inherit eutils
 
@@ -16,6 +16,12 @@
 DEPEND=""
 RDEPEND="dev-lang/perl"
 
+src_compile() {
+	econf || die "econf failed"
+	# Parallel make issue, see bug #240746
+	emake -j1 || die "emake failed"
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc README



1.5                  net-analyzer/nfdump/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nfdump/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Sep 2007 17:41:07 -0000	1.4
+++ ChangeLog	29 Oct 2008 11:33:21 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/nfdump
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.4 2007/09/06 17:41:07 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.5 2008/10/29 11:33:21 flameeyes Exp $
+
+  29 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> nfdump-1.5.1.ebuild:
+  Force -j1 during install, see bug #240746.
 
   06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -nfdump-1.5.ebuild:
   Cleanup






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-29 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 11:33 [gentoo-commits] gentoo-x86 commit in net-analyzer/nfdump: nfdump-1.5.1.ebuild ChangeLog Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox