The 0.20 version of geany was clipping the top few pixels of text in the
editor window under Mac OS 10.7.2 XQuartz 2.7.1_rc2 (xorg-server
1.11.4), 0.21 works but only after a rm and full rebuild of all
dependencies.
ClosesHomebrew/homebrew#10072.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The 'install-doc-html' Makefile target invokes asciidoc even though
the html docs are prebuilt; manually install them to avoid a useless
dependency on asciidoc.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade dia to version 0.97.2.
Add standard disable-debug and dependency-tracking options.
Tested on Lion 10.7.3. Passes make check.
ClosesHomebrew/homebrew#10003.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
If gobject-introspection is installed, these formulae will attempt to
generate introspection data. For this to "just work", it needs to be
available across all related formulae, which is a project for another
day; until then it just causes build failures.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This dependency was introduced fairly recently, but this is a HEAD-only
formula so we were unaware of it.
FixesHomebrew/homebrew#10052.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This used to be pulled in by glib, but our glib doesn't depend on
pkg-config anymore, so...
FixesHomebrew/homebrew#10040.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
msgpack fails to compile with even the latest LLVM, at least on Lion. I
can build with LLVM on Snow Leopard.
For reference, MacPorts forces clang on this one.
ClosesHomebrew/homebrew#10006.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Other formula that use pango with glib 2.30.x have issues when they see
the deprecated G_CONST_RETURN; this fix should already be present in
1.29.x.
Also take the opportunity to reorder the formula a bit.
FixesHomebrew/homebrew#10032.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>