From owner-freebsd-x11@FreeBSD.ORG Wed Dec 12 17:35:23 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B85616A41A for ; Wed, 12 Dec 2007 17:35:23 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA0F13C4D1 for ; Wed, 12 Dec 2007 17:35:22 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so862030pyb.3 for ; Wed, 12 Dec 2007 09:35:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=j/9E3LZ3aHUV3m61Ybg61XkVMBBy8c0lsrDty2i1lcA=; b=d9YlyLCghayIyQoL4g9/CVWceczMnSKHpuvJmATxArTe4UXtHw8a+iXU49FFBe+Ol9BYAT24fu7bScT5donOg86gOxuy3BFcGvbTMZdGPSPWMGFi1iW9YthBuXIEUPSOI8kTI3kHzrN5mvbAlBIPEZsqvHdmYDDS6DqzBYIaRNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=fc6ZLh+PcjjhG3kDilxCVGWJ4tDI4uJ6ocH+SfNLXTwRYOdn35/SylWq/PnPhQ02cHRGZeDdh8dTUl/1cPMSuxkKAhQP+V/iRe14J9MjR2KJGcB5Sy7imsbalR1BY3ztCKK909M2cQBlUfzTtYgNo1WNB6TzZPtfKpcAlWLCQqw= Received: by 10.64.243.10 with SMTP id q10mr2086446qbh.15.1197480922050; Wed, 12 Dec 2007 09:35:22 -0800 (PST) Received: by 10.64.28.7 with HTTP; Wed, 12 Dec 2007 09:35:22 -0800 (PST) Message-ID: Date: Wed, 12 Dec 2007 17:35:22 +0000 From: "Florent Thoumie" Sender: florent.thoumie@gmail.com To: "alvest@earthlink.net" In-Reply-To: <474F6061.2020603@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <474F6061.2020603@earthlink.net> X-Google-Sender-Auth: ecbe9de3f9c4317e Cc: x11@freebsd.org Subject: Re: Makefile for xorg-server port X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 17:35:23 -0000 On 30/11/2007, alvest@earthlink.net wrote: > Dear Maintainer, > Please consider the following diff. I read the /configure script and > made the changes on my PC, then tested them to confirm they work. > > --- Makefile 2007-11-19 12:17:39.000000000 -0500 > +++ Makefile_corrected 2007-11-28 22:06:53.000000000 -0500 > @@ -41,15 +41,15 @@ > > .if !defined(WITHOUT_HAL) > LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal > -CONFIGURE_ARGS+= --enable-config-hal > +CONFIGURE_ARGS+= --enable-config-hal=yes > .else > -CONFIGURE_ARGS+= --disable-config-hal > +CONFIGURE_ARGS+= --enable-config-hal=no > .endif > > .if !defined(WITHOUT_AIGLX) > CONFIGURE_ARGS+= --enable-aiglx=yes > .else > -CONFIGURE_ARGS+= --disable-aiglx=yes > +CONFIGURE_ARGS+= --enable-aiglx=no > .endif > > .if !defined(NO_SUID_XSERVER) || ${NO_SUID_XSERVER} == NO I've committed these changes and added OPTIONS at the same time. Thanks! -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer