Ticket #17060 (closed enhancement: fixed)
RFE: Ensure that automake uses MacPorts perl
| Reported by: | mcalhoun@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | automake |
Description
Attached is a proposal to ensure that automake uses the MacPorts perl.
See #16830 for the reasons for using perl5 instead of perl5.8.
Attachments
Change History
comment:2 Changed 5 years ago by mcalhoun@…
Thanks for the information.
I just uploaded a revised Portfile.diff.
comment:3 Changed 5 years ago by mww@…
- Status changed from new to closed
- Resolution set to fixed
thanks, fixed!
comment:4 Changed 4 years ago by mcalhoun@…
- Status changed from closed to reopened
- Resolution fixed deleted
I just noticed that the patch was only partially applied.
Due to the #17182, path dependencies should not have ${prefix} in them.
I have uploaded another patch file.
Note: See
TracTickets for help on using
tickets.


Using ${prefix} in depspecs doesn't work as expected (much to my surprise). Use bin/perl rather than ${prefix}/bin/perl, and the prefix will be prepended automatically (and correctly).