Opened 11 years ago
Closed 11 years ago
#42783 closed defect (fixed)
dirvish needs to use a specific perl
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | chris@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager), woutgg (Wouter R.) |
Port: | dirvish |
Description
dirvish declares dependencies specifically on p5.12 modules, but uses /opt/local/bin/perl, which is not necessarily perl5.12. It needs to specifically use /opt/local/bin/perl5.12. Better yet, update to 5.16. See patch, which also includes the fix from #42782.
Attachments (1)
Change History (4)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | dirvish-perl5.16.diff added |
---|
comment:3 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r118037 without changes, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
proposed patch