From nobody@FreeBSD.org  Thu Dec 30 11:52:26 2010
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 7D0621065673
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 11:52:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6D30F8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 11:52:26 +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 oBUBqPVi044925
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Dec 2010 11:52:25 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBUBqPoR044924;
	Thu, 30 Dec 2010 11:52:25 GMT
	(envelope-from nobody)
Message-Id: <201012301152.oBUBqPoR044924@red.freebsd.org>
Date: Thu, 30 Dec 2010 11:52:25 GMT
From: Eitan Adler <lists@eitanadler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Document TRYBROKEN in ports(7)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         153542
>Category:       docs
>Synopsis:       [patch] Document TRYBROKEN in ports(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 12:00:20 UTC 2010
>Closed-Date:    Mon May 30 08:09:27 UTC 2011
>Last-Modified:  Mon May 30 08:10:08 UTC 2011
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
Index: ports.7
===================================================================
--- ports.7	(revision 216679)
+++ ports.7	(working copy)
@@ -477,6 +477,9 @@
 what you are doing and are sure about installing a forbidden port, then
 .Va NO_IGNORE
 lets you do it.
+.It Va TRYBROKEN
+If defined, attempt to build a port even if it is marked as
+.Aq Va BROKEN .
 .It Va PORT_DBDIR
 Directory where the results of configuring
 .Va OPTIONS


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Tue Feb 15 07:14:57 UTC 2011 
Responsible-Changed-Why:  
I'll handle this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/153542: commit references a PR
Date: Tue, 15 Feb 2011 07:16:33 +0000 (UTC)

 Author: keramida (doc committer)
 Date: Tue Feb 15 07:16:27 2011
 New Revision: 218699
 URL: http://svn.freebsd.org/changeset/base/218699
 
 Log:
   Document TRYBROKEN in ports(7).
   
   PR:		docs/153542
   Submitted by:	Eitan Adler <lists@eitanadler.com>
   MFC after:	3 days
 
 Modified:
   head/share/man/man7/ports.7
 
 Modified: head/share/man/man7/ports.7
 ==============================================================================
 --- head/share/man/man7/ports.7	Tue Feb 15 07:12:41 2011	(r218698)
 +++ head/share/man/man7/ports.7	Tue Feb 15 07:16:27 2011	(r218699)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 21, 2009
 +.Dd February 14, 2009
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -477,6 +477,9 @@ 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 TRYBROKEN
 +If defined, attempt to build a port even if it is marked as
 +.Aq Va BROKEN .
  .It Va PORT_DBDIR
  Directory where the results of configuring
  .Va OPTIONS
 _______________________________________________
 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: arundel 
State-Changed-When: Thu Feb 17 12:40:56 UTC 2011 
State-Changed-Why:  
Patched in HEAD (r218699). 

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

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

 Author: bcr (doc committer)
 Date: Mon May 30 07:58:49 2011
 New Revision: 222478
 URL: http://svn.freebsd.org/changeset/base/222478
 
 Log:
   MFC r218699:
   
   Document TRYBROKEN in ports(7).
   
   PR:		docs/153542
   Submitted by:	Eitan Adler <lists@eitanadler.com>
 
 Modified:
   stable/8/share/man/man7/ports.7
 Directory Properties:
   stable/8/share/man/man7/   (props changed)
 
 Modified: stable/8/share/man/man7/ports.7
 ==============================================================================
 --- stable/8/share/man/man7/ports.7	Mon May 30 07:15:33 2011	(r222477)
 +++ stable/8/share/man/man7/ports.7	Mon May 30 07:58:49 2011	(r222478)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 21, 2009
 +.Dd February 14, 2009
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -477,6 +477,9 @@ 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 TRYBROKEN
 +If defined, attempt to build a port even if it is marked as
 +.Aq Va BROKEN .
  .It Va PORT_DBDIR
  Directory where the results of configuring
  .Va OPTIONS
 _______________________________________________
 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 May 30 08:08:13 UTC 2011 
State-Changed-Why:  
The MFC is finished, no reason to keep this PR open any longer. 
Thanks for submitting the patch. PR closed. 

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

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

 Author: bcr (doc committer)
 Date: Mon May 30 08:00:28 2011
 New Revision: 222479
 URL: http://svn.freebsd.org/changeset/base/222479
 
 Log:
   MFC r218699:
   
   Document TRYBROKEN in ports(7).
   
   PR:		docs/153542
   Submitted by:	Eitan Adler <lists@eitanadler.com>
 
 Modified:
   stable/7/share/man/man7/ports.7
 Directory Properties:
   stable/7/share/man/man7/   (props changed)
 
 Modified: stable/7/share/man/man7/ports.7
 ==============================================================================
 --- stable/7/share/man/man7/ports.7	Mon May 30 07:58:49 2011	(r222478)
 +++ stable/7/share/man/man7/ports.7	Mon May 30 08:00:28 2011	(r222479)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 21, 2009
 +.Dd February 14, 2009
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -477,6 +477,9 @@ 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 TRYBROKEN
 +If defined, attempt to build a port even if it is marked as
 +.Aq Va BROKEN .
  .It Va PORT_DBDIR
  Directory where the results of configuring
  .Va OPTIONS
 _______________________________________________
 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"
 
>Unformatted:
