Commit Graph

24 Commits (5b04c836e727a44d4822990cdd247fb9876ad7cf)

Author SHA1 Message Date
Adam Vandenberg 243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
JessThrysoee 0db6ddb207 Add vi, vimdiff, view, vimex symlinks when overriding system vim.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-15 16:44:37 -07:00
Adam Vandenberg edfb67d937 Rewrite caveats to new style.
To make it easier to copy and paste multiline scripts from caveats,
no longer use $ as a prompt marker.
2011-04-04 16:56:47 -07:00
Adam Vandenberg f428e556e1 macvim - fix arch for Leopard 2011-03-29 08:31:47 -07:00
Adam Vandenberg ff4e57ad7a macvim: comment use of ARCHFLAGS 2011-03-19 09:23:07 -07:00
Adam Vandenberg 2e7b8116cb macvim - some clean up
Expand the caveats, and clean up the formula a bit.
2011-03-13 12:34:48 -07:00
Adam Vandenberg fd83e027ba macvim - fix font url 2011-03-13 12:34:47 -07:00
Ivan Koshkin 17a5568231 Make MacVim compile with Xcode 4.
Xcode 4 does not contain ppc/ppc64 commandline
utils, so src/MacVim/icons/ fails to build
universal binary.

Explicit selection of platform architecture
(x86_64 or i386) solves the problem.

Actually setting environment variable ARCHFLAGS
(e.g. export ARCHFLAGS='-arch x86_64') before
'brew install' should solve the problem,
but corrected formula file is better.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13 12:34:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 6b7bbbdb9b macvim - remove xcode 4 check
macvim still won't comile under LLVM, but remove the explicit check
as we need a better solution for xcode 4 detection overall
2011-03-10 08:36:18 -08:00
Jason Sallis 20d261bb5a updated macvim to 7.3 snapshot 57
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-19 09:32:11 -08:00
Douglas Campos de2b5263e2 enabling macvim to override system vim optionally
Closes Homebrew/homebrew#3957.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12 17:51:58 +00:00
Michael Shapiro 6e79c97819 MacVim: Remove the Envy Code R font build step, since the site is apparently down often.
Closes Homebrew/homebrew#3736.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 16:30:55 +00:00
Adam Vandenberg a063aebfa0 Warn when trying to build MacVim under Xcode 4 preview 2010-12-11 09:09:41 -08:00
Adam Vandenberg 777da23ca9 MacVim - Don't build custom icons by default.
Building custom document icons fails on many user machines, so disable
this by default. Use the "--custom-icons" flag to enable:

    brew install --custom-icons macvim
2010-12-09 14:57:44 -08:00
Bryan Ivory 37363310d9 Added --with-cscope option to the MacVim forumula.
Added the --with-cscope option to the MacVim formula to enable building
MacVim with Cscope support. A dependency on 'cscope' is added when the
--with-cscope option is present.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-26 12:34:12 -08:00
Adam Vandenberg a6c01432d1 macvim - use tarball for stable download 2010-11-06 22:15:43 -07:00
Jason Sallis 17d9baec32 Update macvim formula to use specific version instead of HEAD by default
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 09:56:37 -07:00
Adam Vandenberg 3628ff4b5d tweak macvim 2010-08-21 12:00:39 -07:00
Edward George b0235810b6 Updated macvim repo to new official github repo.
It was announced with the 7.3 release that the repo.or.cz repo will be
deprecated in favour of the github one.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15 14:02:18 -07:00
Adam Vandenberg 9b2dcf543d Add --no-icons option to MacVim 2010-08-14 14:00:47 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Adam Vandenberg 1db2e3b70a macvim - force sdk version 2010-06-24 23:06:02 -07:00
Benjamin Kramer 0b31a8837a Add MacVim formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01 21:05:58 -07:00