File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ Make the standard or the regular expression
107107matching against
108108.Ar pkg-name
109109case sensitive.
110+ This is the default, unless modified by setting
111+ .Ev CASE_SENSITIVE_MATCH
112+ to false in
113+ .Pa pkg.conf .
110114.It Fl D , Cm --delete
111115The operation is to delete an annotation.
112116Only the
@@ -126,10 +130,6 @@ Make the standard or the regular expression
126130matching against
127131.Ar pkg-name
128132case insensitive.
129- This is the default, unless modified by setting
130- .Ev CASE_SENSITIVE_MATCH
131- to true in
132- .Pa pkg.conf .
133133.It Fl M , Cm --modify
134134The operation is to modify a previously existing annotation.
135135Functionally, this behaves similarly to
Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ Use case sensitive standard or regular expression
7777.Fl ( x )
7878matching with
7979.Ar pattern .
80+ This is the default unless
81+ .Ev CASE_SENSITIVE_MATCH
82+ has been set to false in
83+ .Pa pkg.conf .
8084.It Fl d , Fl -dependencies
8185Checks for and installs missing dependencies
8286.It Fl g , Fl -glob
@@ -88,10 +92,6 @@ Use case insensitive standard or regular expression
8892.Fl ( x )
8993matching with
9094.Ar pattern .
91- This is the default unless
92- .Ev CASE_SENSITIVE_MATCH
93- has been set to true in
94- .Pa pkg.conf .
9595.It Fl m , Fl -metadata
9696Checks for metadata discrepancies between the recorded state in pkgdb and the filesystem.
9797.It Fl n , Fl -dry-run
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ Make the standard or regular expression
8585matching against
8686.Ar pkg-name
8787case sensitive.
88+ This is the default, unless modified by setting
89+ .Ev CASE_SENSITIVE_MATCH
90+ to false in
91+ .Pa pkg.conf .
8892.It Fl D , Cm --no-scripts
8993If a deinstallation script exists for a given package, do not execute it.
9094.It Fl f , Cm --force
@@ -111,10 +115,6 @@ Make the standard or regular expression
111115matching against
112116.Ar pkg-name
113117case insensitive.
114- This is the default, unless modified by setting
115- .Ev CASE_SENSITIVE_MATCH
116- to true in
117- .Pa pkg.conf .
118118.It Fl n , Cm --dry-run
119119Dry run mode.
120120The list of packages to delete is always printed, but no packages are
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ Make the standard or the regular expression
8585matching against
8686.Ar pkg-name
8787case sensitive.
88+ This is the default, unless modified by setting
89+ .Ev CASE_SENSITIVE_MATCH
90+ to false in
91+ .Pa pkg.conf .
8892.It Fl d , Cm --dependencies
8993Fetch the package and its dependencies as well.
9094.It Fl g , Cm --glob
@@ -97,10 +101,6 @@ Make the standard or regular expression
97101matching against
98102.Ar pkg-name
99103case insensitive.
100- This is the default, unless modified by setting
101- .Ev CASE_SENSITIVE_MATCH
102- to true in
103- .Pa pkg.conf .
104104.It Fl q , Cm --quiet
105105Quiet mode.
106106Show less output.
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ Make the standard or the regular expression
7272matching against
7373.Ar pkg-name
7474case sensitive.
75+ This is the default, unless modified by setting
76+ .Ev CASE_SENSITIVE_MATCH
77+ to false in
78+ .Pa pkg.conf .
7579.It Fl D , Cm --pkg-message
7680Show the pkg-message for matching packages.
7781.It Fl d , Cm --dependencies
@@ -105,10 +109,6 @@ Make the standard or the regular expression
105109matching against
106110.Ar pkg-name
107111case insensitive.
108- This is the default, unless modified by setting
109- .Ev CASE_SENSITIVE_MATCH
110- to true in
111- .Pa pkg.conf .
112112.It Fl k , Cm --locked
113113Show the locking status for
114114.Ar pkg-name .
Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ Make the standard or the regular expression
141141matching against
142142.Ar pkg-name
143143case sensitive.
144+ This is the default, unless modified by setting
145+ .Ev CASE_SENSITIVE_MATCH
146+ to false in
147+ .Pa pkg.conf .
144148.It Fl f , Cm --force
145149Force the reinstallation of the package if already installed.
146150.It Fl g , Cm --glob
@@ -156,10 +160,6 @@ Make the standard or the regular expression
156160matching against
157161.Ar pkg-name
158162case insensitive.
159- This is the default, unless modified by setting
160- .Ev CASE_SENSITIVE_MATCH
161- to true in
162- .Pa pkg.conf .
163163.It Fl M , Cm --ignore-missing
164164Force the installation of the package with missing dependencies.
165165.It Fl n , Cm --dry-run
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ Make the standard or the regular expression
9696matching against
9797.Ar pkg-name
9898case sensitive.
99+ This is the default, unless modified by setting
100+ .Ev CASE_SENSITIVE_MATCH
101+ to false in
102+ .Pa pkg.conf .
99103.It Fl g , Fl -glob
100104Treat
101105.Ar pkg-name
@@ -106,10 +110,6 @@ Make the standard or the regular expression
106110matching against
107111.Ar pkg-name
108112case insensitive.
109- This is the default, unless modified by setting
110- .Ev CASE_SENSITIVE_MATCH
111- to true in
112- .Pa pkg.conf .
113113.It Fl l , Fl -show-locked
114114Show a list of all locked packages.
115115This can be used without locking or unlocking any packages, in which
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ Make the standard or the regular expression
5858matching against
5959.Ar pkg-name
6060in pattern case sensitive.
61+ This is the default, unless modified by setting
62+ .Ev CASE_SENSITIVE_MATCH
63+ to false in
64+ .Pa pkg.conf .
6165.It Fl e , Cm --evaluate
6266Match packages using the given
6367.Ar evaluation-condition .
@@ -73,10 +77,6 @@ Make the standard or regular expression
7377matching against
7478.Ar pkg-name
7579in pattern case insensitive.
76- This is the default, unless modified by setting
77- .Ev CASE_SENSITIVE_MATCH
78- to true in
79- .Pa pkg.conf .
8080.It Fl g , Cm --glob
8181Treat
8282.Ao pattern Ac
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ Make the standard or the regular expression
6262matching against
6363.Ar pkg-name
6464in pattern case sensitive.
65+ This is the default, unless modified by setting
66+ .Va CASE_SENSITIVE_MATCH
67+ to
68+ .Dq Li false
69+ in
70+ .Pa pkg.conf .
6571.It Fl e Ar evaluation-condition , Fl -evaluate Ar evaluation-condition
6672Match packages using the given
6773.Ar evaluation-condition .
@@ -96,12 +102,6 @@ Make the standard or regular expression
96102matching against
97103.Ar pkg-name
98104in pattern case insensitive.
99- This is the default, unless modified by setting
100- .Va CASE_SENSITIVE_MATCH
101- to
102- .Dq Li true
103- in
104- .Pa pkg.conf .
105105.It Fl U , Fl -no-repo-update
106106Suppress the automatic update of the local copy of the repository catalogue
107107from remote.
Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ or the regular expression
9292matching against
9393.Ar pkg-name
9494case sensitive.
95+ This is the default, unless modified by setting
96+ .Ev CASE_SENSITIVE_MATCH
97+ to false in
98+ .Pa pkg.conf .
9599.It Fl c , Cm --comment
96100Search for packages with comment text matching
97101.Ar pattern .
@@ -126,10 +130,6 @@ or regular expression
126130matching against
127131.Ar pattern
128132case insensitive.
129- This is the default, unless modified by setting
130- .Ev CASE_SENSITIVE_MATCH
131- to true in
132- .Pa pkg.conf .
133133.It Fl L Ar label , Cm --label Ar label
134134Select which identifying label is printed for each matched package,
135135unless
You can’t perform that action at this time.
0 commit comments