From owner-freebsd-stable@FreeBSD.ORG Wed Jul 9 13:04:35 2014 Return-Path: Delivered-To: freebsd-stable@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 BCD0357A; Wed, 9 Jul 2014 13:04:35 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 851642AE2; Wed, 9 Jul 2014 13:04:35 +0000 (UTC) Received: from 0x20.net (0x20.net [IPv6:2001:aa8:fffb:1::2]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id A1C8A6A6002; Wed, 9 Jul 2014 15:04:32 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 09 Jul 2014 15:04:32 +0200 From: Lars Engels To: Pete French Subject: Re: Issues using =?UTF-8?Q?new=5Fxorg=20pkg=20repository?= In-Reply-To: References: Message-ID: X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.7 Cc: owner-freebsd-stable@freebsd.org, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 13:04:35 -0000 Am 2014-07-09 14:19, schrieb Pete French: > Instructions for using the new repository are as follows: > >> mkdir -p /usr/local/etc/pkg/repos >> cat > /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf <> # /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf >> # It is still required to have /etc/pkg/FreeBSD.conf installed and >> enabled. >> # If that file is missing or if /usr/share/keys/pkg is missing see: >> # http://www.freebsd.org/security/advisories/FreeBSD-EN-14:03.pkg.asc >> >> FreeBSD_new_xorg: { >> url: "pkg+http://pkg.FreeBSD.org/${ABI}/new_xorg", >> mirror_type: "srv", >> signature_type: "fingerprints", >> fingerprints: "/usr/share/keys/pkg", >> enabled: yes >> } >> EOF > > Having dne that, however, if I do 'pkg update' what I > get is this: > > Updating repository catalogue > pkg: http://pkg.FreeBSD.org//new_xorg/digests.txz: Not Found > pkg: Unable to find catalogs > > I am running 9.3-PRERELEASE (amd64) - this should work simply by > following the instuctions should it not ? From looking at > the error it would appear that ABI is not being set - yet > the same syntax is being used in /etc/pkg/FreeBSD.conf and > it appears to work there. > > Any suggestions ? I suspect I have missed something obvious, but what ? > Whad does this show: pkg -vvv | grep -e ABI -e url