docs/117593: icase and www make search variables aren't documented in ports man page
Nikolay Bachiyski
nbachiyski at developer.bg
Sun Oct 28 10:30:02 UTC 2007
>Number: 117593
>Category: docs
>Synopsis: icase and www make search variables aren't documented in ports man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 28 10:30:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Nikolay Bachiyski
>Release: FreeBSD 7.0-BETA1.5
>Organization:
>Environment:
>Description:
make search accepts two variables, which aren't documented:
* www -- searches in the port web site
* icase -- ignore case, helps case-sensitive searches
>How-To-Repeat:
>Fix:
A patch for HEAD is applied.
Patch attached with submission follows:
--- ports.7.orig Wed Aug 22 21:11:26 2007
+++ ports.7 Sun Oct 28 11:52:13 2007
@@ -274,7 +274,9 @@
.Va bdeps
(searches the port build-time dependency),
.Va rdeps
-(searches the port run-time dependency)
+(searches the port run-time dependency),
+.Va www
+(searches the port web site)
.Xr make 1
variables, and their exclusion counterparts:
.Va xname , xkey
@@ -317,6 +319,14 @@
.Dq Li apache
in either of the name, path, info
fields, ignore the rest of the record.
+.Pp
+By default the search is case-insensitive. In order to
+make it case-sensitive you can use the
+.Va icase
+variable:
+.Bd -literal -offset indent
+make search name=p5-R icase=0
+.Ed
.It Cm quicksearch
Reduced
.Cm search
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list