aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-19 19:33:30 -0600
committerJack Nagel2012-02-19 19:34:11 -0600
commit15e7a25f93dbc5ca41ec8c30073451ff11dd3727 (patch)
treedcdfe6c37ff6ef748e2963e503135a6489e52f00 /Library
parent01a9727bbbac0565a24dc7bf3878de7b3995d024 (diff)
downloadhomebrew-15e7a25f93dbc5ca41ec8c30073451ff11dd3727.tar.bz2
dbus 1.4.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/d-bus.rb28
1 files changed, 2 insertions, 26 deletions
diff --git a/Library/Formula/d-bus.rb b/Library/Formula/d-bus.rb
index 6d68b9a72..d9dab2c5b 100644
--- a/Library/Formula/d-bus.rb
+++ b/Library/Formula/d-bus.rb
@@ -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