aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
AgeCommit message (Collapse)Author
2012-08-30macvim: fix audit warningsAdam Vandenberg
2012-08-09macvim: use options dslAdam Vandenberg
2012-08-06macvim: it is OK to set these flags nowAdam Vandenberg
2012-07-09MacVim: use sha1 and %W[]Adam Vandenberg
2012-07-09macvim: use system rubyBen Lavender
MacVim expects Ruby 1.8, but will pick up a Homebrewed ruby and fail to compile. Force the use of System ruby. Closes #13293. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-18macvim: remove other ruby checkAdam Vandenberg
2012-06-18MacVim: warn if not using Ruby 1.8.xAdam Vandenberg
Fixes #12199.
2012-06-17Avoid chdir in subshellsJack Nagel
The preferred "chdir for this step only" idiom is to use the block-form 'cd' method. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-21macvim: option to enable Lua supportJason Foreman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-26macvim: decomission the --enable-clipboard flagRico Sta. Cruz
Closes #10497. Signed-off-by: Max Howell <max@methylblue.com>
2012-02-25macvim: Always make iconsRico Sta. Cruz
Closes #10489. Closes #10491. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-08MacVim 7.3-64Martin Jagusch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-20macvim snapshot 63Adam Vaughan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-28MacVim: stop passing explicit SDKAdam Vandenberg
2011-09-18MacVim 7.3-62Adam Vandenberg
2011-08-04macvim: add some configure flagsAdam Vandenberg
2011-07-29macvim: do not use sudo on ln -sAdam Vandenberg
2011-07-27MacVim: snapshot 61David Stone
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-22macvim 7.3-60Brandon Ferguson
This fixes lion + zsh problems. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-11MacVim 7.3 59Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-09MacVim 7.3 snapshot 58Adam Vaughan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-14macvin: add --enable-clipboard optionJessThrysoee
So yanking to OSX clipboard works when running in Terminal.app. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2011-05-15Add vi, vimdiff, view, vimex symlinks when overriding system vim.JessThrysoee
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04Rewrite caveats to new style.Adam Vandenberg
To make it easier to copy and paste multiline scripts from caveats, no longer use $ as a prompt marker.
2011-03-29macvim - fix arch for LeopardAdam Vandenberg
2011-03-19macvim: comment use of ARCHFLAGSAdam Vandenberg
2011-03-13macvim - some clean upAdam Vandenberg
Expand the caveats, and clean up the formula a bit.
2011-03-13macvim - fix font urlAdam Vandenberg
2011-03-13Make MacVim compile with Xcode 4.Ivan Koshkin
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-12Use ruby style for inheritance.Adam Vandenberg
2011-03-10macvim - remove xcode 4 checkAdam Vandenberg
macvim still won't comile under LLVM, but remove the explicit check as we need a better solution for xcode 4 detection overall
2011-02-19updated macvim to 7.3 snapshot 57Jason Sallis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12enabling macvim to override system vim optionallyDouglas Campos
Closes #3957. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30MacVim: Remove the Envy Code R font build step, since the site is apparently ↵Michael Shapiro
down often. Closes #3736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-11Warn when trying to build MacVim under Xcode 4 previewAdam Vandenberg
2010-12-09MacVim - Don't build custom icons by default.Adam Vandenberg
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-11-26Added --with-cscope option to the MacVim forumula.Bryan Ivory
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-06macvim - use tarball for stable downloadAdam Vandenberg
2010-10-06Update macvim formula to use specific version instead of HEAD by defaultJason Sallis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-21tweak macvimAdam Vandenberg
2010-08-15Updated macvim repo to new official github repo.Edward George
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-14Add --no-icons option to MacVimAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-06-24macvim - force sdk versionAdam Vandenberg
2010-06-01Add MacVim formulaBenjamin Kramer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>