From nobody@FreeBSD.org  Mon Mar 28 02:53:57 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DD6F3106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 02:53:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C9E988FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 02:53:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2S2rvDk082634
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 02:53:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p2S2rvBW082633;
	Mon, 28 Mar 2011 02:53:57 GMT
	(envelope-from nobody)
Message-Id: <201103280253.p2S2rvBW082633@red.freebsd.org>
Date: Mon, 28 Mar 2011 02:53:57 GMT
From: KOIE Hidetaka <koie@suri.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: no NO_CHECKSUM in section ENVIRONMENT in man ports(7)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         155980
>Category:       docs
>Synopsis:       [patch] no NO_CHECKSUM in section ENVIRONMENT in man ports(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 28 03:00:26 UTC 2011
>Closed-Date:    Mon Jun 06 07:30:56 UTC 2011
>Last-Modified:  Mon Jun 06 07:30:56 UTC 2011
>Originator:     KOIE Hidetaka
>Release:        9.0-CURRENT
>Organization:
surigiken
>Environment:
FreeBSD guriandgura 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r219849+1716dd734afd,ver-hg,nice-powerd: Tue Mar 22 08:39:13 JST 2011     root@guriandgura:/usr/obj/usr/src/sys/GURIANDGURA  amd64
>Description:
In manpage ports(7),
NO_CHECKSUM is described in section TARGETS, but
NO_CHECKSUM is not described in section ENVIRON.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -477,6 +477,8 @@
 what you are doing and are sure about installing a forbidden port, then
 .Va NO_IGNORE
 lets you do it.
+.It Va NO_CHECKSUM
+If defiend, skip verifying checksum.
 .It Va TRYBROKEN
 If defined, attempt to build a port even if it is marked as
 .Aq Va BROKEN .


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Wed May 25 17:32:15 UTC 2011 
Responsible-Changed-Why:  
Grab this one from the pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155980 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/155980: commit references a PR
Date: Mon, 30 May 2011 10:24:12 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Mon May 30 10:23:59 2011
 New Revision: 222492
 URL: http://svn.freebsd.org/changeset/base/222492
 
 Log:
   Add a short description about NO_CHECKSUM.
   
   PR:		docs/155980
   Submitted by	KOIE Hidetaka (koie at suri co jp)
   MFC after:	7 days
 
 Modified:
   head/share/man/man7/c99.7
   head/share/man/man7/ports.7
 
 Modified: head/share/man/man7/c99.7
 ==============================================================================
 --- head/share/man/man7/c99.7	Mon May 30 10:12:17 2011	(r222491)
 +++ head/share/man/man7/c99.7	Mon May 30 10:23:59 2011	(r222492)
 @@ -122,7 +122,7 @@ Support for variable length arrays
  New high-precision integer type named long long int, and other integer types
  defined in stdint.h
  .It
 -New boolen data type implemented in stdbool.h
 +New boolean data type implemented in stdbool.h
  .It
  One line comments taken from the C++ language
  .It
 
 Modified: head/share/man/man7/ports.7
 ==============================================================================
 --- head/share/man/man7/ports.7	Mon May 30 10:12:17 2011	(r222491)
 +++ head/share/man/man7/ports.7	Mon May 30 10:23:59 2011	(r222492)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 25, 2011
 +.Dd May 30, 2011
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -479,6 +479,8 @@ Of course, these ports may not work as e
  what you are doing and are sure about installing a forbidden port, then
  .Va NO_IGNORE
  lets you do it.
 +.It Va NO_CHECKSUM
 +If defined, skip verifying the port's checksum.
  .It Va TRYBROKEN
  If defined, attempt to build a port even if it is marked as
  .Aq Va BROKEN .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Mon May 30 10:31:50 UTC 2011 
State-Changed-Why:  
Patch with minor modifications committed. Set to state patched until the 
MFC is done (just ports.7, not the other file). ;-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155980 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/155980: commit references a PR
Date: Mon,  6 Jun 2011 07:14:42 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Mon Jun  6 07:14:29 2011
 New Revision: 222738
 URL: http://svn.freebsd.org/changeset/base/222738
 
 Log:
   MFC r222492:
   
   Add a short description about NO_CHECKSUM.
   
   PR:		docs/155980
   Submitted by	KOIE Hidetaka (koie at suri co jp)
 
 Modified:
   stable/7/share/man/man7/ports.7   (contents, props changed)
 
 Modified: stable/7/share/man/man7/ports.7
 ==============================================================================
 --- stable/7/share/man/man7/ports.7	Mon Jun  6 06:47:11 2011	(r222737)
 +++ stable/7/share/man/man7/ports.7	Mon Jun  6 07:14:29 2011	(r222738)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 25, 2011
 +.Dd May 30, 2011
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -479,6 +479,8 @@ Of course, these ports may not work as e
  what you are doing and are sure about installing a forbidden port, then
  .Va NO_IGNORE
  lets you do it.
 +.It Va NO_CHECKSUM
 +If defined, skip verifying the port's checksum.
  .It Va TRYBROKEN
  If defined, attempt to build a port even if it is marked as
  .Aq Va BROKEN .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/155980: commit references a PR
Date: Mon,  6 Jun 2011 07:15:27 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Mon Jun  6 07:15:19 2011
 New Revision: 222739
 URL: http://svn.freebsd.org/changeset/base/222739
 
 Log:
   MFC r222492:
   
   Add a short description about NO_CHECKSUM.
   
   PR:		docs/155980
   Submitted by	KOIE Hidetaka (koie at suri co jp)
 
 Modified:
   stable/8/share/man/man7/ports.7   (contents, props changed)
 
 Modified: stable/8/share/man/man7/ports.7
 ==============================================================================
 --- stable/8/share/man/man7/ports.7	Mon Jun  6 07:14:29 2011	(r222738)
 +++ stable/8/share/man/man7/ports.7	Mon Jun  6 07:15:19 2011	(r222739)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd May 25, 2011
 +.Dd May 30, 2011
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -479,6 +479,8 @@ Of course, these ports may not work as e
  what you are doing and are sure about installing a forbidden port, then
  .Va NO_IGNORE
  lets you do it.
 +.It Va NO_CHECKSUM
 +If defined, skip verifying the port's checksum.
  .It Va TRYBROKEN
  If defined, attempt to build a port even if it is marked as
  .Aq Va BROKEN .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bcr 
State-Changed-When: Mon Jun 6 07:28:56 UTC 2011 
State-Changed-Why:  
MFC is finished. Thanks for sending the patch. PR closed! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155980 
>Unformatted:
