Bug 117593

Summary: [patch] icase and www make search variables aren't documented in ports man page
Product: Documentation Reporter: Nikolay Bachiyski <nbachiyski>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Nikolay Bachiyski 2007-10-28 10:30:01 UTC
make search accepts two variables, which aren't documented:
* www -- searches in the port web site
* icase -- ignore case, helps case-sensitive searches

Fix: A patch for HEAD is applied.

Patch attached with submission follows:
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-12-21 15:32:32 UTC
Responsible Changed
From-To: freebsd-doc->gabor

I will take a look.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-21 21:32:19 UTC
gabor       2007-12-21 21:32:12 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    share/man/man7       ports.7 
  Log:
  - Document icase variable of make search, which can be used to control
    case-sensitivity
  
  PR:             docs/117593
  Submitted by:   Nikolay Bachiyski <nbachiyski@developer.bg>
  
  Revision  Changes    Path
  1.62      +12 -2     src/share/man/man7/ports.7
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-12-21 21:57:50 UTC
State Changed
From-To: open->patched

Patched in HEAD, MFC reminder.
Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2008-01-04 13:44:56 UTC
State Changed
From-To: patched->closed

Committed, thanks!