diff options
| author | Jack Nagel | 2014-02-05 15:00:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-05 15:02:21 -0500 |
| commit | ae4b0d7e09157e7275ae5e8d2d934d993a5665a9 (patch) | |
| tree | ff200b3b7c5769b8e00037d789f0ab09fba9b155 /Library/Formula | |
| parent | 21ae5fa83fef71ea125491eaf5f3810af58995b1 (diff) | |
| download | homebrew-ae4b0d7e09157e7275ae5e8d2d934d993a5665a9.tar.bz2 | |
vim 7.4.161
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vim.rb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 9c5fa9b1f..3903ee45f 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -4,8 +4,8 @@ class Vim < Formula homepage 'http://www.vim.org/' head 'https://vim.googlecode.com/hg/' # This package tracks debian-unstable: http://packages.debian.org/unstable/vim - url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz' - sha1 '216ab69faf7e73e4b86da7f00e4ad3b3cca1fdb8' + url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.161.orig.tar.gz' + sha1 '111e9a237fa240895db013c1e546dd02580a2940' # We only have special support for finding depends_on :python, but not yet for # :ruby, :perl etc., so we use the standard environment that leaves the @@ -34,14 +34,6 @@ class Vim < Formula conflicts_with 'ex-vi', :because => 'vim and ex-vi both install bin/ex and bin/view' - # First patch: vim uses the obsolete Apple-only -no-cpp-precomp flag, which - # FSF GCC can't understand; reported upstream: - # https://groups.google.com/forum/#!topic/vim_dev/X5yG3-IiUp8 - # - # Second patch: includes Mac OS X version macros not included by default on 10.9 - # Reported upstream: https://groups.google.com/forum/#!topic/vim_mac/5kVAMSPb6uU - def patches; DATA; end unless build.head? - def install ENV['LUA_PREFIX'] = HOMEBREW_PREFIX if build.with?('lua') |
