From owner-freebsd-ports@FreeBSD.ORG Fri Apr 18 10:15:39 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 C964616E for ; Fri, 18 Apr 2014 10:15:39 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85FF31D3D for ; Fri, 18 Apr 2014 10:15:39 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wb5pS-0003SI-6F for freebsd-ports@freebsd.org; Fri, 18 Apr 2014 12:15:30 +0200 Received: from p4fc55137.dip0.t-ipconnect.de ([79.197.81.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Apr 2014 12:15:30 +0200 Received: from jumper99 by p4fc55137.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Apr 2014 12:15:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Subject: Re: Setup local repo: No signature found, Unable to find catalogs Date: Fri, 18 Apr 2014 10:15:20 +0000 (UTC) Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4fc55137.dip0.t-ipconnect.de User-Agent: XanaNews/1.19.1.320 X-Ref: news.gmane.org ~XNS:0000008D 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: Fri, 18 Apr 2014 10:15:39 -0000 Helmut Schneider wrote: [...] > [helmut@BSDHelmut1064 ~]$ cat /etc/pkg/FreeBSD.conf > # $FreeBSD: release/10.0.0/etc/pkg/FreeBSD.conf 258710 2013-11-28 > 14:24:26Z gjb $ > FreeBSD: { > # url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", > url: "pkg+ftp://ftp.charlieroot.de/pub/FreeBSD/ports/${ABI}/All", > mirror_type: "srv", > signature_type: "fingerprints", > fingerprints: "/usr/share/keys/pkg", > enabled: yes > } > [helmut@BSDHelmut1064 ~]$ [...] > Can anyone tell me what I missed? FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", # enabled: yes enabled: no } myrepo: { url: "pkg+ftp://ftp.charlieroot.de/pub/FreeBSD/ports/${ABI}/All", mirror_type: "srv" enabled: yes } Works for now. Will care about the signature process later.