summaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 05:21:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 05:21:45 +0000
commit7cc230d57218752d8f91dd125df10785fe06a5f2 (patch)
treebd91ffc22347b9cdda06e40c2301d6ddcc4f7284 /net-mgmt/cflowd/Makefile
parent* Use USE_MYSQL [1] (diff)
Unbreak net/cflowd by adding "using namespace std" to several places
in the code. Informed maintainer. PR: ports/48382 (it all started with this one) Submtited by: Will Saxon <wills@housing.ufl.edu> and me
Notes
Notes: svn path=/head/; revision=88045
Diffstat (limited to 'net-mgmt/cflowd/Makefile')
-rw-r--r--net-mgmt/cflowd/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
index 053782049e1c..c75e4dab496c 100644
--- a/net-mgmt/cflowd/Makefile
+++ b/net-mgmt/cflowd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cflowd
PORTVERSION= 2-1-b1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -31,12 +31,6 @@ CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
.if !defined(CFLOWD_FLOWSCAN_PATCH)
pre-everything::
@${ECHO} "you can compile cflowd with patches for FlowScan by typing:"
@@ -47,4 +41,4 @@ post-install:
${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
${PREFIX}/etc/rc.d/cflowd-base.sh.sample
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>