Bug 183782 - net-mgmt/flow-tools-ng doesn't ask for options
Summary: net-mgmt/flow-tools-ng doesn't ask for options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 11:20 UTC by Pavel Timofeev
Modified: 2013-11-20 12:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2013-11-08 11:20:00 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-11-09 18:49:06 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-09 18:49:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-09 18:49:23 UTC
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
Comment 4 Pavel Timofeev 2013-11-20 11:02:30 UTC
Here is patch http://www.freebsd.org/cgi/query-pr.cgi?pr=184115
Comment 5 Pavel Timofeev 2013-11-20 11:09:30 UTC
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
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2013-11-20 12:39:04 UTC
State Changed
From-To: feedback->closed

see ports/184115.