(serving mixed-content sadly - it'd be enough
to reference flattr image via https for a fix)
ClosesHomebrew/homebrew#41643.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This exists in homebrew-binary, but all the other Go stuff from
Hashicorp now builds from source and is in Homebrew mainline, hence
this formula, based on the existing packer and terraform formulae.
ClosesHomebrew/homebrew#41634.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
0.56 was released and the debian mirrors no longer host the 0.55
tarball, but 0.56 doesn't build on Darwin.
ClosesHomebrew/homebrew#41639.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Also:
* try homepage with https first, which will be redirected
to plaintext for non-logged-in users. Before this commit
the ratio of https vs. http protocol access for sf.net top
domain in formulae is: 11:41.
* styling nits
ClosesHomebrew/homebrew#41642.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Head URL points to the "unofficial mirror" now, which
appears to be stuck at an old revision, but the previous
`gitourious.org` URL is closed now and couldn't find
a more recent one.
ClosesHomebrew/homebrew#41628.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
see also Homebrew/homebrew#29742
This package is quite useful for Gtk+ but almost pointless for Gtk+3.
For Gtk+ it offers two themes: Adwaita and HighContrast, while these are
both included in Gtk+3 since 3.14.0.
It also offers the HighContrast icon theme, which could be used for both
Gtk+ and Gtk+3 if the users explicitly choose to do so in their settings.
Unless switched off with `--disable-gtk3-engine`, there is a hard
dependency on Gtk+3 in `configure.ac`, which appears to be completely
useless as it is nowhere used in any of the `Makefile.am`'s in a
meaningful way. I will file a bug over this.
ClosesHomebrew/homebrew#41601.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This fixes the error "could not discover the mach TLS offset" which
prohibits both running and compiling mono on OS X 10.11 (15A216g).
The patch was backported from current mono/mono master. Because the
problem also affects binaries compiled before upgrading to El Capitan
the patch is *not* scoped to `MacOS.version >= :el_capitan`.
ClosesHomebrew/homebrew#41537.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
- Add Java 8 support
- Always build slice2java and slice2freezej compilers
- Add test
ClosesHomebrew/homebrew#41584.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>