[MacPorts] #43480: perl: remove subrelease number from lib path
MacPorts
noreply at macports.org
Tue Jul 22 15:39:01 PDT 2014
#43480: perl: remove subrelease number from lib path
-------------------------------------------------+-------------------------
Reporter: mojca@… | Owner: macports-
Type: enhancement | tickets@…
Priority: Normal | Status: new
Component: ports | Milestone:
Resolution: | Version:
Port: perl5.8 perl5.10 perl5.12 perl5.14 | Keywords:
perl5.16 perl5.18 |
-------------------------------------------------+-------------------------
Comment (by mojca@…):
The patch apparently broke modules for Perl 5.20. Can you please test the
following patch?
{{{
#!diff
--- _resources/port1.0/group/perl5-1.0.tcl (revision 122465)
+++ _resources/port1.0/group/perl5-1.0.tcl (working copy)
@@ -73,7 +73,7 @@
default perl5.bin {${prefix}/bin/perl${perl5.major}}
# define installation libraries as vendor location
-default perl5.lib {${prefix}/lib/perl5/vendor_perl/${perl5.version}}
+default perl5.lib {[perl5.extract_config vendorlib]}
default perl5.bindir {${prefix}/libexec/perl${perl5.major}}
default perl5.archlib {${perl5.lib}/${perl5.arch}}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/43480#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list