From owner-freebsd-x11@FreeBSD.ORG Sat Aug 9 16:51:09 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 76A8F3AE for ; Sat, 9 Aug 2014 16:51:09 +0000 (UTC) Received: from mproxy19.sbb.rs (mproxy19.sbb.rs [89.216.2.104]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.sbb.rs", Issuer "PositiveSSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 066282FE0 for ; Sat, 9 Aug 2014 16:51:08 +0000 (UTC) Received: from faust.localdomain (cable-178-148-98-168.dynamic.sbb.rs [178.148.98.168]) by mproxy19.sbb.rs (8.14.4/8.14.4) with ESMTP id s79Gp5tZ017865 for ; Sat, 9 Aug 2014 18:51:06 +0200 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at SBB mail Received: by faust.localdomain (Postfix, from userid 1001) id 8060BA41FFD; Sat, 9 Aug 2014 18:51:38 +0200 (CEST) Date: Sat, 9 Aug 2014 18:51:38 +0200 From: Zoran Kolic To: freebsd-x11@freebsd.org Subject: Re: repository for kms Message-ID: <20140809165138.GA799@faust.sbb.rs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mproxy19.sbb.rs 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: Sat, 09 Aug 2014 16:51:09 -0000 Interestingly, I upgraded desktop to amd 9.3 and found myself in a stupid situation. Latest does not get new packages and erros with something like sat pkg: cannot resolve conflict between local atk(want remove), remote webkit-gtk2(want install), please resolve it manually pkg: SAT: conflicting request, cannot solve pkg: cannot solve job using SAT solver And so on. On desktop I have amd cpu and nvidia gt520 graphics. What should I set for repo? pkg version says all is fine, but I think I use all old apps. This is the content of FreeBSD.conf: FreeBSD: { url: "pkg+http://pkg.Freebsd.org/${ABI}/latest", mirror_type: "srv", enabled: yes } Here it goes again, right?! Zoran