FreeBSD Bugzilla – Attachment 138063 Details for
Bug 183901
[PATCH] net-mgmt/p5-Cflow: Add support for flow-tools-ng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Cflow-1.053_1.patch
p5-Cflow-1.053_1.patch (text/plain), 1.41 KB, created by
Sevan Janiyan
on 2013-11-12 15:40:00 UTC
(
hide
)
Description:
p5-Cflow-1.053_1.patch
Filename:
MIME Type:
Creator:
Sevan Janiyan
Created:
2013-11-12 15:40:00 UTC
Size:
1.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 333580) >+++ Makefile (working copy) >@@ -12,8 +12,10 @@ > MAINTAINER= fw@moov.de > COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) > >-OPTIONS_DEFINE= FLOW_TOOLS >+OPTIONS_SINGLE= FT >+OPTIONS_SINGLE_FT= FLOW_TOOLS FLOW_TOOLS_NG > FLOW_TOOLS_DESC= Enable flow-tools support >+FLOW_TOOLS_NG_DESC= Enable flow-tools-ng support > > USES= perl5 > USE_PERL5= configure >@@ -24,7 +26,14 @@ > .if ${PORT_OPTIONS:MFLOW_TOOLS} > BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools > RUN_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools >+.endif > >+.if ${PORT_OPTIONS:MFLOW_TOOLS_NG} >+BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools-ng >+RUN_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools-ng >+.endif >+ >+.if ${PORT_OPTIONS:MFLOW_TOOLS}||${PORT_OPTIONS:MFLOW_TOOLS_NG} > CFLAGS+= -I${LOCALBASE}/include -DOSU > CONFIGURE_ARGS+= \ > "LDDLFLAGS= -shared -L${LOCALBASE}/lib -lft -lz" \ >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 333580) >+++ pkg-descr (working copy) >@@ -1,4 +1,4 @@ > Cflow is a perl module for analyzing raw flow files written by > cflowd, a package used to collect Cisco NetFlow data. > >-WWW: http://net.doit.wisc.edu/~plonka/Cflow/ >+WWW: http://net.doit.wisc.edu/~plonka/Cflow/
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 183901
: 138063