Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2009 18:06:37 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r199094 - user/dougb/portmaster
Message-ID:  <200911091806.nA9I6bp6029316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Mon Nov  9 18:06:37 2009
New Revision: 199094
URL: http://svn.freebsd.org/changeset/base/199094

Log:
  1. Begin the process of decrementing the now-obsolete -p option
  2. Document that +IGNOREME files only apply to installed ports
  3. Document that if no port is installed -x runs vs. $origin

Modified:
  user/dougb/portmaster/portmaster
  user/dougb/portmaster/portmaster.8

Modified: user/dougb/portmaster/portmaster
==============================================================================
--- user/dougb/portmaster/portmaster	Mon Nov  9 17:47:49 2009	(r199093)
+++ user/dougb/portmaster/portmaster	Mon Nov  9 18:06:37 2009	(r199094)
@@ -233,7 +233,6 @@ usage () {
 	echo "${0##*/} [Common flags] Multiple full names/paths from $pdb|$pd"
 	echo "                          and/or multiple globs from $pdb"
 	echo ''
-	echo "${0##*/} [Common flags] -p <port directory in $pd>"
 	echo "${0##*/} [Common flags] . [Use in $pd/foo/bar to build that port]"
 	echo ''
 	echo "${0##*/} --show-work [-Gv] [-m <args>] <single port, as above>"

Modified: user/dougb/portmaster/portmaster.8
==============================================================================
--- user/dougb/portmaster/portmaster.8	Mon Nov  9 17:47:49 2009	(r199093)
+++ user/dougb/portmaster/portmaster.8	Mon Nov  9 18:06:37 2009	(r199094)
@@ -54,9 +54,6 @@ This is a change from pre-version-2.3 be
 and/or multiple globs from /var/db/pkg
 .Nm
 .Op Common Flags
-.Fl p Ar port directory in /usr/ports
-.Nm
-.Op Common Flags
  . (Use in /usr/ports/foo/bar to build that port)
 .Nm
 .Fl -show-work
@@ -306,8 +303,13 @@ any arguments to supply to
 .It Fl x
 avoid building or updating ports that match this pattern.
 Can be specified more than once.
+If a port is not already installed the exclude pattern will
+be run against the directory name from
+.Pa /usr/ports .
 .It Fl p Ar port directory in /usr/ports
-specify the full path to a port directory
+specify the full path to a port directory.
+This option is generally not necessary and may be
+removed in future versions.
 .It Fl -show-work
 show what dependent ports are, and are not installed (implies
 .Fl t ) .
@@ -478,11 +480,13 @@ along with their related options.
 .Ed
 .Pp
 .It Pa /var/db/pkg/*/+IGNOREME
-If this file exists, several things will happen:
+If this file exists for a port that is already installed,
+several things will happen:
 .Bl -tag -width F1
-.It 1. The port will be ignored for all purposes, including
-dependency updates, if there is no directory for it in
-.Pa /usr/ports ,
+.It 1. The port will be ignored for all purposes.
+This includes dependency updates even if there is no
+directory for the port in
+.Pa /usr/ports
 and there is no entry for it in
 .Pa /usr/ports/MOVED .
 If the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911091806.nA9I6bp6029316>