aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-08-29 19:06:49 +0200
committerDavid Höppner2010-08-29 19:06:49 +0200
commita9e56e49b281370120ebe28704c2f37fb18d7c7c (patch)
tree8bddfc8a344f4d92085368960d42ff39cea5302a /Library
parent66f6f7fe66a59dd59adbb2e202a6ce5253ed5e74 (diff)
downloadhomebrew-a9e56e49b281370120ebe28704c2f37fb18d7c7c.tar.bz2
Blacklist vim, screen and libarchive
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 8cc3fc081..a7a5878d1 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -130,6 +130,20 @@ def make url
force_text = "If you really want to make this formula use --force."
case name.downcase
+ when /vim/, /screen/
+ raise <<-EOS
+#{name} is blacklisted for creation
+Apple distributes this program with OS X.
+
+#{force_text}
+ EOS
+ when /libarchive/
+ raise <<-EOS
+#{name} is blacklisted for creation
+Apple distributes this library with OS X, you can find it in /usr/lib.
+
+#{force_text}
+ EOS
when /libxml/, /libxlst/, /freetype/, /libpng/
raise <<-EOS
#{name} is blacklisted for creation