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
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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
Here is patch http://www.freebsd.org/cgi/query-pr.cgi?pr=184115
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 see ports/184115.