Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 11:17:45 GMT
From:      Pavel Timofeev <timp87@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/183782: net-mgmt/flow-tools-ng doesn't ask for options
Message-ID:  <201311081117.rA8BHjKD052344@oldred.freebsd.org>
Resent-Message-ID: <201311081120.rA8BK0el037716@freefall.freebsd.org>

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

>Number:         183782
>Category:       misc
>Synopsis:       net-mgmt/flow-tools-ng doesn't ask for options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 08 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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