dbus 1.4.18

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-02-19 19:33:30 -06:00
parent 5138124bb6
commit b19a3c5544
1 changed files with 2 additions and 26 deletions

View File

@ -2,17 +2,8 @@ require 'formula'
class DBus < Formula
homepage 'http://www.freedesktop.org/wiki/Software/dbus'
url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.4.16.tar.gz'
sha256 '1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6'
# man2html needs to be piped the input instead of given a filename. See:
# http://forums.freebsd.org/archive/index.php/t-20529.html
# https://github.com/mxcl/homebrew/issues/8978
# https://bugs.freedesktop.org/show_bug.cgi?id=43875
# Otherwise, if man2html is installed the build will hang.
def patches
DATA
end
url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.4.18.tar.gz'
sha256 'b5e0c3bd37fa0ca5e86e8d17c375d754de6cd5c1d46d5f2158a36ddd51de18cf'
def install
# Fix the TMPDIR to one D-Bus doesn't reject due to odd symbols
@ -50,18 +41,3 @@ class DBus < Formula
EOS
end
end
__END__
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 45e1062..d79c018 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -728,7 +728,7 @@ uninstall-man: uninstall-man1
@DBUS_DOXYGEN_DOCS_ENABLED_TRUE@ rmdir $(DESTDIR)$(apidir)
@DBUS_HAVE_MAN2HTML_TRUE@%.1.html: %.1
-@DBUS_HAVE_MAN2HTML_TRUE@ $(AM_V_GEN)( $(MAN2HTML) $< > $@.tmp && mv $@.tmp $@ )
+@DBUS_HAVE_MAN2HTML_TRUE@ $(AM_V_GEN)( $(MAN2HTML) < $< > $@.tmp && mv $@.tmp $@ )
@DBUS_CAN_UPLOAD_DOCS_TRUE@dbus-docs: $(STATIC_DOCS) $(dist_doc_DATA) $(dist_html_DATA) $(MAN_HTML_FILES) $(BONUS_FILES) doxygen.stamp
@DBUS_CAN_UPLOAD_DOCS_TRUE@ $(AM_V_at)rm -rf $@ $@.tmp