From owner-freebsd-questions@FreeBSD.ORG Fri Oct 12 11:34:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C06892D for ; Fri, 12 Oct 2012 11:34:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5C3F68FC0C for ; Fri, 12 Oct 2012 11:34:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TMdVl-0002VX-JX for freebsd-questions@freebsd.org; Fri, 12 Oct 2012 13:34:37 +0200 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Oct 2012 13:34:37 +0200 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Oct 2012 13:34:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Subject: Re: portmaster options Date: Fri, 12 Oct 2012 11:34:17 +0000 (UTC) Lines: 35 Message-ID: References: <20121012131638.1683e516.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20100101 Firefox/16.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 11:34:34 -0000 Polytropon edvax.de> writes: > > On Fri, 12 Oct 2012 04:35:43 +0000 (UTC), jb wrote: > > Hi, > > what is the diff between > > --index > > and > > --index-only > ... > --index > use INDEX-[7-9] exclusively to check if a port is up to date > ... > --index-only > do not try to use /usr/ports. For updating ports when no /usr/ports > directory is present the -PP|--packages-only option is required. See > the ENVIRONMENT section below for additional requirements. > > This means --index-only is to be used when using portmaster for > binary installs without an installed ports collection. > Well, yes, BUT they seem to be redundant (that's why I asked). # portmaster -L --index-only | egrep '(ew|ort) version|total install' ===>>> New version available: smartmontools-5.43_1 ===>>> 618 total installed ports ===>>> 1 has a new version available # portmaster -L --index | egrep '(ew|ort) version|total install' ===>>> New version available: smartmontools-5.43_1 ===>>> 618 total installed ports ===>>> 1 has a new version available #