From owner-freebsd-questions@FreeBSD.ORG Sat Aug 9 09:12:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57A06DA4 for ; Sat, 9 Aug 2014 09:12:09 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E327B2419 for ; Sat, 9 Aug 2014 09:12:08 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id x48so6629118wes.3 for ; Sat, 09 Aug 2014 02:12:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ydpWitBJYucPbjWs8xsLUFFtHOzId3DrPw7Uge4cYag=; b=YD8q8EVjr+tP1y+s9V/VvK28GqyHV7FjTgY7yBEIMWdzwmMKFyPDPjEcq0SWMjsmlF OwYxDcnY/dgg9rs7cgAboCHTLmEGyHfKbQvr7dqZknFtb0ZD/ZAAKxscOXJqYIN2YZIO UY8u2o7pCnHMWaVr8ZdRC62dbYMugbLh8zw/nytKx5l2nCTEFAEgH8dHYsBPUPKbmcU0 gzJEAULUkKMdGBvgMuLwh8JW5klIoAqYvNWrFD4UlfGiop09uvmWxgssv8d/rP96aUyl Q4vigkeY69AXRPdrvJqrez5bsjIrPZ5M5M+sNzbMdcfhDLyYxR4JxZmzAXXupYu6OvWr qX6Q== X-Received: by 10.180.20.14 with SMTP id j14mr6799508wie.48.1407575527167; Sat, 09 Aug 2014 02:12:07 -0700 (PDT) Received: from kontrol.kode5.net (host86-139-236-94.range86-139.btcentralplus.com. [86.139.236.94]) by mx.google.com with ESMTPSA id z5sm23257441wje.49.2014.08.09.02.12.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Aug 2014 02:12:06 -0700 (PDT) Message-ID: <53E5E5E2.9030603@gmail.com> Date: Sat, 09 Aug 2014 10:12:02 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: pkg upgrade xorg versions References: <53E5E3AC.80306@gmail.com> In-Reply-To: <53E5E3AC.80306@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 09:12:09 -0000 On 09/08/2014 10:02, Jamie Griffin wrote: > Hi, > > I've added the WITH_NEW_XORG repo to pkg(8) config. Just running pkg > upgrade now so my kde4 desktop will get upgraded; however, I've just > noticed xorg-server is being upgraded from 1.7.7_11 to 1.7.7_13, I'm > wondering if it will need to be upgraded to version 1.12.x to support > WITH_NEW_XORG and the new KDE4 environment. > > Is this correct, or do I need to intervene at some stage to change it? > > Jamie Just wanted to add: some KDE packages are being upgraded from the regular FreeBSD repo, others are being upgraded from WITH_NEW_XORG repo; for example: kde-workspace: 4.10.5_1 -> 4.11.9 [FreeBSD_new_xorg] kdelibs: 4.10.5_2 -> 4.12.5_3 [FreeBSD] As you can see, there looks like a version mis-match as well. I feel nervous about this upgrade, do you think there are going to be problems?