From owner-freebsd-questions@freebsd.org Mon Oct 9 15:16:35 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 57402E32E9C for ; Mon, 9 Oct 2017 15:16:35 +0000 (UTC) (envelope-from j.geering@btinternet.com) Received: from rgout03.bt.lon5.cpcloud.co.uk (rgout0302.bt.lon5.cpcloud.co.uk [65.20.0.208]) by mx1.freebsd.org (Postfix) with ESMTP id 8046F75CE6 for ; Mon, 9 Oct 2017 15:16:33 +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 rgout03.bt.lon5.cpcloud.co.uk (9.0.019.13-1) (authenticated as j.geering@btinternet.com) id 58A82A5C18B40794; Mon, 9 Oct 2017 16:16:23 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btcpcloud; t=1507562194; bh=eLUSpsDnG2MmtvkjBdIzNhyPUSRS55VMfY8rCcgcwGg=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References:X-Mailer:Mime-Version; b=ciImo9xX6aduYwMswxNOfDnCoU391lNUQq5GLx/h58rxp4gLPX4LdQbtFdJa6NM1LGQ6PuNl7KtnGVsLIge8cUOT7tcNm2qZZDoN6OacRy6enlINh90bOS0H+yh11yDCH8pDUzPdOtbtypG5kaDJKBp+43pigE5d1MPVtRZLomA= Message-ID: <1507562180.29148.17.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 11:16:20 -0400 In-Reply-To: References: <1507556303.29148.15.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 15:16:35 -0000 Ah ok thank you, so I think you mean I have to get explicitly the windowmaker port using SVN ? and then build it locally? -----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 16:28:03 +0200 (CEST) On Mon, 9 Oct 2017, the wise James Geering wrote: > Hi All, I have just noticed that WindowMaker 0.95.8 has been released in > the freshports site; previously I was incorrectly trying to build this > myself from the windowmaker site. So now I see I'm able to utilise the > binary package manager directly. > > freeBSD Version 11.1-release #0 r321309 amd64. WindowMaker 0.95.7. > > When I run "pkg version -vL=" the output does indeed show that > windowmaker-0.95.7_5 requires updating to 0.95.8, however, when I try > and run "pkg upgrade windowmaker" it reports that it I already have the > latest version. I also perform a "portsnap fetch update" but this did > not change. the outcome. What am I missing here please? - it seems like > these steps should work. Many thanks, James The x11-wm/windowmaker port has been updated, but the pkg isn't available yet. If I'm correct, the pkg repository is updated every 3 months, so it would be available in Q4. If you want to use windowmaker 0.95.8 now, best thing to do is use the port. Regards, Marco