Opened 8 years ago
Closed 8 years ago
#51885 closed defect (fixed)
clutter: default variants problem with +quartz
Reported by: | mf2k (Frank Schima) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | |
Port: | clutter |
Description
The x11 and quartz variants for clutter conflict. Since the default variant is x11, there are problems if you try to install/info/clean it with +quartz. The default_variants statement should be modified to only add +x11 if +quartz is not selected.
$ port info clutter +quartz Error: clutter: Variant x11 conflicts with quartz Error: Unable to open port: Error evaluating variants
Attachments (1)
Change History (4)
Changed 8 years ago by mf2k (Frank Schima)
Attachment: | Portfile-clutter.diff added |
---|
comment:1 Changed 8 years ago by mf2k (Frank Schima)
Keywords: | haspatch added |
---|
comment:2 Changed 8 years ago by dbevans (David B. Evans)
Status: | new → assigned |
---|
comment:3 Changed 8 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r150564, thanks.