Date: Fri, 7 May 2010 10:10:03 GMT From: Frank Wall <fw@moov.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/146146: [patch] net-mgmt/p5-Cflow: add OPTIONS support Message-ID: <201005071010.o47AA3Db015427@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146146; it has been noted by GNATS. From: Frank Wall <fw@moov.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@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@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@FreeBSD.org +MAINTAINER= fw@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005071010.o47AA3Db015427>