aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-04-30 21:24:12 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-04-30 21:24:12 +0000
commit0c57a4eabe4ca5e504311c2bee742ee1323e22e8 (patch)
tree415e840eda429e28f1e236e226c18b33c1be27ea /net-mgmt
parentadccb1962cc9bf0892a1541a901db1091fe73f2b (diff)
downloadports-0c57a4eabe4ca5e504311c2bee742ee1323e22e8.tar.gz
ports-0c57a4eabe4ca5e504311c2bee742ee1323e22e8.zip
Remove options depending on expired net-mgmt/flow-tools-ng
While here, pet portlint Approved by: adamw (mentor, implicit)
Notes
Notes: svn path=/head/; revision=439845
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flowviewer/Makefile12
-rw-r--r--net-mgmt/p5-Cflow/Makefile12
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