From owner-freebsd-questions@freebsd.org Tue Oct 10 15:33:53 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 233A0E34E14 for ; Tue, 10 Oct 2017 15:33:53 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: from rgout02.bt.lon5.cpcloud.co.uk (rgout0206.bt.lon5.cpcloud.co.uk [65.20.0.205]) by mx1.freebsd.org (Postfix) with ESMTP id 97EBE1954 for ; Tue, 10 Oct 2017 15:33:51 +0000 (UTC) (envelope-from j.geering@btinternet.com) X-OWM-Source-IP: 207.242.201.20 (US) X-OWM-Env-Sender: j.geering@btinternet.com Received: from minerva (207.242.201.20) by rgout02.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as j.geering@btinternet.com) id 59D91D9400485225; Tue, 10 Oct 2017 16:12:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btcpcloud; t=1507649632; bh=qWF8jze3L7zKoKbV67uEoE4bSb0oOBlimYdUvC5dyEo=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References:X-Mailer:Mime-Version; b=j29DgaSUeIIZmlyLBOrRfbwe1BTKXtXXjGUJ8OY8AB3DK4UbkXDyl23sUc0KYP/F28ldPZhSj9hNiWzygXTRVwL+LhKDlETgwtL41RuSIEG5dgiwCWilmZ57Z4l0fD8MY2+TAHPCARVqRluE/QsHXym7k3GakTfxEGnfjd1Bpf8= Message-ID: <1507648362.12939.3.camel@btinternet.com> Subject: Re: Cannot pkg upgrade WindowMaker 0.95.7 -> 0.95.8 From: James Geering To: Marco Beishuizen Cc: freebsd-questions@freebsd.org Date: Tue, 10 Oct 2017 11:12:42 -0400 In-Reply-To: References: <1507556303.29148.15.camel@btinternet.com> <1507562180.29148.17.camel@btinternet.com> X-Mailer: Evolution 3.12.11 (3.12.11-22.el7) Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 15:33:53 -0000 Hi, Another newbie questions I'm afraid but I cannot find the answer in the documentation or from google. I am performing an svn checkout on the ports/head and of course am asked to accept the ECDSA key fingerprint. I'd rather not do this blindly and so would like to check the fingerprint as per normal. However, I cannot find a list of fingerprints for the FreeBSD servers. Where can I find these please so that I can add it to my known hosts. Thank you. -----Original Message-----From: Marco Beishuizen Reply-to: Marco Beishuizen To: James Geering Cc: freebsd-questions@freebsd.org Subject: Re: Cannot pkg upgrade WindowMaker 0.95.7 -> 0.95.8 Date: Mon, 9 Oct 2017 18:42:22 +0200 (CEST) On Mon, 9 Oct 2017, the wise James Geering wrote: > Ah ok thank you, so I think you mean I have to get explicitly the > windowmaker port using SVN ? and then build it locally? If you want to use ports then you have to update your local portstree and build it locally. If you want to use the pkg then you have to wait until the windowmaker pkg arrives in the pkg repository. Perhaps best thing to do first is to read the handbook about pkg/ports: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html Regards, Marco