From owner-freebsd-ruby@FreeBSD.ORG Wed Nov 11 01:50:04 2009 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7E7B106566B for ; Wed, 11 Nov 2009 01:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A79508FC17 for ; Wed, 11 Nov 2009 01:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAB1o4F5020800 for ; Wed, 11 Nov 2009 01:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAB1o4BC020799; Wed, 11 Nov 2009 01:50:04 GMT (envelope-from gnats) Date: Wed, 11 Nov 2009 01:50:04 GMT Message-Id: <200911110150.nAB1o4BC020799@freefall.freebsd.org> To: ruby@FreeBSD.org From: Alexander Best Cc: Subject: Re: ports/135691: ports-mgmt/portupgrade Wrong example in man page of pkgdb(1) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 01:50:04 -0000 The following reply was made to PR ports/135691; it has been noted by GNATS. From: Alexander Best To: Stanislav Sedov Cc: Subject: Re: ports/135691: ports-mgmt/portupgrade Wrong example in man page of pkgdb(1) Date: Wed, 11 Nov 2009 02:46:18 +0100 (CET) thanks for committing the change request i issued in that pr. just noticed that you might want to change the directories in the example too since nowadays /usr/X11R6 is linked to /usr/local. so running the current example probably returns all files not installed by a package twice. maybe this example makes more sense: find /usr/local/lib /usr/local/include -print0 -type f | xargs -0 pkg_which -v | fgrep '?' cheers. alex