Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 01:16:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191144] New: [patch] Mk/bsd.options.mk: Add opt_IMPLIES and opt_PREVENTS
Message-ID:  <bug-191144-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: adamw@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.



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