From owner-freebsd-ports@FreeBSD.ORG Sun Jun 8 02:47:22 2014 Return-Path: Delivered-To: ports@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 3BF112EA for ; Sun, 8 Jun 2014 02:47:22 +0000 (UTC) Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 EE2D829CF for ; Sun, 8 Jun 2014 02:47:21 +0000 (UTC) Received: from [10.0.1.13] (r74-192-37-226.vctrcmta01.vctatx.tl.dh.suddenlink.net [74.192.37.226]) (authenticated bits=0) by nostrum.com (8.14.9/8.14.7) with ESMTP id s582lJC1059226 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 7 Jun 2014 21:47:20 -0500 (CDT) (envelope-from daved@nostrum.com) X-Authentication-Warning: raven.nostrum.com: Host r74-192-37-226.vctrcmta01.vctatx.tl.dh.suddenlink.net [74.192.37.226] claimed to be [10.0.1.13] Subject: Re: Global options ordering bug? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset=us-ascii From: Dave Duchscher X-Priority: 3 In-Reply-To: <38546C628B1E4794B672121666E8C0DD@multiplay.co.uk> Date: Sat, 7 Jun 2014 21:47:19 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4A66B5D4-6C9E-43A8-ABF9-9B83279CB09C@nostrum.com> <38546C628B1E4794B672121666E8C0DD@multiplay.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.2) Cc: ports@freebsd.org 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:47:22 -0000 Thanks. I new this but for some reason I just couldn't see it. I had = used +=3D in other paces but for some reason was not doing it here. = *sigh* -- DaveD On Jun 7, 2014, at 9:39 PM, Steven Hartland = wrote: > Its a single option so you need: > OPTIONS_UNSET=3DX11 JAVA >=20 > ----- Original Message ----- From: "Dave Duchscher" = > To: > Sent: Sunday, June 08, 2014 3:36 AM > Subject: Global options ordering bug? >=20 >=20 >> I was updating make.conf on a build machine today and noticed that = OPTIONS_UNSET=3DX11 was not working. Digging around, I found that if = OPTIONS_UNSET=3DX11 was set before OPTIONS_UNSET=3DJAVA, = OPTIONS_UNSET=3DX11 didn't happen. WITHOUT_X11=3DYES worked in all = cases. Is this expected behavior or a bug? >>=20 >> -- >> DaveD >>=20 >> _______________________________________________ >> 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" >=20 > _______________________________________________ > 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"