(I'm working on upgrading the pkgsrc entry from 2.0.3 to 2.1.2. Surely from there 2.1.3 will be easy. I don't yet have a coherent note about where I am on this, but wanted to post something quick. Once I've done that I'll either test 2.1.3RC or move to 2.1.3 depending on where you are. This is not a request to wait for me; I'm behind and that wouldn't be reasonable.)
I couldn't find how to run tests (which I am assuming exist); there was not a test or check target. I didn't find a README in th sources, and the wiki info which I did find pointed to by docs doesn't mention running tests. For 2.1.2 I had to add the following patch. (I realize this belongs in configure.in, but we patch configure instead when we aren't already regenerating it.) Not a big deal but it will cause configure to fail with a POSIX-conforming shell without bash extensions, and pkgsrc's portability check code throws an error. $NetBSD$ Remediate bashism. Not yet reported upstream. --- configure.orig 2016-10-24 11:00:31.000000000 +0000 +++ configure @@ -16861,7 +16861,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test "x$CXX" == x ; then +if test "x$CXX" = x ; then as_fn_error $? "\"You don't have a working C++ compiler.\"" "$LINENO" 5 fi
signature.asc
Description: PGP signature
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev