jer         14/12/04 10:01:39

  Modified:             ChangeLog
  Added:                nfdump-1.6.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.41                 net-analyzer/nfdump/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   5 Jul 2014 13:19:37 -0000       1.40
+++ ChangeLog   4 Dec 2014 10:01:39 -0000       1.41
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nfdump
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.40 
2014/07/05 13:19:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/ChangeLog,v 1.41 
2014/12/04 10:01:39 jer Exp $
+
+*nfdump-1.6.13 (04 Dec 2014)
+
+  04 Dec 2014; Jeroen Roovers <[email protected]> +nfdump-1.6.13.ebuild,
+  +files/nfdump-1.6.13-libft.patch:
+  Version bump.
 
   05 Jul 2014; Jeroen Roovers <[email protected]> -nfdump-1.6.9.ebuild,
   -nfdump-1.6.10_p1.ebuild:



1.1                  net-analyzer/nfdump/nfdump-1.6.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.13.ebuild?rev=1.1&content-type=text/plain

Index: nfdump-1.6.13.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.13.ebuild,v 
1.1 2014/12/04 10:01:39 jer Exp $

EAPI=5
inherit autotools eutils

MY_P="${P/_/}"
DESCRIPTION="A set of tools to collect and process netflow data"
HOMEPAGE="http://nfdump.sourceforge.net/";
SRC_URI="
        mirror://sourceforge/nfdump/${MY_P}.tar.gz
        http://www.oberhumer.com/opensource/lzo/download/minilzo-2.07.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="compat15 debug ftconv nfprofile nftrack readpcap sflow"

COMMON_DEPEND="
        ftconv? ( sys-libs/zlib net-analyzer/flow-tools )
        nfprofile? ( net-analyzer/rrdtool )
        nftrack? ( net-analyzer/rrdtool )
        readpcap? ( net-libs/libpcap )
"
DEPEND="
        ${COMMON_DEPEND}
        sys-devel/flex
        virtual/yacc
"
RDEPEND="
        ${COMMON_DEPEND}
        dev-lang/perl
"

DOCS=( AUTHORS ChangeLog NEWS README )

S="${WORKDIR}/${MY_P}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-libft.patch
        # bug #515278
        cp "${WORKDIR}"/minilzo-2.07/*.{c,h} "${S}"/bin || die

        if use ftconv; then
                sed -e '/ftbuild.h/d' -i bin/ft2nfdump.c || die
                sed \
                        -e 's:lib\(/ftlib.h\):include\1:' \
                        -e 's:libft.a:libft.so:' \
                        \-i configure.in || die
        fi
        sed -i bin/Makefile.am -e '/^AM_CFLAGS/d' || die
        eautoreconf
}

src_configure() {
        # --without-ftconf is not handled well #322201
        econf \
                $(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \
                $(use nfprofile && echo --enable-nfprofile) \
                $(use nftrack && echo --enable-nftrack) \
                $(use_enable compat15) \
                $(use_enable debug devel) \
                $(use_enable readpcap) \
                $(use_enable sflow)
}




Reply via email to