| Summary: | [patch] no NO_CHECKSUM in section ENVIRONMENT in man ports(7) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | KOIE Hidetaka <koie> | ||||
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
KOIE Hidetaka
2011-03-28 04:00:26 UTC
Responsible Changed From-To: freebsd-doc->bcr Grab this one from the pool. 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 r7 .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 Patch with minor modifications committed. Set to state patched until the MFC is done (just ports.7, not the other file). ;-) 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 r7 .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" 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 r7 .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 MFC is finished. Thanks for sending the patch. PR closed! |