From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 09:26:53 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 65D5D1065678 for ; Fri, 14 Mar 2008 09:26:53 +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 531E38FC18 for ; Fri, 14 Mar 2008 09:26:53 +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 383E51CD18; Fri, 14 Mar 2008 01:26:52 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 14 Mar 2008 10:26:50 +0100 User-Agent: KMail/1.9.7 References: <20080314004328.GA28414@phoenix.nasreddine.info> <20080314015808.GC28414@phoenix.nasreddine.info> <20080314024839.GD28414@phoenix.nasreddine.info> In-Reply-To: <20080314024839.GD28414@phoenix.nasreddine.info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803141026.50881.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 09:26:53 -0000 On Friday 14 March 2008 03:48:39 Wael Nasreddine wrote: > This One Time, at Band Camp, Wael Nasreddine said, On Fri, Mar 14, 2008 at 02:58:08AM +0100: > > This One Time, at Band Camp, Mel said, On Fri, Mar 14, 2008 at 02:08:43AM +0100: > > > 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. > > > > Oh that's too bad :S since I need it, I'll just install it with the X > > dependencies... > > > > Thanks anyway, I appreciate your help :) > > I'm having a problem compiling libXext, here's the log: > > --------CUT > ===> Cleaning for libXext-1.0.3,1 > > ===> Extracting for libXext-1.0.3,1 > => MD5 Checksum OK for xorg/lib/libXext-1.0.3.tar.bz2. > => SHA256 Checksum OK for xorg/lib/libXext-1.0.3.tar.bz2. > ===> Patching for libXext-1.0.3,1 > ===> libXext-1.0.3,1 depends on file: > /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libXext-1.0.3,1 > depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> > libXext-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not > found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in > /usr/ports/x11/libX11 => No directory for > /usr/local/libdata/pkgconfig/x11.pc. Skipping.. Well, here's the weird part. Are you missing part of your ports tree? Like /usr/ports/x11/libX11? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.