From nobody@FreeBSD.org  Fri Nov  8 11:17:45 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id BDD745FA
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Nov 2013 11:17:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id AA7212289
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  8 Nov 2013 11:17:45 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA8BHj9W052352
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 8 Nov 2013 11:17:45 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA8BHjKD052344;
	Fri, 8 Nov 2013 11:17:45 GMT
	(envelope-from nobody)
Message-Id: <201311081117.rA8BHjKD052344@oldred.freebsd.org>
Date: Fri, 8 Nov 2013 11:17:45 GMT
From: Pavel Timofeev <timp87@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-mgmt/flow-tools-ng doesn't ask for options
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: c.kworr@gmail.com

>Number:         183782
>Category:       ports
>Synopsis:       net-mgmt/flow-tools-ng doesn't ask for options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 08 11:20:00 UTC 2013
>Closed-Date:    Wed Nov 20 12:39:31 UTC 2013
>Last-Modified:  Wed Nov 20 12:39:31 UTC 2013
>Originator:     Pavel Timofeev
>Release:        FreeBSD-10.0 BETA3 amd64
>Organization:
>Environment:
>Description:
net-mgmt/flow-tools-ng doesn't have visual option dialog, but as I can see Makefile has lines for configuring options:

.if defined(WITH_PGSQL)
CONFIGURE_ARGS+=--with-postgresql
USE_PGSQL=      yes
.else
CONFIGURE_ARGS+=--without-postgresql
.endif

.if defined(WITH_MYSQL)
CONFIGURE_ARGS+=--with-mysql="${PREFIX}"
USE_MYSQL=      yes
.else
CONFIGURE_ARGS+=--without-mysql
.endif

.if defined(WITH_OPENSSL)
USE_OPENSSL=    Yes
CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}"
.else
CONFIGURE_ARGS+=--without-openssl
.endif


It's probably has to be converted to new port's option framework.
>How-To-Repeat:
make -C /usr/ports/net-mgmt/flow-tools-ng make config
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Nov 9 18:49:06 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183782 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 9 18:49:23 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183782 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: c.kworr@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/183782: net-mgmt/flow-tools-ng doesn't ask for options
Date: Sat, 9 Nov 2013 18:49:23 UT

 Maintainer of net-mgmt/flow-tools-ng,
 
 Please note that PR ports/183782 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183782
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Pavel Timofeev <timp87@gmail.com>
To: bug-followup@FreeBSD.org, timp87@gmail.com
Cc:  
Subject: Re: ports/183782: net-mgmt/flow-tools-ng doesn&#39;t ask for options
Date: Wed, 20 Nov 2013 15:02:30 +0400

 Here is patch http://www.freebsd.org/cgi/query-pr.cgi?pr=184115

From: Pavel Timofeev <timp87@gmail.com>
To: "bug-followup@FreeBSD.org" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/183782: net-mgmt/flow-tools-ng doesn&#39;t ask for options
Date: Wed, 20 Nov 2013 15:09:30 +0400

 So this one can be closed.
 
 2013/11/20 Pavel Timofeev <timp87@gmail.com>:
 > Here is patch http://www.freebsd.org/cgi/query-pr.cgi?pr=184115
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Nov 20 12:39:04 UTC 2013 
State-Changed-Why:  
see ports/184115. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183782 
>Unformatted:
