From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 16 14:00:00 2014 Return-Path: Delivered-To: freebsd-ports-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 ESMTPS id A7318A9A for ; Wed, 16 Apr 2014 14:00:00 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 836C312DB for ; Wed, 16 Apr 2014 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GE00FT074171 for ; Wed, 16 Apr 2014 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3GE00pO074170; Wed, 16 Apr 2014 14:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 16 Apr 2014 14:00:00 GMT Resent-Message-Id: <201404161400.s3GE00pO074170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho 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 ESMTPS id 07BB0A69 for ; Wed, 16 Apr 2014 13:57:16 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E893812C8 for ; Wed, 16 Apr 2014 13:57:15 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GDvFJo039541 for ; Wed, 16 Apr 2014 13:57:15 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3GDvFJ3039540; Wed, 16 Apr 2014 13:57:15 GMT (envelope-from nobody) Message-Id: <201404161357.s3GDvFJ3039540@cgiserv.freebsd.org> Date: Wed, 16 Apr 2014 13:57:15 GMT From: Renato Botelho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188693: [OPTIONS_SINGLE]: bug allows user to choose two single options simultaneously X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 14:00:00 -0000 >Number: 188693 >Category: ports >Synopsis: [OPTIONS_SINGLE]: bug allows user to choose two single options simultaneously >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 16 14:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: 10-STABLE >Organization: ESF LLC >Environment: FreeBSD pfbuilder22 10.0-STABLE FreeBSD 10.0-STABLE #0 1cbbe6f(stable/10): Tue Apr 15 10:21:56 BRT 2014 root@pfbuilder22:/usr/obj/usr/pfSensesrc/src/sys/GENERIC amd64 >Description: When you define a OPTIONS_SINGLE, it's not supposed to let user choose 2 of the available options, but it can happen using WITH on command line >How-To-Repeat: # cd /usr/ports/emulators/fuse # make rmconfig # make showconfig ===> The following configuration options are available for fuse-1.1.1_2: AO=off: libao audio library support ICONS=on: Install icon theme(s) ROMS=off: Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) ====> User Interface: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit support GTK3=off: GTK+ 3 GUI toolkit support SDL=off: Simple Direct Media Layer support SVGALIB=off: SVGA graphics support ===> Use 'make config' to modify these settings # make WITH=SDL showconfig ===> The following configuration options are available for fuse-1.1.1_2: AO=off: libao audio library support ICONS=on: Install icon theme(s) ROMS=off: Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) ====> User Interface: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit support GTK3=off: GTK+ 3 GUI toolkit support SDL=on: Simple Direct Media Layer support SVGALIB=off: SVGA graphics support ===> Use 'make config' to modify these settings In this case, GTK2 should be marked as 'off', but it's not and user ends with >Fix: >Release-Note: >Audit-Trail: >Unformatted: