diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 16:56:55 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-25 16:56:55 +0000 |
commit | 88240b7f2ed9e273bbb9fa47698b0ed851247551 (patch) | |
tree | bf4af321c1c54a0b49cc4a172be6397214560cb2 /net | |
parent | Fix a revisited bug in the installer. (diff) |
- detected, that the graphs/Makefile.sample isn't bmake friendly
we need gmake here, added it to run dependencies
therefore updated PORTREVISION, otherwise you don't get
the png file...
- updated pkg-message. You need to configure SNMP on your cisco
or Juniper router
Notes
Notes:
svn path=/head/; revision=40364
Diffstat (limited to 'net')
-rw-r--r-- | net/flowscan/Makefile | 3 | ||||
-rw-r--r-- | net/flowscan/pkg-message | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 31af328cd2a8..e32f1023b282 100644 --- a/net/flowscan/Makefile +++ b/net/flowscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= flowscan PORTVERSION= 1.006 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ DISTFILES= FlowScan-${PORTVERSION}.tar.gz @@ -21,6 +21,7 @@ BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow +RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake CFLOWD_FLOWSCAN_PATCH= yes HAS_CONFIGURE= yes diff --git a/net/flowscan/pkg-message b/net/flowscan/pkg-message index 9c15f2bd8991..6c6534143bdd 100644 --- a/net/flowscan/pkg-message +++ b/net/flowscan/pkg-message @@ -16,6 +16,8 @@ SWITCHING ON YOUR CISCO CORE OR DISTRIBUTION ROUTERS, WHAT PERFORMANCE IMPACT MIGHT BE INVOLVED WHEN DOING THIS, WITH THE GOAL, NOT TO LOOSE YOUR ROUTING/ SWITCHING PERFORMANCE. BE WARNED !!! +C) You need to configure SNMP on your Cisco Router. + Post-installation tasks involve: a) Configure cflowd properly for your needs, see above mentioned docu ! Example files reside in ${PREFIX}/etc, files: |