From b24b0469e98256e71af20dd3a3444910eb3b23ae Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 13 Mar 2001 22:20:15 +0000 Subject: - bump portrevision - introduce CFLOWD_FLOWSCAN_PATCH variable for building port with support for FlowScan port (in the queue) --- net-mgmt/cflowd/Makefile | 13 ++++++++++++- net-mgmt/cflowd/distinfo | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'net-mgmt/cflowd') diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 6bb1295b208f..bc89beade5b1 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -7,11 +7,16 @@ PORTNAME= cflowd PORTVERSION= 2-1-b1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/ DISTNAME= ${PORTNAME}-${PORTVERSION} +.if defined(CFLOWD_FLOWSCAN_PATCH) +PATCH_SITES= http://net.doit.wisc.edu/~plonka/cflowd/ +PATCHFILES= cflowd-2-1-b1-djp.patch +.endif + MAINTAINER= andreas@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ @@ -25,4 +30,10 @@ 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 +.if !defined(CFLOWD_FLOWSCAN_PATCH) +pre-everything: + @${ECHO} "you can compile cflowd with patches for FlowScan by typing:" + @${ECHO} "make CFLOWD_FLOWSCAN_PATCH=yes" +.endif + .include diff --git a/net-mgmt/cflowd/distinfo b/net-mgmt/cflowd/distinfo index 581d87f4b1be..ce0058d33564 100644 --- a/net-mgmt/cflowd/distinfo +++ b/net-mgmt/cflowd/distinfo @@ -1 +1,2 @@ MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62 +MD5 (cflowd-2-1-b1-djp.patch) = 77e96671521ff1870a51d0dc11161eae -- cgit v1.2.3