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>
Set BOOST_EXCEPTION_DISABLE
- this avoids hardcoded paths from being embedded inside the library
ClosesHomebrew/homebrew#41583.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This reverts commit 02613339c344638ed2f532a274c8e08935ec9a11.
We tend not to add bottles to the Vim formulae because one of the dependencies
is Python, and when Homebrew pours from bottles it always drags in the default
formula of the special dependency, in this case, Homebrew's Python.
Keeping it from-source for everyone permits people to use whatever is in their
path locally, rather than us enforcing heavy deps on them that they may not want
or need.
ClosesHomebrew/homebrew#41588.