* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
When caret printing, open the source files in
binary mode to avoid ftell() problem described
here:
http://support.microsoft.com/kb/68337
Testsuite results are now:
ERROR: 413 tests were run,
79 failed unexpectedly.
24 tests were skipped.
The failures I looked at were both IO errors
in the testsuite.
ERROR: 407 tests were run,
247 failed unexpectedly.
30 tests were skipped.
.. I checked the first failure and
it was down newline differences e.g.:
"Error: blah\r\n" not matching "Error: blah\n"
This needs to be fixed in Autotest (part of Autoconf),
something like this libtool patch:
https://www.mail-archive.com/libtool-patches@gnu.org/msg04437.html