[Bug 191144] New: [patch] Mk/bsd.options.mk: Add opt_IMPLIES and opt_PREVENTS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 18 01:16:51 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191144

            Bug ID: 191144
           Summary: [patch] Mk/bsd.options.mk: Add opt_IMPLIES and
                    opt_PREVENTS
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: adamw at FreeBSD.org

The attached patch adds the ability for one option to imply another, and for
one option to preclude another.

OPTIONS_DEFINE=    SSL INSTALL_SSL_CERTS OPENSSL GNUTLS
INSTALL_SSL_CERTS_IMPLIES=    SSL
OPENSSL_PRECLUDES=    GNUTLS
GNUTLS_PRECLUDES=     OPENSSL

Is there a better way to do the _PRECLUDE functionality? Either way the
_IMPLIES functionality is sorely needed and the implementation here is dead
simple.

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


More information about the freebsd-ports-bugs mailing list