Upstream ships a tiny GeoIP.dat since 1.6.10 so we can drop the
optional steps in TEST().
There seems to be a bug in curl (7.58.0 or earlier) which did not
exist in curl 7.50.3 when the patch for geoipupdate.sh was added.
This happens when the script tries to update an up-to-date GeoIP
database file. It looks like curl's "--time-cond" option forgets to
instruct "--remote-time" to skip its job if a "304 Not Modified" is
received. If the output file exists then this does not get noticed.
But if this file does not exist then curl complains with an unwanted
"Failed to set filetime ... on outfile" warning.
Trying to fix this issue in our script would require to redirect
curl's stderr to /dev/null (or creating a temporary (empty) file to
make curl happy) but doing so would not be a good idea.
We can live with this warning until curl gets fixed.
* Update patch for x86.
* Sort REQUIRES.
* Add support for x86 secondary architecture but keep it disabled
for now, since the build fails at step [386/767], i.e. at ~50%.
mandoc hangs upon displaying an utf-8 document. This is observed as a
bug in Haiku wchar implementation.
This commit could be reverted once ticket#13948 is fixed.
* Mark as untested on all architectures, as parted does not seem
to be working correctly on Haiku at the moment.
* Switch SOURCE_URI to ftpmirror.gnu.org, using https.
* Drop libtool files as well as the unneeded $infoDir/dir.
* Drop patch as it was applied upstream.
* Add x86_64, marked as untested.
* Add TEST().
* Mark x86 as untested because TEST() KDLs a lot.
* DESCRIPTION: fix typo and re-wrap.
* HOMEPAGE: switch to https.
* BUILD_PREREQUIRES: sort.
Notes: Version 1.2.25 builds fine but is only the latest oldstable.
The latest stable release, 1.4.5, does not build on any arch.
* tests/data/test116 is failing on all architectures.
* tests/data/test1061 is failing on x86_64 only.
* tests/data/test{31,46,61,1415} call runtimes which crash on x86_64
only, but these tests do not fail.
* Mark x86_64 as tested.
* Fix COPYRIGHT years and LICENSE.
* Add the project's "COPYING" file as licenses/libXrender.
* Add README to $docDir.
* Move libXrender.txt to $developDocDir.