Ticket #34461: patch-Portfile.diff

File patch-Portfile.diff, 1.5 KB (added by BjarneDMat, 12 years ago)

patch to make git-core independen of installed version of Perl

  • devel/git-core/Portfile

    old new  
    33
    44PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    67name                git-core
     
    2727
    2828depends_run         port:rsync \
    29                     port:p5.12-error \
    30                     port:p5.12-term-readkey
     29                    port:p${perl5.major}-error \
     30                    port:p${perl5.major}-term-readkey
    3131
    32 depends_lib         port:perl5.12 \
     32depends_lib         port:perl${perl5.major} \
    3333                    port:curl \
    3434                    port:zlib \
    3535                    port:openssl \
     
    5657                    CURLDIR=${prefix} \
    5758                    OPENSSLDIR=${prefix} \
    5859                    ICONVDIR=${prefix} \
    59                     PERL_PATH="${prefix}/bin/perl5.12" \
     60                    PERL_PATH="${prefix}/bin/perl${perl5.major}" \
    6061                    NO_FINK=1 \
    6162                    NO_DARWIN_PORTS=1 \
    6263                    NO_R_TO_GCC_LINKER=1 \
     
    149150
    150151variant svn description {Bi-directional subversion repository support} {
    151152    depends_run-append  port:subversion \
    152                         port:p5.12-libwww-perl \
    153                         port:p5.12-svn-simple
     153                        port:p${perl5.major}-libwww-perl \
     154                        port:p${perl5.major}-svn-simple
    154155}
    155156
    156157variant bash_completion {