Commit graph

18 commits

Author SHA1 Message Date
Mike McQuaid
8c3b4fa77f Allow requirements to specify a default formula.
This allows default resolution of requirements without user intervention.

Closes Homebrew/homebrew#19627.
2013-05-10 13:37:41 +01:00
Jack Nagel
997cef8c7f mu: needs stdenv to find emacs
Refs Homebrew/homebrew#19153.
2013-04-13 01:35:40 -05:00
Stephen Eglen
822b6a4e48 mu 0.9.9.5
Closes Homebrew/homebrew#18956.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-04 08:43:45 -07:00
Jack Nagel
c26539be6a mu: depends on pkg-config 2013-02-10 00:28:14 -06:00
Adam Vandenberg
38586ae45a mu: style nits 2013-01-27 14:54:51 -08:00
Jack Nagel
60003eecc3 Use new requirement syntax 2013-01-21 17:36:34 -06:00
Jack Nagel
514ba8e2f4 mu: emacs requirement needs userpaths 2012-12-26 14:37:03 -06:00
Jack Nagel
6afe5758d9 mu: needs newer autotools on all platforms 2012-12-16 23:53:01 -06:00
Brett Koonce
ce63f49f03 mu 0.9.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14 09:26:15 -08:00
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