[Bug 204575] ports-mgmt/portlint incorrectly warns "listed in OPTIONS_DEFINE, but no PORT_OPTIONS:..." for slave ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 16 01:21:21 UTC 2015


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

            Bug ID: 204575
           Summary: ports-mgmt/portlint incorrectly warns "listed in
                    OPTIONS_DEFINE, but no PORT_OPTIONS:..." for slave
                    ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: gerald at FreeBSD.org
             Flags: maintainer-feedback?(marcus at FreeBSD.org)
          Assignee: marcus at FreeBSD.org

How to reproduce:

  1. cd $PORTSDIR/emulators/wine-staging
  2. portlint -C
  3. Observe
  WARN: Makefile: CUPS is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MCUPS
appears.
  WARN: Makefile: DOSBOX is listed in OPTIONS_DEFINE, but no
PORT_OPTIONS:MDOSBOX appears

These options are not defined or used since wine-staging is a slave port
of wine-devel.  

portlint should not issue this warning for slave ports (or correctly
include and process) the respective master ports as well.

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


More information about the freebsd-ports-bugs mailing list