FreeBSD Bugzilla – Attachment 89250 Details for
Bug 126144
[MAINTAINER] net-mgmt/nfdump: update to 1.5.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nfdump-1.5.7.patch
nfdump-1.5.7.patch (text/plain), 2.62 KB, created by
Janos Mohacsi
on 2008-07-31 19:20:01 UTC
(
hide
)
Description:
nfdump-1.5.7.patch
Filename:
MIME Type:
Creator:
Janos Mohacsi
Created:
2008-07-31 19:20:01 UTC
Size:
2.62 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/Makefile /usr/ports/net-mgmt/nfdump/Makefile >--- /usr/ports/net-mgmt/nfdump.orig/Makefile 2007-10-19 14:19:55.000000000 +0200 >+++ /usr/ports/net-mgmt/nfdump/Makefile 2008-07-31 20:10:38.000000000 +0200 >@@ -2,11 +2,11 @@ > # Date created: 2004-09-29 > # Whom: Janos.Mohacsi@bsd.hu > # >-# $FreeBSD: ports/net-mgmt/nfdump/Makefile,v 1.12 2007/10/07 00:48:14 miwi Exp $ >+# $FreeBSD: ports/net-mgmt/nfdump/Makefile,v 1.14 2008/06/24 12:34:54 rafan Exp $ > # > > PORTNAME= nfdump >-PORTVERSION= 1.5.5 >+PORTVERSION= 1.5.7 > CATEGORIES= net-mgmt > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -14,14 +14,12 @@ > MAINTAINER= janos.mohacsi@bsd.hu > COMMENT= Command-line tools to collect and process NetFlow data > >-BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool >-RUN_DEPENDS= ${BUILD_DEPENDS} >- > GNU_CONFIGURE= yes >-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} --enable-nfprofile --with-rrdpath=${LOCALBASE} >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > #flow-tools support > OPTIONS= FT2NFDUMP "With Flow-tools to nfdump converter" off \ >+ NFPROFILE "With nfprofile (nfsen requires it)" on \ > SFLOW "Build sflow collector daemon also" off > > .include <bsd.port.pre.mk> >@@ -32,10 +30,20 @@ > CONFIGURE_ARGS= --enable-compat14 > .endif > >-PLIST_FILES= bin/nfcapd bin/nfdump bin/nfprofile bin/nfreplay bin/nfexpire >-MAN1= nfcapd.1 nfdump.1 nfprofile.1 nfreplay.1 nfexpire.1 >+PLIST_FILES= bin/nfcapd bin/nfdump bin/nfreplay bin/nfexpire >+MAN1= nfcapd.1 nfdump.1 nfreplay.1 nfexpire.1 > PORTDOCS= AUTHORS ChangeLog INSTALL README > >+.if defined(WITHOUT_NFPROFILE) >+.else >+CONFIGURE_ARGS+= --enable-nfprofile --with-rrdpath=${LOCALBASE} >+PLIST_FILES+= bin/nfprofile >+MAN1+= nfprofile.1 >+BUILD_DEPENDS+= rrdtool:${PORTSDIR}/databases/rrdtool >+RUN_DEPENDS+= ${BUILD_DEPENDS} >+ >+.endif >+ > #flow-tools support > .if defined(WITH_FT2NFDUMP) > BUILD_DEPENDS+= flow-cat:${PORTSDIR}/net-mgmt/flow-tools >diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/distinfo /usr/ports/net-mgmt/nfdump/distinfo >--- /usr/ports/net-mgmt/nfdump.orig/distinfo 2007-10-19 14:19:55.000000000 +0200 >+++ /usr/ports/net-mgmt/nfdump/distinfo 2008-07-31 20:07:47.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (nfdump-1.5.5.tar.gz) = b421b1b95ab649d886e1fafe51fc5fe8 >-SHA256 (nfdump-1.5.5.tar.gz) = 564ed3490fa5062e1435f59e9fe8e5e1fcf38fd74a50001cd905444eae7b2551 >-SIZE (nfdump-1.5.5.tar.gz) = 281546 >+MD5 (nfdump-1.5.7.tar.gz) = 0be4eee4811d21685573fb0b91d49487 >+SHA256 (nfdump-1.5.7.tar.gz) = d3890848ca6502391c6d2798b7d06c712d916fdcee38dfe0006a6bb3830bb5b5 >+SIZE (nfdump-1.5.7.tar.gz) = 324603
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126144
: 89250
Working