From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 13:25:21 2014 Return-Path: Delivered-To: freebsd-ports@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 C35E1BDD for ; Thu, 17 Apr 2014 13:25:21 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (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 88F051BBE for ; Thu, 17 Apr 2014 13:25:21 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id uz6so447786obc.1 for ; Thu, 17 Apr 2014 06:25:20 -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=rp5BKZJK8+X3diUsVSwL4L8ryoK1pKsdh7pGMQzzEW0=; b=hjmSpvkgeRiIQ2JMvlFePH6bmDaQXR/yQdH+BlHwtPOOjXAlo5TxhgSNpOPX46UrZj MZ7tUxI1QAssuS0BeiCiFNbhndlvW1kCMXpqzxxIDZNzBaZcNpj2Y+5X1EQgmHKHGBa8 ycdTj8IteQ4B+9U+/JJnwxnIFg6LmqkHDiAi0uJaDkaODtbu0F2ZvNM/Ad7TgtKUMwmB Gt3ZaOE/DCdvQCRWu20IgvMwW31Rd5SglweVVgI4L7CCLrmDWUvZOfB/qbUT8rWBXVoc tgVUKgh2bXdfRwhbip0URsiWu34fgAsumcri8UemcCfHgrIsd1IsGnzYocFfUBjs75+q FKwg== X-Received: by 10.60.16.103 with SMTP id f7mr11950639oed.8.1397741120840; Thu, 17 Apr 2014 06:25:20 -0700 (PDT) Received: from ?IPv6:2610:1d8:a03:1:d267:e5ff:fe44:3b30? ([2610:1d8:a03:1:d267:e5ff:fe44:3b30]) by mx.google.com with ESMTPSA id nr7sm46291386obc.22.2014.04.17.06.25.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 06:25:20 -0700 (PDT) Message-ID: <534FD631.3090501@gmail.com> Date: Thu, 17 Apr 2014 08:25:05 -0500 From: Ryan Frederick User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [HEADS UP] WITH_NEW_XORG is now the default on FreeBSD 10 and 9 stable References: <534ECCE7.7050204@freebsd.org> <1397695667853-5904246.post@n5.nabble.com> <1397739683132-5904376.post@n5.nabble.com> In-Reply-To: <1397739683132-5904376.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 13:25:21 -0000 I think the updates may have broken INDEX. Running `pkg version -Ivl "<"` (or `pkg_version -Ivl "<"` on my non-pkgng systems) produces the following: libGL-7.6.1_4 < needs updating (index has 9.1.7) libdrm-2.4.17_1 < needs updating (index has 2.4.52) ...despite both ports being up to date. Ryan