From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 23:54:49 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 2E7F75F6 for ; Mon, 28 Apr 2014 23:54:49 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (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 BD8B31203 for ; Mon, 28 Apr 2014 23:54:48 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y10so4344230wgg.0 for ; Mon, 28 Apr 2014 16:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=a1E2dgC4ojQSQeN48RqwnS28I0ZEdZ90zAeKzChy+Sw=; b=yk9vpO8vyvA931WoQ6e0Ws4vC0+aklZGl4DvGcga/cmVlGCwbNooXBe63XEM9K9bWA BoYBvYGUza37g7vJwJuQ2RyrCg0SxHiCTXa6/MOc19FHfMLMaoZzW+BBnYGxA0DX9Cr7 UIAAkrB4zSwR8VwEtzy9OuFTkHf+YWMfzlGjSMUQZQrOJvDAULUwYrRMjDcBjHYXU7o1 9IU3hlWMm4m2sk/W0/dASkp/OiJSbdsq9IlEPr9PldL7POaSw1cgB8WBmiY5931oipha xRTpP4IelCduFOzpt8oBXzl3lFBO7w+ehWn78byzmBjt3JDOMEd4MMH4cRvvHxPZVaFl q9eg== MIME-Version: 1.0 X-Received: by 10.180.91.161 with SMTP id cf1mr17573242wib.49.1398729287115; Mon, 28 Apr 2014 16:54:47 -0700 (PDT) Received: by 10.216.86.145 with HTTP; Mon, 28 Apr 2014 16:54:47 -0700 (PDT) In-Reply-To: <87lhuqm55k.fsf@UlanBator.myhome.westell.com> References: <87lhuqm55k.fsf@UlanBator.myhome.westell.com> Date: Mon, 28 Apr 2014 19:54:47 -0400 Message-ID: Subject: Re: Most recent port not updating. From: "illoai@gmail.com" To: "R. Clayton" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 23:54:49 -0000 On 28 April 2014 00:47, R. Clayton wrote: > I'm running > > $ uname -a > FreeBSD AddisAbaba 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11= 02:38:15 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/= sys/GENERIC i386 > =E2=80=A6 > libdrm is not the only port having this problem: > > # portversion -O -v -L =3D > [Reading data from pkg(8) ... - 666 packages found - done] > dri-7.6.1_3,2 < needs updating (port has 9.1.7_3,2) > libGL-7.6.1_4 < needs updating (port has 9.1.7) > libdrm-2.4.17_1 < needs updating (port has 2.4.52) > xf86-video-intel-2.7.1_8 < needs updating (port has 2.21.15_3) > xorg-server-1.7.7_13,1 < needs updating (port has 1.12.4_7,1) > > # > > Why is it that I can't update to the most recent versions of these ports?= And > yes, I've done "portsnap fetch update" (otherwise, how would I know the p= orts > are out of date?). As you're on 9.x, do you have "WITH_NEW_XORG=3Dyes" in your /etc/make.conf? Be sure you are ready to run the new version of xorg if you do "go for it", as you will probably have to fiddle with things. https://wiki.freebsd.org/Graphics --=20 --