blacklist: remove screen, libpcap, libiconv
Each has a formula in homebrew/dupes now Closes Homebrew/homebrew#42212.
This commit is contained in:
parent
3e8be58cdf
commit
1280d0fcc7
@ -1,15 +1,7 @@
|
|||||||
def blacklisted? name
|
def blacklisted? name
|
||||||
case name.downcase
|
case name.downcase
|
||||||
when 'screen', /^rubygems?$/ then <<-EOS.undent
|
when 'gem', /^rubygems?$/ then <<-EOS.undent
|
||||||
Apple distributes #{name} with OS X, you can find it in /usr/bin.
|
Homebrew provides gem via: `brew install ruby`.
|
||||||
EOS
|
|
||||||
when 'libpcap' then <<-EOS.undent
|
|
||||||
Apple distributes #{name} with OS X, you can find it in /usr/lib.
|
|
||||||
EOS
|
|
||||||
when 'libiconv' then <<-EOS.undent
|
|
||||||
Apple distributes #{name} with OS X, you can find it in /usr/lib.
|
|
||||||
Some build scripts fail to detect it correctly, please check existing
|
|
||||||
formulae for solutions.
|
|
||||||
EOS
|
EOS
|
||||||
when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent
|
when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent
|
||||||
Installing TeX from source is weird and gross, requires a lot of patches,
|
Installing TeX from source is weird and gross, requires a lot of patches,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user