Ticket #16476: Portfile.patch
File Portfile.patch, 1.4 KB (added by maccheck@…, 16 years ago) |
---|
-
Portfile
old new 4 4 5 5 name git-core 6 6 version 1.6.0.1 7 revision 1 7 8 description A fast version control system 8 9 long_description Git is a fast, scalable, distributed open source version \ 9 10 control system focusing on speed and efficiency. … … 34 35 35 36 build.env CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 36 37 build.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 37 PERL_PATH="/usr/bin/env perl"NO_FINK=1 NO_DARWIN_PORTS=138 NO_FINK=1 NO_DARWIN_PORTS=1 38 39 39 40 test.run yes 40 41 test.cmd make 41 42 test.target test 42 43 test.dir ${worksrcpath} 43 44 test.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 44 PERL_PATH="/usr/bin/env perl"NO_FINK=1 NO_DARWIN_PORTS=145 NO_FINK=1 NO_DARWIN_PORTS=1 45 46 46 47 destroot.destdir DESTDIR=${destroot} prefix=${prefix} 47 48 destroot.target install 48 49 destroot.env CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 49 50 destroot.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 50 PERL_PATH="/usr/bin/env perl"NO_FINK=1 NO_DARWIN_PORTS=151 NO_FINK=1 NO_DARWIN_PORTS=1 51 52 52 53 post-destroot { 53 54 foreach f {1 5 7} {