jer         14/08/05 16:36:59

  Modified:             pmacct-1.5.0_rc3.ebuild ChangeLog
  Log:
  Add support for newer versions of dev-libs/mongo-c-driver (bug #518624).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild?r1=1.1&r2=1.2

Index: pmacct-1.5.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pmacct-1.5.0_rc3.ebuild     13 May 2014 15:00:12 -0000      1.1
+++ pmacct-1.5.0_rc3.ebuild     5 Aug 2014 16:36:59 -0000       1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.1 
2014/05/13 15:00:12 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-1.5.0_rc3.ebuild,v 1.2 
2014/08/05 16:36:59 jer Exp $
 
 EAPI=5
-inherit eutils toolchain-funcs
+inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="A network tool to gather IP traffic information"
 HOMEPAGE="http://www.pmacct.net/";
@@ -32,7 +32,8 @@
 )
 
 src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.12.0-gentoo.patch
+       epatch "${FILESDIR}"/${P}-mongodb.patch
+       eautoreconf
 }
 
 src_configure() {
@@ -48,7 +49,8 @@
                $(use_enable postgres pgsql) \
                $(use_enable sqlite sqlite3) \
                $(use_enable threads) \
-               $(use_enable ulog)
+               $(use_enable ulog) \
+               --disable-debug
 }
 
 src_install() {



1.96                 net-analyzer/pmacct/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.96&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?rev=1.96&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pmacct/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   16 Jul 2014 16:40:28 -0000      1.95
+++ ChangeLog   5 Aug 2014 16:36:59 -0000       1.96
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/pmacct
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.95 
2014/07/16 16:40:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.96 
2014/08/05 16:36:59 jer Exp $
+
+  05 Aug 2014; Jeroen Roovers <[email protected]> pmacct-1.5.0_rc3.ebuild,
+  +files/pmacct-1.5.0_rc3-mongodb.patch:
+  Add support for newer versions of dev-libs/mongo-c-driver (bug #518624).
 
   16 Jul 2014; Jeroen Roovers <[email protected]> -pmacct-1.5.0_rc2.ebuild,
   metadata.xml:




Reply via email to