Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2010 08:49:24 GMT
From:      Frank Wall <fw@moov.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146145: [patch] net-mgmt/flow-tools: add OPTIONS support
Message-ID:  <201004290849.o3T8nOeY014589@www.freebsd.org>
Resent-Message-ID: <201004290850.o3T8o3g8047272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146145
>Category:       ports
>Synopsis:       [patch] net-mgmt/flow-tools: add OPTIONS support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 08:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frank Wall
>Release:        7.1-RELEASE-p4
>Organization:
>Environment:
FreeBSD 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 09:43:46 UTC 2009     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
add OPTIONS support
>How-To-Repeat:

>Fix:
apply the patch

Patch attached with submission follows:

Index: net-mgmt/flow-tools/Makefile
===================================================================
--- net-mgmt/flow-tools/Makefile	(revision 837)
+++ net-mgmt/flow-tools/Makefile	(working copy)
@@ -14,6 +14,10 @@
 MAINTAINER=	stas@FreeBSD.org
 COMMENT=	Suite of tools and library to work with netflow data
 
+OPTIONS=	MYSQL	"Enable MySQL support"		off \
+		OPENSSL	"Enable OpenSSL support"	off \
+		PGSQL	"Enable PostgreSQL support"	off
+
 CONFLICTS=	flow-tools-ng-[0-9]*
 
 USE_PYTHON_RUN=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004290849.o3T8nOeY014589>