From owner-freebsd-x11@FreeBSD.ORG Tue Nov 20 14:35:04 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 9FB4D16A468; Tue, 20 Nov 2007 14:35:04 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 70C2413C465; Tue, 20 Nov 2007 14:35:03 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAKEYw6s093622; Tue, 20 Nov 2007 17:34:59 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAKEYvqH093621; Tue, 20 Nov 2007 17:34:57 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: Mikhail Teterin Date: Tue, 20 Nov 2007 17:34:57 +0300 User-Agent: KMail/1.9.7 References: <200711200912.33376@aldan> <200711201720.53864.yuri.pankov@gmail.com> <200711200927.31037@aldan> In-Reply-To: <200711200927.31037@aldan> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200711201734.57547.yuri.pankov@gmail.com> Cc: x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: dependencies out of hand? 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: Tue, 20 Nov 2007 14:35:04 -0000 On Tuesday 20 November 2007 17:27:30 Mikhail Teterin wrote: > On =D7=A6=D7=D4=CF=D2=CF=CB 20 =CC=C9=D3=D4=CF=D0=C1=C4 2007, Yuri Pankov= wrote: > =3D New xorg-server utilizes sysutils/hal for hardware autodetection, > glib20 =3D and cdrecord are dependencies of hal (can be turned off > using =3D WITHOUT_HAL). It also needs dbus, polkit and so on. Not sure > about gtk. > > Thanks, Yuri. But I could trace the dependencies myself. My point Well, sorry for the noise. > was, something is wrong if an unrelated utility such as cdrecord and > a large (and frequently changing) library such as glib are both > /required/ to build the X-server. > > Maybe, the WITHOUT_HAL knob should be more visible... Maybe, it > should not require cdrecord by default. > > I don't have a solution -- I'm just pointing out a problem... > > -mi Yuri