From owner-freebsd-x11@FreeBSD.ORG Sat May 5 19:17:35 2007 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFBD816A400; Sat, 5 May 2007 19:17:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BF83413C44C; Sat, 5 May 2007 19:17:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9ECC01A4DB4; Sat, 5 May 2007 12:18:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1425051588; Sat, 5 May 2007 15:17:35 -0400 (EDT) Date: Sat, 5 May 2007 15:17:34 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070505191734.GD21388@xor.obsecurity.org> References: <20070505163649.GA61199@xor.obsecurity.org> <20070505165350.GA62215@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070505165350.GA62215@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: x11@FreeBSD.org, kde@FreeBSD.org, mi@freeBSD.org Subject: Re: qt assumes /usr/X11R6 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: Sat, 05 May 2007 19:17:35 -0000 On Sat, May 05, 2007 at 12:53:51PM -0400, Kris Kennaway wrote: > On Sat, May 05, 2007 at 12:36:49PM -0400, Kris Kennaway wrote: > > qt needs to be patched to look in ${LOCALBASE} for the X libraries > > instead of assuming they are in /usr/X11R6. Can someone look at this > > ASAP? > > > > Kris > > This appears to come from qmake. Actually qmake just needs a version bump, it correctly patches /usr/X11R6 to ${X11BASE} (except for the freebsd-g++34 script which we dont seem to use), so it needs to redo this now that X11BASE is changing. flz has bumped this in git. I am hoping we don't need to also bump everything that uses qmake since nothing copies this definition into its own files (which is the issue with .la files) Kris