From owner-freebsd-x11@FreeBSD.ORG Mon Apr 16 15:44:14 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 BE3E016A406; Mon, 16 Apr 2007 15:44:14 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5A213C4B7; Mon, 16 Apr 2007 15:44:14 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 5107A192C88; Mon, 16 Apr 2007 17:44:13 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=241372776; bh=IlHvVjZ6OaXOQ032K/g8b2fhiCs=; h=DomainKey-Signature: X-Virus-Scanned:Received:Received:Received:From:To:Subject:Date: User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-Disposition:Message-Id; b=giujlP 1smAmiwtZP72G62970VYCbJxVkbWgx3koZtfutLlmAPJ8By+W4ZWtFokWf/6gXQZlWf jfhjzEsq6jtloa0kyy0BPdWAdfD0TKmY64C7Esej3/AHqweyrUbhzBl DomainKey-Signature: a=rsa-sha1; s=ja-200610; d=ijs.si; c=nofws; q=dns; h=x-virus-scanned:received:received:received:from:to:subject:date: user-agent:cc:references:in-reply-to:mime-version:content-type: content-transfer-encoding:content-disposition:message-id; b=J9tcpKrc6sZmEznY8iUmfYexRRjuvjBCqWjxSYnGTH6+i4wKLO8rjsaVjH8efNjt9 08HGzoK2PELezzLbe9Ywzcff7uR9/8JjFS3cA9q9Eh5inT9yVYJ55DJr2+/bvx/ X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DQRKZ0y-68BF; Mon, 16 Apr 2007 17:44:10 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 06A0D1929E8; Mon, 16 Apr 2007 17:44:10 +0200 (CEST) Received: from f9pc04.ijs.si (f9pc04.ijs.si [194.249.156.4]) by edina.ijs.si (Postfix) with ESMTP id E7BC3510BA; Mon, 16 Apr 2007 17:44:09 +0200 (CEST) From: Dejan Lesjak To: Michael Nottebrock Date: Mon, 16 Apr 2007 17:44:08 +0200 User-Agent: KMail/1.9.6 References: <200704142316.29396.dejan.lesjak@ijs.si> <200704161306.46713.dejan.lesjak@ijs.si> <200704161735.56856.lofi@freebsd.org> In-Reply-To: <200704161735.56856.lofi@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704161744.09021.dejan.lesjak@ijs.si> Cc: x11@freebsd.org, kde@freebsd.org Subject: Re: [kde-freebsd] Conflicting file in x11-toolkits/qt33 and devel/qt4-designer 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: Mon, 16 Apr 2007 15:44:14 -0000 On Monday 16 of April 2007, Michael Nottebrock wrote: > On Monday, 16. April 2007, Dejan Lesjak wrote: > > On Sunday 15 of April 2007, Michael Nottebrock wrote: > > > On Saturday, 14. April 2007, Dejan Lesjak wrote: > > > > Hello, > > > > > > > > As part of merging X11BASE to LOCALBASE a conflict has been found > > > > between x11-toolkits/qt33 and devel/qt4-designer: > > > > > > > > # pkg_which /usr/local/bin/designer > > > > qt4-designer-4.2.3 > > > > # pkg_which /usr/X11R6/bin/designer > > > > qt-3.3.8_1 > > > > > > Somehow I managed to miss the memo that X11BASE is going to abandoned > > > altogether. :/ > > > > This doesn't make much difference for this, I know, but It's not > > completely abandoned, it's just that it will default to $LOCALBASE. Users > > can still define X11BASE different than localbase though. > > The problem is that without doing this we couldn't have made > > compatibility symlink /usr/X11R6 -> /usr/local (or rather tell people to > > do so) which makes things easier in transition. > > > > > Will look into it. > > > > Thanks! > > This might take a few days to sort out however, please hold off the big > update until then if at all possible. That's fine by me. Dejan