[MacPorts] #43148: p5.10-version: tries to modify Perl's version.pm during destroot

MacPorts noreply at macports.org
Sun Jul 27 10:29:38 PDT 2014


#43148: p5.10-version: tries to modify Perl's version.pm during destroot
----------------------------+--------------------------------
  Reporter:  mojca@…        |      Owner:  macports-tickets@…
      Type:  defect         |     Status:  closed
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:
Resolution:  fixed          |   Keywords:
      Port:  p5.10-version  |
----------------------------+--------------------------------

Comment (by devans@…):

 Does changing
 {{{
 if {[vercmp ${perl5.major} 5.10] == 0} {
     configure.env-append \
                     PERL_NO_HIGHLANDER=1
 }
 }}}

 to
 {{{
 if {[vercmp ${perl5.major} 5.12] < 0} {
     configure.env-append \
                     PERL_NO_HIGHLANDER=1
 }

 }}}

 make any difference for you

-- 
Ticket URL: <https://trac.macports.org/ticket/43148#comment:8>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list