Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15516 (assigned defect)

Opened 4 months ago

Last modified 4 months ago

wakeonlan: turn off universal variant

Reported by: ryandesign@… Owned by: mww@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.7.0
Keywords: Cc: nox@…
Port:

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

Changed 4 months ago by mww@…

  • status changed from new to assigned

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?).

Changed 4 months 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 {}

Changed 4 months ago by ryandesign@…

  • cc nox@… added

I see you have a different definition of universal than I did. :) Let's discuss.

Note: See TracTickets for help on using tickets.