diff options
author | ler <ler@FreeBSD.org> | 2017-05-01 05:24:12 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-05-01 05:24:12 +0800 |
commit | 74ad2b5e0bd6401acaaf623709462e662e7a1034 (patch) | |
tree | 415e840eda429e28f1e236e226c18b33c1be27ea /net-mgmt | |
parent | 0fcf11412945da5add91df10c4fa58505bee0e40 (diff) | |
download | freebsd-ports-gnome-74ad2b5e0bd6401acaaf623709462e662e7a1034.tar.gz freebsd-ports-gnome-74ad2b5e0bd6401acaaf623709462e662e7a1034.tar.zst freebsd-ports-gnome-74ad2b5e0bd6401acaaf623709462e662e7a1034.zip |
Remove options depending on expired net-mgmt/flow-tools-ng
While here, pet portlint
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowviewer/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/p5-Cflow/Makefile | 12 |
2 files changed, 5 insertions, 19 deletions
diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile index 3b8fc4039ebe..81a287aff963 100644 --- a/net-mgmt/flowviewer/Makefile +++ b/net-mgmt/flowviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowviewer PORTVERSION= 4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} @@ -13,16 +13,10 @@ MAINTAINER= samm@os2.kiev.ua COMMENT= Web-based user interface for the flow-tools NetFlow data RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \ - rrdtool:databases/rrdtool + rrdtool:databases/rrdtool \ + rwptoflow:security/silktools OPTIONS_DEFINE= DOCS -OPTIONS_SINGLE= NETFLOWv -OPTIONS_SINGLE_NETFLOWv= NETFLOWv5 NETFLOWv9 -OPTIONS_DEFAULT= NETFLOWv5 -NETFLOWv5_DESC= Support for NETFLOWv5 -NETFLOWv9_DESC= Support for IPFIX/NETFLOWv9 -NETFLOWv5_RUN_DEPENDS= flow-cat:net-mgmt/flow-tools-ng -NETFLOWv9_RUN_DEPENDS= rwptoflow:security/silktools FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile index 859c90057369..a4c4fcbad088 100644 --- a/net-mgmt/p5-Cflow/Makefile +++ b/net-mgmt/p5-Cflow/Makefile @@ -12,20 +12,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= fw@moov.de COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) -OPTIONS_SINGLE= FT -OPTIONS_SINGLE_FT= FLOW_TOOLS FLOW_TOOLS_NG -OPTIONS_DEFAULT= FLOW_TOOLS -FLOW_TOOLS_DESC= Enable flow-tools support -FLOW_TOOLS_NG_DESC= Enable flow-tools-ng support +BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools +RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools USES= perl5 USE_PERL5= configure -FLOW_TOOLS_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools -FLOW_TOOLS_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools -FLOW_TOOLS_NG_BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng -FLOW_TOOLS_NG_RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools-ng - post-patch: @${REINPLACE_CMD} -e 's|\.\./\.\./lib|${LOCALBASE}/lib|g' ${WRKSRC}/Makefile.PL |