Commit graph

9 commits

Author SHA1 Message Date
Adam Vandenberg
0cc82dba1b mu 0.9.8.5 2012-08-25 23:39:35 -07:00
Adam Vandenberg
62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Nick Stenning
90907433a6 mu: make emacs support optional
Closes Homebrew/homebrew#12306.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 00:18:30 -05:00
nibbles 2bits
ef5439b0a6 mu 0.9.8.4, adjust head, fix for xapian + emacs
* Upgrade mu to 0.9.8.4
* Use the new head url at GitHub
* Add conditional deps on automake+libtool for autoreconf
* Add `autoreconf -ivf` for building head
* Add a Requirement for emacs >= version 23
* Patch configure error when using Xapian-1.2.10

The mu developers moved their repo from Gitorious to GitHub.

The previous version of mu compiled without problems using the
Lion system `emacs`.  This version uses a command that is not
available in the system emacs-22.1.1, and the compile will fail
using clang or llvm with many errors like this:

    In toplevel form:
    mu4e-actions.el:30:1:Error: Unknown keyword :safe

So this commit adds a Requirement for emacs >= version 23.

For building head add conditional deps on automake and libtool.
Also add the `autoreconf -ivf` system command for head.

Stable fails to configure against xapian-1.2.10 because it only
tests for version 1.2.[0-9].  Patch configure to support the
latest xapian.  Add comments referring to the upstream bug report,
patch, and removal version.  The issue has been fixed in HEAD.

Tested against the new xapian-1.2.10 on Lion 10.7.4 using clang
and llvm from XCode-4.3.2, both stable and HEAD.

Closes Homebrew/homebrew#12167.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-12 23:10:23 -05:00
Peter Aronoff
b8cbe9912d mu 0.9.8.3
- add caveat about rebuilding index

Closes Homebrew/homebrew#11877.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-25 21:53:02 -05:00
Peter Aronoff
e2ae7856da mu: Update to 0.9.7
Closes Homebrew/homebrew#7945.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:47:13 -07:00
Peter Aronoff
9bef5d58d5 mu 0.9.6; also add 0.9.7-pre as HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-05 09:28:33 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Peter Aronoff
74ae1b603d Formula for mu: a tool for searching Maildir mail
Closes Homebrew/homebrew#4229.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-27 20:24:25 +00:00