From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 7 10:09:50 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3B61106566B; Fri, 7 May 2010 10:09:50 +0000 (UTC) (envelope-from fw@moov.de) Received: from luzy.moov.de (luzy.moov.de [88.217.225.245]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFB28FC08; Fri, 7 May 2010 10:09:50 +0000 (UTC) Received: from luzy.moov.de (localhost [127.0.0.1]) by luzy.moov.de (Postfix) with ESMTP id 38C19118B4; Fri, 7 May 2010 11:47:28 +0200 (CEST) Date: Fri, 7 May 2010 11:47:27 +0200 From: Frank Wall To: FreeBSD-gnats-submit@FreeBSD.org Message-ID: <20100507094727.GA78045@luzy.moov.de> References: <201004290856.o3T8uCgh029320@www.freebsd.org> <201004290900.o3T90C0Q055419@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <201004290900.o3T90C0Q055419@freefall.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/146146: [patch] net-mgmt/p5-Cflow: add OPTIONS support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 10:09:50 -0000 --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 + .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 +.include --nFreZHaLTZJo0R7j--