Opened 13 years ago
Closed 10 years ago
#30938 closed enhancement (invalid)
help2man @1.40.4_1 Enhancement to support perl5 variants
Reported by: | ccarey@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | haspatch | Cc: | nonstop.server@…, petrrr, kurthindenburg (Kurt Hindenburg) |
Port: | help2man |
Description
The attached patch to help2man
’s Portfile allows either Perl 5.8, 5.10, 12, or 5.14 to be a supported library dependency through the addition of variants with identical names to those for perl5
. If no variant be specified when compiling help2man
, then the default will be a Perl 5.12 library dependency, which leaves the unpatched behavior unchanged and mirrors the default variant of perl5
compilation.
Attachments (1)
Change History (6)
Changed 13 years ago by ccarey@…
Attachment: | Portfile-help2man.diff added |
---|
comment:1 Changed 13 years ago by ccarey@…
Once this patch is applied and compiled, a similar patch for intltool
, #30937, can be used.
comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Currently, perl5.16 is used - there's talk about the best way of handling perl versions - I'll adjust Portfile thereafter.
Note: See
TracTickets for help on using
tickets.
Patch to add perl variants to help2man