From owner-freebsd-questions@FreeBSD.ORG Sat Aug 9 09:02:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6E01890 for ; Sat, 9 Aug 2014 09:02:44 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (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 6FEF3222F for ; Sat, 9 Aug 2014 09:02:44 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id l18so6370608wgh.2 for ; Sat, 09 Aug 2014 02:02:42 -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 :content-type:content-transfer-encoding; bh=SrnxXATiLo4BvTa5a+z/Q4L46yBvD4GiHdnS0k8p0/g=; b=OPSfOPvUOetkX5pw7t7Mq7tueefpRTcS1AxDhzygeGrtpGuzxLL9GYEi5lfHPID2T1 E8Nc0HUg1w/R/d0LMuR6nwS6G8V80yKcLO969gKwN4yvR7ppC3/qhu8zxLgXYFiIhJ3e /F0/htq/KSoGd0T8c0BlE4VKuhVcaGupf7OMMX9I+D3b8PTQQnlS5sgMxTKuZ0VLrcuy hpFeZeSF6157XznyIXV6820JTqrlP1g/dVi8JJfQS/nTO6QYfVBN8evqH+ZCFTANy/Aw diAmlsWgn13W2+MlJ3zPFFHXs6KslUd/JDdSTM7vPXli4clBASrum+XiMHNV7dOGzOF1 wb3w== X-Received: by 10.194.8.35 with SMTP id o3mr37303121wja.3.1407574962716; Sat, 09 Aug 2014 02:02:42 -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 d2sm16757058wiy.13.2014.08.09.02.02.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Aug 2014 02:02:42 -0700 (PDT) Message-ID: <53E5E3AC.80306@gmail.com> Date: Sat, 09 Aug 2014 10:02:36 +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: pkg upgrade xorg versions 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:02:44 -0000 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