Ticket #26610: patch

File patch, 1021 bytes (added by ocroquette (Olivier Croquette), 14 years ago)

Patch of the Portfile

Line 
15,6c5
2< version               1.6.2
3< revision      3
4---
5> version               1.7.2
618,19c17
7< master_sites  http://www.gdal.org/dl/ \
8<                               http://download.osgeo.org/gdal/
9---
10> master_sites  http://download.osgeo.org/gdal/
1121,23c19,20
12< checksums             md5 f2dcd6aa7222d021202984523adf3b55 \
13<                               rmd160 e445680953f25047a280f36cedba0597094e0562 \
14<                               sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819
15---
16> checksums             md5 05351f8cb61761ae579667e24a297fe6 \
17>                               sha1 a03127530708e3924aec7b505cc2ca4f8153f13c
1849d45
19<                               
20116a113,124
21> # Perl variants
22> variant perl description {Enable Perl support} {
23>     # There is a bug in the build system of GDAL: when building in parallel,
24>     # the Perl interface may be compiled before GDAL itself is available.
25>     # Symptoms are "can't find gdal-config" while building, and/or
26>     # "Can't locate auto/Geo/OSR/SpatialReference/create.al" when running
27>     use_parallel_build no
28>       depends_lib-append              port:perl5.8
29>       configure.args-delete   --without-perl
30>       configure.args-append   --with-perl
31> }
32>