Added new recipe for v.1.0.1
Removed pre-v1.0 recipes.
v.1.0.1 changelog:
No more sprunge.us, welcome ix.io.
* Quick fix: Drop the online pasting service http://sprunge.us as it's been non-functional for a while now. Currently using http://ix.io.
* Updated localizations.
* Added localization for Swedish. Thanks Knezzen!
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.