From bbad458c9b6322b9b5c045d10651962bcaa8d074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com> Date: Sun, 29 Aug 2010 19:06:49 +0200 Subject: [PATCH] Blacklist vim, screen and libarchive --- Library/Homebrew/brew.h.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 8cc3fc0814..a7a5878d1d 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