Ticket #31202: Portfile-rrdtool.diff

File Portfile-rrdtool.diff, 1.4 KB (added by TruePath (Peter Gerdes), 13 years ago)

Patch for git-core Portfile (diff -u Portfile.orig Portfile)

  • Portfile

    old new  
    119119    default_variants    +python27
    120120}
    121121
     122
    122123variant python26 conflicts python27 description {Use Python 2.6} {
    123124    build.args-append       PYTHON_PATH="${prefix}/bin/python2.6"
    124125    destroot.args-append    PYTHON_PATH="${prefix}/bin/python2.6"
     
    184185    }
    185186}
    186187
     188variant perl5_14 {
     189        depends_run-delete              port:p5.12-error
     190        depends_lib-delete              port:perl5.12
     191        depends_run-append              port:p5.14-error
     192        depends_lib-append              port:perl5.14
     193        build.args-delete               PERL_PATH="${prefix}/bin/perl5.12"
     194        build.args-append               PERL_PATH="${prefix}/bin/perl5.14"
     195        test.args-delete        PERL_PATH="${prefix}/bin/perl5.12"
     196        destroot.args-delete    PERL_PATH="${prefix}/bin/perl5.12"
     197        test.args-append        PERL_PATH="${prefix}/bin/perl5.14"
     198        destroot.args-append    PERL_PATH="${prefix}/bin/perl5.14"
     199        if {[variant_isset svn]} {
     200        depends_run-delete                  port:p5.12-libwww-perl \
     201                                                                port:p5.12-svn-simple \
     202                                                                port:p5.12-term-readkey
     203
     204        depends_run-append                  port:p5.14-libwww-perl \
     205                                                                port:p5.14-svn-simple \
     206                                                                port:p5.14-term-readkey     
     207        } 
     208}
     209
     210
    187211default_variants    +doc +pcre
    188212
    189213livecheck.type          regex
    190 livecheck.regex         {<div id="ver">v([0-9.]+)}
     214livecheck.regex         {<div id="ver">v([0-9.]+)}
     215 No newline at end of file