Remove buggy, unsupported TeX-live brew, and suggest MacTex.
The TeX-live 2008 formula was out of date (there's a 2009), buggy, and doesn't build 64-bit. The MacTeX package works and is supported, with a 2010 version in the works. Let's recommend that instead. Fixes Homebrew/homebrew#1087
This commit is contained in:
parent
b2ae884e27
commit
7850789457
@ -6,19 +6,17 @@ def check_for_blacklisted_formula names
|
|||||||
|
|
||||||
names.each do |name|
|
names.each do |name|
|
||||||
case name
|
case name
|
||||||
# bazaar don't maintain their PyPi entry properly yet
|
when 'tex', 'tex-live', 'texlive' then abort <<-EOS.undent
|
||||||
# when they do we'll remove our formula and use that
|
Installing TeX from source is weird and gross, requires a lot of patches,
|
||||||
# when 'bazaar', 'bzr' then abort <<-EOS
|
and only builds 32-bit (and thus can't use Homebrew deps on Snow Leopard.)
|
||||||
#Bazaar can be installed thusly:
|
|
||||||
#
|
|
||||||
# brew install pip && pip install bzr==2.0.1
|
|
||||||
#
|
|
||||||
# EOS
|
|
||||||
when 'mercurial', 'hg' then abort <<-EOS
|
|
||||||
Mercurial can be install thusly:
|
|
||||||
|
|
||||||
brew install pip && pip install mercurial
|
We recommend using a MacTeX distribution:
|
||||||
|
http://www.tug.org/mactex/
|
||||||
|
EOS
|
||||||
|
|
||||||
|
when 'mercurial', 'hg' then abort <<-EOS.undent
|
||||||
|
Mercurial can be install thusly:
|
||||||
|
brew install pip && pip install mercurial
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user