From nobody@FreeBSD.org  Wed Apr 16 13:57:16 2014
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <garga@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [OPTIONS_SINGLE]: bug allows user to choose two single options simultaneously
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188693
>Category:       ports
>Synopsis:       [bsd.port.mk] OPTIONS_SINGLE: bug allows user to choose two single options simultaneously
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>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:  Thu Apr 17 01:19:26 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Apr 17 01:19:01 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188693 
>Unformatted:
