5,6c5 < version 1.6.2 < revision 3 --- > version 1.7.2 18,19c17 < master_sites http://www.gdal.org/dl/ \ < http://download.osgeo.org/gdal/ --- > master_sites http://download.osgeo.org/gdal/ 21,23c19,20 < checksums md5 f2dcd6aa7222d021202984523adf3b55 \ < rmd160 e445680953f25047a280f36cedba0597094e0562 \ < sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819 --- > checksums md5 05351f8cb61761ae579667e24a297fe6 \ > sha1 a03127530708e3924aec7b505cc2ca4f8153f13c 49d45 < 116a113,124 > # Perl variants > variant perl description {Enable Perl support} { > # There is a bug in the build system of GDAL: when building in parallel, > # the Perl interface may be compiled before GDAL itself is available. > # Symptoms are "can't find gdal-config" while building, and/or > # "Can't locate auto/Geo/OSR/SpatialReference/create.al" when running > use_parallel_build no > depends_lib-append port:perl5.8 > configure.args-delete --without-perl > configure.args-append --with-perl > } >