Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Remove libiconv duplicate
Browse files Browse the repository at this point in the history
Commit ee2c3ab ("Remove spurious libiconv dependencies") pruned all
existing "depends_on 'libiconv'" usages from Homebrew in preparation for
removing the libiconv dupe itself.

Now that is done, and we can remove and blacklist it. It can be obtained
from Homebrew-alt.

Closes #10464.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
camillol authored and jacknagel committed Mar 14, 2012
1 parent cb010f6 commit ad70207
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 51 deletions.
50 changes: 0 additions & 50 deletions Library/Formula/libiconv.rb

This file was deleted.

5 changes: 5 additions & 0 deletions Library/Homebrew/blacklist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ def blacklisted? name
when 'libarchive', '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
when 'libxml', 'libxlst' then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/lib.
However not all build scripts look for these hard enough, so you may need
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/doctor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def check_xcode_prefix
if prefix.to_s.match(' ')
<<-EOS.undent
Xcode is installed to a directory with a space in the name.
This will cause some formulae, such as libiconv, to fail to build.
This will cause some formulae to fail to build.
EOS
end
end
Expand Down

0 comments on commit ad70207

Please sign in to comment.