[40841] trunk/dports/devel/git-core/Portfile

blb at macports.org blb at macports.org
Wed Oct 15 19:01:52 PDT 2008


Revision: 40841
          http://trac.macports.org/changeset/40841
Author:   blb at macports.org
Date:     2008-10-15 19:01:52 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------
devel/git-core - Fix perl usage issue (was using the system perl instead of
from MacPorts); closes tickets #13401 and #16612.

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-10-16 01:58:51 UTC (rev 40840)
+++ trunk/dports/devel/git-core/Portfile	2008-10-16 02:01:52 UTC (rev 40841)
@@ -4,6 +4,7 @@
 
 name              git-core
 version           1.6.0.2
+revision          1
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -34,20 +35,20 @@
 
 build.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 build.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               NO_FINK=1 NO_DARWIN_PORTS=1
+               PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
 
 test.run       yes
 test.cmd       make
 test.target    test
 test.dir       ${worksrcpath}
 test.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               NO_FINK=1 NO_DARWIN_PORTS=1
+               PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
 
 destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
 destroot.target   install
 destroot.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 destroot.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-                  PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
+                  PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
 
 post-destroot {
     foreach f {1 5 7} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081015/9f51fa6e/attachment-0001.html 


More information about the macports-changes mailing list