The sites.google.com download directory no longer exists. I don't
know how good these new-fangled Google Drive URLs work (are they
even stable long-term?!?) but I could not find anything better to use.
Closes#66374.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
The ./configure file included in the 3.3 tarball is too old to work
with Xcode 12, but the regenerated one works fine.
Closes#66373.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
The homepage is still working, but it returns a 404 if you try to
download the tarball over https. Added another one I found,
althogh the two mirrors also work.
Also note the license while I'm here.
Closes#66371.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
The ./configure file included in the 1.6.1 tarball is too old to work
with Xcode 12, but the regenerated one works fine. Normally I
would do a full "autoreconf" but there are some fragile bits that
need some tweaks before autoheader would run happily. Just an
autoconf run is enough to let us build.
Closes#66368.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
There are actually two separate problems that got triggered by
Xcode 12's decision to make -Werror,-Wimplicit-function-declaration
the default:
* The configure script has problems. Some of these can be fixed
with an autoreconf run, but the non-HEAD version of the code
needs other adjustments to work with modern autoconf. However
there are a couple other problems which I opened an upstream PR
for already: https://github.com/jca02266/lha/pull/18
* There is also a build issue. macports already has a fix for that:
https://github.com/macports/macports-ports/pull/9197
However the simplest thing to do for the moment is to just disable
the warning via $CFLAGS which allows the code to build as-is
Closes#66361.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
* radare2: workaround for Xcode12
This change already exists in the upstream repository
It's also unclear if this license is "LGPL-3.0-only" or "3.0-or-later";
the individual source files don't include the traditional boilerplate.
* remove comment per PR review
Closes#66357.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>