Opened 16 years ago
Closed 14 years ago
#15516 closed defect (fixed)
wakeonlan: turn off universal variant
Reported by: | ryandesign (Ryan Carsten Schmidt) | 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 (5)
comment:1 Changed 16 years ago by mww@…
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by raimue (Rainer Müller)
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 {}
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | nox@… added |
---|
I see you have a different definition of universal than I did. :) Let's discuss.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Port: | wakeonlan added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Well this got completely forgotten. r72170
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?).