From owner-freebsd-ports@FreeBSD.ORG Sun Jun 8 02:40:04 2014 Return-Path: Delivered-To: ports@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 324171EE for ; Sun, 8 Jun 2014 02:40:04 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id EC01029A8 for ; Sun, 8 Jun 2014 02:40:03 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 6407720E7088C; Sun, 8 Jun 2014 02:40:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 5707120E7088A; Sun, 8 Jun 2014 02:39:59 +0000 (UTC) Message-ID: <38546C628B1E4794B672121666E8C0DD@multiplay.co.uk> From: "Steven Hartland" To: "Dave Duchscher" , References: <4A66B5D4-6C9E-43A8-ABF9-9B83279CB09C@nostrum.com> Subject: Re: Global options ordering bug? Date: Sun, 8 Jun 2014 03:39:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 02:40:04 -0000 Its a single option so you need: OPTIONS_UNSET=X11 JAVA ----- Original Message ----- From: "Dave Duchscher" To: Sent: Sunday, June 08, 2014 3:36 AM Subject: Global options ordering bug? >I was updating make.conf on a build machine today and noticed that OPTIONS_UNSET=X11 was not working. Digging around, I found >that if OPTIONS_UNSET=X11 was set before OPTIONS_UNSET=JAVA, OPTIONS_UNSET=X11 didn't happen. WITHOUT_X11=YES worked in all >cases. Is this expected behavior or a bug? > > -- > DaveD > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >