From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 8 11:20:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2C8461E for ; Fri, 8 Nov 2013 11:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9861522B1 for ; Fri, 8 Nov 2013 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8BK0eq037717 for ; Fri, 8 Nov 2013 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA8BK0el037716; Fri, 8 Nov 2013 11:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Nov 2013 11:20:00 GMT Resent-Message-Id: <201311081120.rA8BK0el037716@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Timofeev 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/183782: net-mgmt/flow-tools-ng doesn't ask for options X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 11:20:00 -0000 >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: