From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 01:08:49 2008 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 724D51065670 for ; Fri, 14 Mar 2008 01:08:49 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9978FC1D for ; Fri, 14 Mar 2008 01:08:49 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 471931CD18; Thu, 13 Mar 2008 17:08:46 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 14 Mar 2008 02:08:43 +0100 User-Agent: KMail/1.9.7 References: <20080314004328.GA28414@phoenix.nasreddine.info> In-Reply-To: <20080314004328.GA28414@phoenix.nasreddine.info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803140208.44527.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: Headless Azureus with any X11 Dependencies ?? 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: Fri, 14 Mar 2008 01:08:49 -0000 On Friday 14 March 2008 01:43:28 Wael Nasreddine wrote: > Anyway, I switched from Gentoo to FreeBSD like a month ago, I'm quite > happy with it, very stable very reliable, but I'm having trouble > installing azureus. Since it's a server, that doesn't even have a > monitor attached to it, I have no use for any X11 dependencies, so > I've added to make.conf > > --------CUT > WITHOUT_X11=yes > --------CUT Unfortunately, that switch isn't working as "I don't want anything pulled in that uses X11", but rather as "If this port can be built without X11, then I will obey that, otherwise I will go ahead and install X11". Maybe that's a project for next google's summer of code. Anyway, the port depends on x11-toolkits/swt, which is what pulls in X. If you know that azareus can be built without X, you could request support for it through the send-pr(1) mechanism, but it doesn't look like that'd be an easy job. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.