From 73125f1c189041d7498865d9ab20dcf05a5bbdbe Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 7 Aug 2010 11:46:20 -0700 Subject: [PATCH] Reword X11 brew doctor messages. --- Library/Homebrew/brew_doctor.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index 8ed2577e67..643d0e89af 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -57,7 +57,7 @@ def check_for_x11 unless File.exists? '/usr/X11/lib/libpng.dylib' puts <<-EOS.undent 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 end @@ -71,11 +71,8 @@ def check_for_nonstandard_x11 "/usr/X11" was found, but it is a symlink to: #{x11.resolved_path} - Homebrew's X11 support has only be tested with Apple's X11, - preferably any updates from the latest Xcode package. - - In particular, "XQuartz" is not known to allow Homebrew - software require X11 to compile. + Homebrew's X11 support has only be tested with Apple's X11. + In particular, "XQuartz" and "XDarwin" are not known to be compatible. EOS end