[MacPorts] #30647: rpm52: buggy perl5_* and python* variants

MacPorts noreply at macports.org
Sun Aug 7 15:28:18 PDT 2011


#30647: rpm52: buggy perl5_* and python* variants
--------------------------------+-------------------------------------------
 Reporter:  blair@…             |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  2.0.1                                
 Keywords:                      |        Port:  rpm52                                
--------------------------------+-------------------------------------------
 The port has these for build dependencies:

 {{{
 depends_build           port:expat port:neon \
                         port:python25 port:perl5.8 \
                         port:readline port:beecrypt \
                         port:libiconv port:gettext
 }}}

 But the perl and python variants modify the library dependencies:

 {{{
 variant perl5_12 description { use perl 5.12 instead of perl 5.8 } {
         depends_lib-delete      port:perl5.8
         depends_lib-append      port:perl5.12
 ...
 }}}

 I think the variants should all have depends_lib replaced with
 depends_build.

 Let me know and I can commit this change.

 I saw this because I had only perl 5.12 on my system and even with the
 variant, it was building perl 5.8.

 Blair

-- 
Ticket URL: <https://trac.macports.org/ticket/30647>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list