Reword X11 brew doctor messages.

This commit is contained in:
Adam Vandenberg 2010-08-07 11:46:20 -07:00
parent 7e38c4c9c3
commit 73125f1c18

View File

@ -57,7 +57,7 @@ def check_for_x11
unless File.exists? '/usr/X11/lib/libpng.dylib' unless File.exists? '/usr/X11/lib/libpng.dylib'
puts <<-EOS.undent puts <<-EOS.undent
You don't have X11 installed as part of your Xcode installation. You don't have X11 installed as part of your Xcode installation.
This isn't required for all formula. But it is expected by some. This isn't required for all formula, but is expected by some.
EOS EOS
end end
@ -71,11 +71,8 @@ def check_for_nonstandard_x11
"/usr/X11" was found, but it is a symlink to: "/usr/X11" was found, but it is a symlink to:
#{x11.resolved_path} #{x11.resolved_path}
Homebrew's X11 support has only be tested with Apple's X11, Homebrew's X11 support has only be tested with Apple's X11.
preferably any updates from the latest Xcode package. In particular, "XQuartz" and "XDarwin" are not known to be compatible.
In particular, "XQuartz" is not known to allow Homebrew
software require X11 to compile.
EOS EOS
end end