2bc2de8124 was just about
a valid commit at the time, but isn't really today. All of these Perl dependencies have
shipped as part of Apple's Perl installation since at least Perl 5.10, which was
added to OS X in 10.6 (Snow Leopard), and 10.6 is the oldest OS X release the core
supports.
Linuxbrew or Tigerbrew may want to look into this more, but for >= 10.6 it's a
completely misleading and never-invoked block.
Throwing out to `=> :perl` is horrible, horrible UX and we can do better, so
let's do so!
Vendoring also means the `Crypt::SSLeay` resource can be built
on OS X El Cap without messing around with PATHs, etc locally, and on older
systems ensures the resource is built against an OpenSSL version actually still
supported upstream.
Closes#1765.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
- bump version
- force regeneration of two outdated BUILT_SOURCES files, which upstream
has under revision control
Closes#1752.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
Version bump for GNU Parallel
This build (2016522) fixes --workdir not working.
New version information available at: http://savannah.gnu.org/forum/forum.php?forum_id=8553Closes#1757.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Drop `openssl` dependency as it is no longer expected on Darwin and not
used, even if forced with `HAVE_OPENSSL=yes` as a `Makefile` argument.
Also address a Ruby syntax warning by replacing an unnecessary regular
expression with a plain string.
Closes#1753.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Other distributions (e.g. Debian) provide a `mudraw` binary by default.
Appease users and scripts accustomed to this by providing a matching
symbolic link that behaves identically to `mutool draw`.
Closes#1747.