Ticket #27493: Portfile.patch

File Portfile.patch, 1.2 KB (added by maccheck@…, 13 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index f6eb885..3b90cc5 100644
    a b PortSystem 1.0 
    55
    66name              git-core
    77version           1.7.3.2
     8revision          1
    89description       A fast version control system
    910long_description  Git is a fast, scalable, distributed open source version \
    1011                  control system focusing on speed and efficiency.
    test.cmd make 
    5152test.target    test
    5253test.dir       ${worksrcpath}
    5354test.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    54                PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
     55               PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1
    5556
    5657destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
    5758destroot.target   install
    5859destroot.args     CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
    5960                  prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    60                   PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \
     61                  PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 \
    6162                  NO_R_TO_GCC_LINKER=1
    6263
    6364post-destroot {