ports/146146: [patch] net-mgmt/p5-Cflow: add OPTIONS support

Frank Wall fw at moov.de
Fri May 7 10:10:04 UTC 2010


The following reply was made to PR ports/146146; it has been noted by GNATS.

From: Frank Wall <fw at moov.de>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: freebsd-ports-bugs at FreeBSD.org
Subject: Re: ports/146146: [patch] net-mgmt/p5-Cflow: add OPTIONS support
Date: Fri, 7 May 2010 11:47:27 +0200

 --nFreZHaLTZJo0R7j
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 > >Synopsis:       [patch] net-mgmt/p5-Cflow: add OPTIONS support
 > >Arrival-Date:   Thu Apr 29 09:00:12 UTC 2010
 
 Well, my patch is wrong. Attached is a new working patch.
 Besides that the new patch passes the maintainership to me (was: ports at FreeBSD.org).
 
 
 --nFreZHaLTZJo0R7j
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch_cflow.txt"
 
 --- net-mgmt/p5-Cflow/Makefile.orig	2010-05-07 10:14:19.000000000 +0200
 +++ net-mgmt/p5-Cflow/Makefile	2010-05-07 10:39:55.000000000 +0200
 @@ -13,12 +13,16 @@
  		http://net.doit.wisc.edu/~plonka/Cflow/old/
  PKGNAMEPREFIX=	p5-
  
 -MAINTAINER=	ports at FreeBSD.org
 +MAINTAINER=	fw at moov.de
  COMMENT=	Analyze raw flow files written by cflowd (Cisco NetFlow data)
  
 +OPTIONS=	FLOW_TOOLS	"Enable flow-tools support"	off
 +
 +.include <bsd.port.pre.mk>
 +
  .if defined(WITH_FLOW_TOOLS)
 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools
  RUN_DEPENDS+=	${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools
 +BUILD_DEPENDS+=	${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools
  
  CFLAGS+=	-I${LOCALBASE}/include -DOSU
  CONFIGURE_ARGS+=	\
 @@ -30,4 +34,4 @@
  MAN1=		flowdumper.1
  MAN3=		Cflow.3
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 
 --nFreZHaLTZJo0R7j--



More information about the freebsd-ports-bugs mailing list