diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-02-26 19:27:10 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-02-26 19:27:10 +0000 |
commit | acba5744f9220c1ed6a776e220168cd28bcb4825 (patch) | |
tree | 5d5ab41ece2b5992ca637c9e0ae4f446103c3280 | |
parent | 955b86ad4b263729cf0ed78e63f04de9284be699 (diff) |
fix TRY_BROKEN
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 46664fbc47e..18da2f0a961 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.238 2010/02/12 15:20:13 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.239 2010/02/26 19:27:09 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 12 2010 $ +.Dd $Mdocdate: February 26 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -701,7 +701,8 @@ to simplify bulk-package builds. .It Ev BROKEN Define only for broken ports, set to reason the port is broken. See also -.Ev NO_IGNORE . +.Ev NO_IGNORE , +.Ev TRY_BROKEN . .It Ev BSD_INSTALL_{PROGRAM,SCRIPT,DATA,MAN}[_DIR] Macros passed to make and configure invocations. Set based on corresponding INSTALL_* variables. @@ -1825,6 +1826,15 @@ dependency mechanisms will assume the database of installed packages is correct. See also .Ev BULK . +.It Ev TRY_BROKEN +User settings. +If set to +.Sq Yes , +don't set +.Ev IGNORE +for +.Ev BROKEN +ports, so that we will attempt to build them. .It Ev UNLOCK_CMD User settings. If set, expands to a command that will release a lock. |