From owner-freebsd-questions@freebsd.org Mon Oct 9 17:02:42 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 8E984E3674A for ; Mon, 9 Oct 2017 17:02:42 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: from rgout0704.bt.lon5.cpcloud.co.uk (rgout0704.bt.lon5.cpcloud.co.uk [65.20.0.144]) by mx1.freebsd.org (Postfix) with ESMTP id E8B1C6EDB9 for ; Mon, 9 Oct 2017 17:02:41 +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 rgout07.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as j.geering@btinternet.com) id 598528DE06672C78; Mon, 9 Oct 2017 18:02:37 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btcpcloud; t=1507568562; bh=/RywQEoGHFK7k+kuWT12zUjtqHgAogE1vGke3WI9no4=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References:X-Mailer:Mime-Version; b=tTsVIU+ibNohE6cpyjXbcwexBSF0mfH2Kt6ttyzItotCLf9TkR+5fLOGCKMSUFHAeS1uuQzrvWFOwea0f0NPccPFGUhwz8diqkr7IIj3d2RF9opnyJx6ufgmKdZ+BdBBRxp8z106hoaWHQK5tlgLEeZa/eqbnWaSpfaRIjTZADA= Message-ID: <1507568551.29148.20.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: Mon, 09 Oct 2017 13:02:31 -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: Mon, 09 Oct 2017 17:02:42 -0000 Marco, thank you! By the way I've read a lot of the documentation and it is excellent; even so it still leaves one with pockets of misunderstandings or conceptual voids. As a new user to freeBSD one has so many questions that it is easy to miss the wood for the trees. Many thanks! -----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