Ticket #15516 (closed defect: fixed)
wakeonlan: turn off universal variant
| Reported by: | ryandesign@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | nox@… | |
| Port: | wakeonlan |
Description
wakeonlan doesn't install any binaries (only installs a perl script and documentation) so you should add "universal_variant no" to the portfile to turn off the universal variant.
Change History
comment:2 Changed 5 years ago by raimue@…
I can't remember if we came to a conclusion about this on the mailing list and can't find the specific thread in the archive right now.
I think universal_variant no should indicate that there is no way to get a universal build of this port. While ports already being universal (because they contain scripts only and no binaries) should specify this:
default_variants +universal
variant universal {}
Note: See
TracTickets for help on using
tickets.


I probably missed any discussion about this, but: Aren't ports without binaries "universal" by default instead of not-universal-buildable? So an option that is equivalent to "default_variant +universal" would be cooler imho (but I suppose this has been discussed already?).