Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Aug 2016 05:10:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211569] x11-themes/slim-themes: "magic" to determine ports options isn't valid
Message-ID:  <bug-211569-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211569

            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@FreeBSD.org
          Reporter: marino@FreeBSD.org
             Flags: maintainer-feedback?(rea@FreeBSD.org)
          Assignee: rea@FreeBSD.org

while the command "cd /usr/ports/x11-themes/slim-themes; make -V PORT_OPTIO=
NS"
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.

--=20
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-211569-13>