From owner-freebsd-ports@freebsd.org Wed Oct 26 20:48:10 2016 Return-Path: Delivered-To: freebsd-ports@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 5A8E8C2224D for ; Wed, 26 Oct 2016 20:48:10 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF347DCC for ; Wed, 26 Oct 2016 20:48:09 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mandree.no-ip.org ([78.48.110.173]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MFgxF-1c4jvH425N-00Eg0A for ; Wed, 26 Oct 2016 22:48:07 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id C911323CE75 for ; Wed, 26 Oct 2016 22:48:05 +0200 (CEST) Subject: Re: Portmaster still be dissin' jive,bros To: "freebsd-ports@freebsd.org" References: <20161024153814.Y4005-100000@main.put.com> From: Matthias Andree Message-ID: Date: Wed, 26 Oct 2016 22:48:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161024153814.Y4005-100000@main.put.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:uM6dNFpiWYePO3vyge0nlG6tiiUF4cgC+sJzjcnlfCCSWa0lDk7 ZAxFSR35cTHyiJdlL7i+E8s+lZjoe60kmoDl04rPFvnJZAzrDj/zuiXR/eWLitee6QU3jM5 c35JW0WkbjHoapd3TsaoTP5v0+C6KZXiyXi1gswi0C0lzoT5+0/kQTJg2OjgdoGqrP8hy5t goWxZ6tZaocIaHtt2bchA== X-UI-Out-Filterresults: notjunk:1;V01:K0:NpQafx8QuRE=:RoMxoADDFf/wHXYMVBVXy2 F5IWlyVVkuT+4sDFkUyhA6AQWwAPJx71CZBQVcFqIkgeP2UPnbuax01RDhq52Ce8MOrJJ/9by PwLLUqq/JcKY+rzZSrtpk73Ge/tz5khtb9U8+8Ncix6WDZAHJ7XGvNDH42GKIWB1dRj8xirgt s+5vbV+RSd+SaMKzZP/x6u0TY1V/yzwJCGY496ZHYKsykpLGRRdbTIBgdeJBEnOMQ01WG1ME/ fj/OtJOCJfvH6IF174PJUFI23b7NhGrNCu4RuiR8EtP/qL91F1MAmLEMY8lstuNTD/66hvhIA +gHLB/WrKV8kphaJV2xMZXkUXjkvoGA82On7FAQCwaZTajP9lxweY8MKv0fYzdG8AHgBuDk37 l40njGtu4CUTGj2azoHi0jSvrt8BZ0drc3h4UnMDwC0A8V+jm2vEH7wNVSb5LfCR4nB6eenw3 dihJA2oBjl428Xubc5OHDuKc7ayb4B+uCqO7E170H/NZhWacOlzr2UZhnB5GXigQLVBOY8lok 97lkxQYApyNI5zTGgY+YdxwKs4RzeeN1VQz4GDnkd0kbONSrv0Z3KtWzL351Cca0t59omk7IO JBqskYt+yyhb6fJEmyu3BMP5n0OxoDrtSadgz4rfeyxWJVrjDYFBoRCVoODhSyAHriaU9qW/O OTeZ9ZSWorzbwm6taCYVxXoARUBjBLdgqiQ1s3AEt3hwh0lJqmZ9tbcYua1vXPgq16I8Rddzg 2sIwUaC6JtlLXWB8hNii6Fxq9zgvgXAP9gb/ATrWjHe6uYRLSgAvzo38bY/j9ckuvxTfwvcM2 Q2gG4b7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 20:48:10 -0000 Am 24.10.2016 um 21:42 schrieb Louis Epstein: > The technical issue persists that I can not update via portmaster because > I installed misc/jive out of sheer curiosity over its unprecedented MOVED > message. workarounds wirth trying - but untested (alternative): 1. pkg delete -fy jive 2. run portmaster with an explicit set of ports, for instance in bash (other shells may not grok the POSIX $(...) ) portmaster -d $(pkg version -Ivl\<| cut -f1 -d\< | xargs pkg info -qo) or: bash -c 'portmaster -d $(pkg version -Ivl\<| cut -f1 -d\< | xargs pkg info -qo)'