Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Aug 2016 15:06:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 212053] [porters-handbook] Logic-typo in makefile-options.html 5.12.3.10. OPT_PREVENTS  and OPT_PREVENTS_MSG
Message-ID:  <bug-212053-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212053

            Bug ID: 212053
           Summary: [porters-handbook] Logic-typo in makefile-options.html
                    5.12.3.10. OPT_PREVENTS  and OPT_PREVENTS_MSG
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: bugzilla.freebsd@omnilan.de

Please see
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html

In chapter 5.12.3.10. "OPT_PREVENTS  and OPT_PREVENTS_MSG",
there's a equivalent-example for:
OPT1_PREVENTS=3D  OPT2

It contains:
.if ${PORT_OPTIONS:MOPT2} || ${PORT_OPTIONS:MOPT1}
but most likely should read
.if ${PORT_OPTIONS:MOPT2} && ${PORT_OPTIONS:MOPT1}

Unfortunately I never visited docs sources, so no patch attached :-(

-Harry

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212053-9>