aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-11-11 18:37:34 +0000
committerMax Howell2009-11-11 18:43:02 +0000
commita0b89fe9a38fc1d16162a854b3cc31bb4cb01cf2 (patch)
tree23377c570ee467579aa933a3c776af6a474104c5 /bin
parent450845889b9f6d9e87aa6c053ec562ca1e763435 (diff)
downloadbrew-a0b89fe9a38fc1d16162a854b3cc31bb4cb01cf2.tar.bz2
Include macports or fink info with brew --config
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew11
1 files changed, 2 insertions, 9 deletions
diff --git a/bin/brew b/bin/brew
index 4955c285a..509ed45b7 100755
--- a/bin/brew
+++ b/bin/brew
@@ -64,19 +64,12 @@ Library path: #{$:.first}
Hardware: #{cores}-core #{bits}-bit #{Hardware.intel_family}
OS X: #{MACOS_FULL_VERSION}
Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}
-GCC: build #{gcc_build}
+GCC: 4.2 build #{gcc_build}
LLVM: #{llvm ? "build #{llvm}" : "N/A" }
+MacPorts or Fink? #{macports_or_fink_installed?}
EOS
end
-def please_report_bug; <<-EOS
-Please report this bug to #{HOMEBREW_WWW}
-Mac OS X: #{MACOS_FULL_VERSION}
-Ponk: #{macports_or_fink_installed?}
- EOS
-end
-
-
begin
require 'brew.h'