From owner-freebsd-ports@FreeBSD.ORG Mon Jul 5 17:04:11 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7878616A4CE; Mon, 5 Jul 2004 17:04:11 +0000 (GMT) Received: from lakermmtao05.cox.net (lakermmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAACC43D49; Mon, 5 Jul 2004 17:04:10 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz ([68.103.32.140]) by lakermmtao05.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040705170410.KFQR5935.lakermmtao05.cox.net@mezz>; Mon, 5 Jul 2004 13:04:10 -0400 Date: Mon, 05 Jul 2004 12:04:49 -0500 To: "Eric Anholt" References: <1088990415.987.9.camel@leguin> <1089016354.987.14.camel@leguin> From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1089016354.987.14.camel@leguin> User-Agent: Opera M2/7.51 (Linux, build 689) cc: ports@freebsd.org cc: Franz Klammer cc: x11@freebsd.org Subject: Re: dependency fixing for xorg stuff X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 17:04:11 -0000 On Mon, 05 Jul 2004 01:32:34 -0700, Eric Anholt wrote: > On Sun, 2004-07-04 at 19:37, Jeremy Messenger wrote: >> On Sun, 04 Jul 2004 18:20:16 -0700, Eric Anholt wrote: >> >> > http://people.freebsd.org/~anholt/X/xorg-conv-1.diff >> >> You can remove the fluxbox-devel and fluxbox in this diff. The >> fluxbox-devel is no longer depend on XFree86-client. As for fluxbox will >> be remove too when maintainer approves or fluxbox-devel merges into >> fluxbox when 1.0 is released. >> >> A question, how would you like me to deal with the libXrender? The >> x11/gcursor, my port, will need the libXrender if xorg is installed. It >> doesn't need this if XFree86-lib is installed. If you already have this >> plan, then nevermind and I will wait. > > xorg-libraries provides libXrender just like XFree86-4-libraries does. > USE_XLIB will cover it fine. You may be thinking of the modular x > effort, which is unfortunately still some time off before it'll be > releasable for general use. Because of that I'm not working on > supporting it, for the moment. I have tested gcursor with xorg and it will fail compile because of missing xrender.pc. I didn't check nor realized that if xorg-lib already has libXrender, I just ammused that it needs libXrender so it's why I asked and never gave the enough detail. However, Franz has gave the perfect answer with bugzilla and etc of missing xrender.pc. Thanks! :-) Here's error of gcursor compile: ========================================= checking for glib-2.0 gobject-2.0 gtk+-2.0 gnome-vfs-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 xcursor ... gnome-config: not found gnome-config: not found Package xrender was not found in the pkg-config search path. Perhaps you should add the directory containing `xrender.pc' to the PKG_CONFIG_PATH environment variable Package 'xrender', required by 'Xcursor', not found configure: error: Library requirements ( glib-2.0 gobject-2.0 gtk+-2.0 gnome-vfs-2.0 libgnomeui-2.0 libglade-2.0 gconf-2.0 xcursor ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. ========================================= Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org