| Age | Commit message (Collapse) | Author |
|
The MacVim build process requires a working `xcodebuild`.
Fixes #15111.
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #14458.
Closes #14785.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14631.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
Fixes #12199.
|
|
The preferred "chdir for this step only" idiom is to use the block-form
'cd' method.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #10497.
Signed-off-by: Max Howell <max@methylblue.com>
|
|
Closes #10489.
Closes #10491.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This fixes lion + zsh problems.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
So yanking to OSX clipboard works when running in Terminal.app.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
To make it easier to copy and paste multiline scripts from caveats,
no longer use $ as a prompt marker.
|
|
|
|
|
|
Expand the caveats, and clean up the formula a bit.
|
|
|
|
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>
|
|
|
|
macvim still won't comile under LLVM, but remove the explicit check
as we need a better solution for xcode 4 detection overall
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #3957.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
down often.
Closes #3736.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
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
|
|
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>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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>
|
|
|
|
* 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
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|