From owner-cvs-all@FreeBSD.ORG Sat Jul 14 08:58:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91EBD1065675; Sat, 14 Jul 2012 08:58:26 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2C18FC08; Sat, 14 Jul 2012 08:58:26 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 4B45B40011; Sat, 14 Jul 2012 10:58:24 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 4195A40012; Sat, 14 Jul 2012 10:58:24 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id DD3CE40011; Sat, 14 Jul 2012 10:58:23 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3WZ4YC3rhfz8gtM; Sat, 14 Jul 2012 10:58:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id UVDHBA5F_0ul; Sat, 14 Jul 2012 10:58:21 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3WZ4Y92tXnz8gtL; Sat, 14 Jul 2012 10:58:21 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3WZ4Y91Ygpz9Ctj; Sat, 14 Jul 2012 10:58:21 +0200 (CEST) Message-ID: <500134AE.5050708@daemonic.se> Date: Sat, 14 Jul 2012 10:58:22 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Alexey Dokuchaev References: <201207131023.q6DANvUG081088@repoman.freebsd.org> <20120714070747.GB55269@FreeBSD.org> In-Reply-To: <20120714070747.GB55269@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-ports@FreeBSD.org, Baptiste Daroussin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 08:58:26 -0000 On 2012-07-14 09:07, Alexey Dokuchaev wrote: > On Fri, Jul 13, 2012 at 10:23:57AM +0000, Baptiste Daroussin wrote: >> bapt 2012-07-13 10:23:57 UTC >> >> Modified files: >> Mk bsd.options.mk >> x11-servers/xorg-server Makefile >> Log: >> Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the >> given arch. Fix xorg-server on sparc64 by excluing the HAL option on >> sparc64 has it used to be before convertion to new options framework [1] > > I thought HAL was deprecated anyways, why not simply disable it by default > across the gang? I've never enabled it and X server always runs fine. > > You also seem to have a typo in OPTIONS_EXCLUSE_ (and commit log itself). > > ./danfe > The issue with HAL is that, while it is deprecated in the Linux community, we in the FreeBSD project does not have a replacement for HAL, wrt automatic mounting of usb drives (which can probably be solved using devd) and device recognition and addition in xorg (which is harder to solve). A lot of people expect to ust be able to run "startx" and have it recognize a mouse, keyboard etc. With that said, it is quite possible, and very simple to run x without hal. But then you need a xorg.conf, and you won't get automatic recognition of devices (keyboards, mice) that are plugged in after you've started x, regardless of whether they are in xorg.conf or not. Regards! --