From owner-freebsd-stable@FreeBSD.ORG Sun Dec 21 13:39:28 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E1C5EE1 for ; Sun, 21 Dec 2014 13:39:28 +0000 (UTC) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FE922900 for ; Sun, 21 Dec 2014 13:39:27 +0000 (UTC) Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id A3D58197738 for ; Sun, 21 Dec 2014 14:08:54 +0100 (CET) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id A00DE28AEC5 for ; Sun, 21 Dec 2014 14:08:54 +0100 (CET) X-Greylist: Passed host: 188.98.156.63 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-02.arcor-online.net 7826E30310 Received: from lorvorc.mips.inka.de (dslb-188-098-156-063.188.098.pools.vodafone-ip.de [188.98.156.63]) by mail-in-02.arcor-online.net (Postfix) with ESMTPS id 7826E30310 for ; Sun, 21 Dec 2014 14:08:54 +0100 (CET) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.9/8.14.7) with ESMTP id sBLD8rl0077159 for ; Sun, 21 Dec 2014 14:08:53 +0100 (CET) (envelope-from news@lorvorc.mips.inka.de) Received: (from news@localhost) by lorvorc.mips.inka.de (8.14.9/8.14.9/Submit) id sBLD8rlG077158 for freebsd-stable@freebsd.org; Sun, 21 Dec 2014 14:08:53 +0100 (CET) (envelope-from news) To: freebsd-stable@freebsd.org From: Christian Weisgerber Newsgroups: list.freebsd.stable Subject: Re: Problem updatin ports Date: Sun, 21 Dec 2014 13:08:53 +0000 (UTC) Lines: 9 Message-ID: References: <479677408.83303.1419161575551.JavaMail.yahoo@jws10609.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: lorvorc.mips.inka.de 1419167333 77001 ::1 (21 Dec 2014 13:08:53 GMT) X-Complaints-To: usenet@mips.inka.de User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2014 13:39:28 -0000 On 2014-12-21, Filippo Moretti via freebsd-stable wrote: > root  sting /usr/ports 12:06:42$ portmaster 'find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which -qolsort -u' That's nonsensical and not what UPDATING recommends. You messed up the quoting; `...` is not the same as '...'. -- Christian "naddy" Weisgerber naddy@mips.inka.de