[Bug 218260] ports-mgmt/portlint: portlint shouldn't complain about unused option when it is actually used

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 31 15:53:32 UTC 2017


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

            Bug ID: 218260
           Summary: ports-mgmt/portlint: portlint shouldn't complain about
                    unused option when it is actually used
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: yuri at rawbw.com
             Flags: maintainer-feedback?(marcus at FreeBSD.org)
          Assignee: marcus at FreeBSD.org

For one port I defined the option BUNDLED_NACL which is used:
> BUNDLED_NACL_MAKE_ENV_OFF+=     SODIUM_INSTALL=system
> BUNDLED_NACL_LIB_DEPENDS_OFF=   libsodium.so:security/libsodium

Yes, portlint complains:

> WARN: Makefile: BUNDLED_NACL is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MBUNDLED_NACL appears.

It should check all uses, not just PORT_OPTIONS:MBUNDLED_NACL.

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


More information about the freebsd-ports-bugs mailing list