>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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"