From owner-freebsd-x11@FreeBSD.ORG Fri Aug 8 14:47:52 2014 Return-Path: Delivered-To: freebsd-x11@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 C83DA15F for ; Fri, 8 Aug 2014 14:47:52 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::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 576FD2B80 for ; Fri, 8 Aug 2014 14:47:52 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id u56so5737961wes.28 for ; Fri, 08 Aug 2014 07:47:49 -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=0os0wWrDbPsjcAgisOT50gMh2uMMwlH1kUGR0lUAbtQ=; b=wqNju5GOm8+p5ts0EQrID5FvFqEXr/v2lUkBxlFRRhhnNv1+bm2+LoRcdNWoLQLZOA BpojNY39wSi3gYfJhVYKiuWFP1UQGe+m3jqx343wBQdpJ+j88q4o2bAX0VCPeZzCEtnC rLE3pP7BGBEIsk1M75SmzGlH58Arg5rojYOoATvVGoMvjtcEN6Kob/CqmfwHMWGmH4o+ 8lH5jXFEPdENEpO/9UYVwpWJKucSSnamavAj9ecTdSvO6JH40U4Up0KPWkIOYI4E4NkF L7a2VdOwNapKb/YCzS8yaNGrM22T62RrdiPKJZsWIs4cvsZdO9EklTth6xNlDdh0gzGs I0/Q== X-Received: by 10.180.221.133 with SMTP id qe5mr700543wic.17.1407509269683; Fri, 08 Aug 2014 07:47:49 -0700 (PDT) Received: from [192.168.178.122] (p5B36C99C.dip0.t-ipconnect.de. [91.54.201.156]) by mx.google.com with ESMTPSA id pm3sm17841351wjb.28.2014.08.08.07.47.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Aug 2014 07:47:48 -0700 (PDT) Message-ID: <53E4E313.8030504@gmail.com> Date: Fri, 08 Aug 2014 16:47:47 +0200 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: repository for kms References: <20140808142559.GA2477@knossos> In-Reply-To: <20140808142559.GA2477@knossos> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2014 14:47:52 -0000 > Yep, I have that exactelly! > And still have server 1.7.7_13,1. Have you locked some packages related to X? Does "pkg info -ka | grep yes" show any locked packages? Can you show the contents of your "/usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf"? Can you try "pkg update"? It should output something like this: Updating repository catalogue FreeBSD repository is up-to-date FreeBSD_new_xorg repository is up-to-date All repositories are up-to-date And "pkg search xorg-server" should return: xorg-server-1.7.7_13,1 xorg-server-1.12.4_8,1 You could also try "pkg update -f" (update, not upgrade) to forcefully update the repo infos.