From owner-freebsd-x11@FreeBSD.ORG Mon Jun 7 07:26:54 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4267016A4D0 for ; Mon, 7 Jun 2004 07:26:54 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD33F43D39 for ; Mon, 7 Jun 2004 07:26:53 +0000 (GMT) (envelope-from kaiwai@vfemail.net) Received: from [210.50.172.170] (210.50.172.170) by smtp02.syd.iprimus.net.au (7.0.024) id 40BDB6CA00148846; Mon, 7 Jun 2004 17:26:44 +1000 User-Agent: Microsoft-Entourage/10.1.4.030702.0 Date: Mon, 07 Jun 2004 17:26:40 +1000 From: Matthew Gardiner To: Eric Anholt Message-ID: In-Reply-To: <1086591877.40842.14.camel@leguin> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable cc: freebsd-x11@freebsd.org Subject: Re: XFree86-4 balls up X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 07:26:54 -0000 On 7/6/04 5:04 PM, "Eric Anholt" wrote: > On Sun, 2004-06-06 at 23:39, Matthew Gardiner wrote: >> I've just recently cvsup'ed my ports, and everything is now buggered; >> absolutely. The XFree86-4 fails to build because of conflicts between >> XFree86-libraries, libXrender the the dependencies. >>=20 >> Whats the story? >>=20 >> Oh, and the xorg-* are buggered as well. >=20 > You can't mix and match. Remove it all (pkg_delete -f), and install > what you want to actually use. I use the xorg ports here, and it only > requires a one-line change to bsd.port.mk to keep dependencies of other > ports registering happily. There will be an xorg metaport to use soon. But that=B9s the problem, I'm not trying to mix and match. I cvs'uped, remove= d all packages and did a clean install of XFree86-4 using the meta port. The problems start occuring when XFree86-4-libraries start to compile, it start= s compiling Xft2 (I think) then I complains that Xrender is either too old or not available due to the fact that there is no pkg information regarding xrender in the /usr/X11R6/libdata/pkgconfig directory. When that failed, I then removed what was installed, then proceeded to install xorg-*, which fails as well. Matty