From owner-freebsd-ports@FreeBSD.ORG Sun Jun 8 02:36:25 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 A6190B7 for ; Sun, 8 Jun 2014 02:36:25 +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 7F7192925 for ; Sun, 8 Jun 2014 02:36:25 +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 s582aGSx058245 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 7 Jun 2014 21:36:18 -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] From: Dave Duchscher Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Global options ordering bug? Message-Id: <4A66B5D4-6C9E-43A8-ABF9-9B83279CB09C@nostrum.com> Date: Sat, 7 Jun 2014 21:36:15 -0500 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) 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:36:25 -0000 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? -- DaveD