From owner-freebsd-x11@FreeBSD.ORG Fri Mar 14 09:56:44 2014 Return-Path: Delivered-To: freebsd-x11@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 0FD3E698 for ; Fri, 14 Mar 2014 09:56:44 +0000 (UTC) Received: from mail-yh0-x22f.google.com (mail-yh0-x22f.google.com [IPv6:2607:f8b0:4002:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7741FC9 for ; Fri, 14 Mar 2014 09:56:43 +0000 (UTC) Received: by mail-yh0-f47.google.com with SMTP id 29so2247471yhl.6 for ; Fri, 14 Mar 2014 02:56:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=i15FpDjJTuTPCdTx1aqL5nb0vWLxR33BHBxDOAkWikc=; b=kOzEJl8bldWuna9r6jXIDpZV2R7Tv9lzXu8ks/MwMNkmk13QT4B1gx3jozKYeXf6Fr 5GYRekhV34JNA+k0InRFWUKGwM7XOsRI9ATz1H8rEZbIWu8silGdsvuL5+rEkok4y8AB WHndTSx7g1gkLoJtC/QDRm/WFsnBnrGH9bsqzJZHymdxgav3qKgJnDOFgZoevUYgGonU ymvFeiUeOlwVn1/4baPMHwEh4E/E1Gwirg+MIppJbaecWYO5spiI0TM75WXVx7C5uMUm 18T9KzpldBH/4O50H9c0zWpqpJe6WjVzq/h+zfLVpcaQXMkggWwmhu72wTqpx9xR4XXB Ra4w== MIME-Version: 1.0 X-Received: by 10.236.131.163 with SMTP id m23mr9154792yhi.61.1394791002906; Fri, 14 Mar 2014 02:56:42 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Fri, 14 Mar 2014 02:56:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Mar 2014 10:56:42 +0100 X-Google-Sender-Auth: sOe0HQRcK8wcK1iCZ7ZE2rihSCw Message-ID: Subject: Re: WITH_NEW_XORG checks broken in some ports From: Antoine Brodin To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 09:56:44 -0000 On Sat, Mar 8, 2014 at 12:42 AM, Antoine Brodin wrote: > Hi there, > > It looks like the WITH_NEW_XORG checks are broken in some ports: it > has to be checked after bsd.port.pre.mk or bsd.port.options.mk has > been included if we want it to be the default for freebsd 11 users. > Affected ports include at least: > - graphics/libEGL > - x11-drivers/xf86-input-synaptics > - graphics/libglesv2 Hi, Just a reminder, x11-drivers/xf86-input-synaptics and graphics/libglesv2 still have to be fixed. Cheers, Antoine