[Bug 211569] x11-themes/slim-themes: "magic" to determine ports options isn't valid

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 4 05:10:32 UTC 2016


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

            Bug ID: 211569
           Summary: x11-themes/slim-themes: "magic" to determine ports
                    options isn't valid
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rea at FreeBSD.org
          Reporter: marino at FreeBSD.org
             Flags: maintainer-feedback?(rea at FreeBSD.org)
          Assignee: rea at FreeBSD.org

while the command "cd /usr/ports/x11-themes/slim-themes; make -V PORT_OPTIONS"
might led one to believe the magic used to generate the options is valid,
unfortunately it is not.  The PORTS_OPTIONS cannot be manipulated after
bsd.ports.pre.mk is included; any change after that point isn't seen.

the prove is this:
make -V SELECTED_OPTIONS
(blank)
make -V UNSELECTED_OPTIONS
ALL_THEMES

If OPTIONS_DEFINE were set legally, they would be distributed across
SELECTED_OPTIONS and UNSELECTED_OPTIONS.

Unfortunately another method needs to be found with the last result as just
entering the options by hand.  with the exception of another couple of ports
and slim-themes, all of ports in the tree have valid
SELECTED_OPTIONS/UNSELECTED_OPTIONS.

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


More information about the freebsd-ports-bugs mailing list