From owner-freebsd-questions@FreeBSD.ORG Mon May 16 15:06:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC393106564A for ; Mon, 16 May 2011 15:06:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 69B988FC08 for ; Mon, 16 May 2011 15:06:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p4GF61At022596 for ; Mon, 16 May 2011 09:06:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p4GF61gS022593 for ; Mon, 16 May 2011 09:06:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 16 May 2011 09:06:01 -0600 (MDT) From: Warren Block To: FreeBSD Questions In-Reply-To: <10F63344ABE3D90FFAF0BC99@mac-pro.magehandbook.com> Message-ID: References: <117637.44743.qm@web111903.mail.gq1.yahoo.com> <20110515191828.GA3647@libertas.local.camdensoftware.com> <20110516100038.9940bcfc.freebsd@edvax.de> <10F63344ABE3D90FFAF0BC99@mac-pro.magehandbook.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 16 May 2011 09:06:01 -0600 (MDT) Subject: Re: No keyboard after ports update, 2x moused_enable="YES" culprit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2011 15:06:02 -0000 On Mon, 16 May 2011, Daniel Staal wrote: > --As of May 16, 2011 10:00:38 AM +0200, Polytropon is alleged to have said: > >> On Sun, 15 May 2011 12:18:28 -0700, Chip Camden >> wrote: >>> I wish I could figure >>> out what dependency wanted HAL to be installed so I could remove it. >> >> I would assume that the HAL dependency may be required by >> some deeper-inside Gnome part that is used by Gimp, maybe >> a part of the Gtk+ library... I'm not sure it's trivial to >> find out which one it is. > > --As for the rest, it is mine. > > Sure it is: > > cd /usr/ports/sysutils/hal > make deinstall > > It will list what ports require it. ;) pkg_info -R hal\* will show the same list without actually deinstalling it. But some or most of those don't directly depend on hal, they depend on something else that depends on hal. It would be nice to easily find the root few. xorg-server can be set to not use hal. Then rebuild the keyboard, mouse, and video drivers. One problem with getting rid of hal entirely is libgnomeui, which depends on gvfs, which depends on gnome-mount, which depends on hal.