Opened 10 years ago
Closed 10 years ago
#45250 closed defect (fixed)
wakeonlan: use perl5.16
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | haspatch | Cc: | |
Port: | wakeonlan |
Description
wakeonlan was last updated when perl5.12 was the default version used by the perl5 port, so that's how the binary on the packages server is built, but since then the default has changed to perl5.16, and may in the future change to perl5.20. This results in the following error when someone installs the binary today:
-bash: /opt/local/bin/wakeonlan: /opt/local/bin/perl5.12: bad interpreter: No such file or directory
The solution is to be explicit about what version of perl you want to use. The attached patch updates the port to explicitly use perl5.16. We've been making similar changes to other ports that formerly depended on the perl5 port.
Attachments (1)
Change History (2)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | wakeonlan.diff added |
---|
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r131846 (maintainer timeout)