From a0b89fe9a38fc1d16162a854b3cc31bb4cb01cf2 Mon Sep 17 00:00:00 2001 From: Max Howell <max@methylblue.com> Date: Wed, 11 Nov 2009 18:37:34 +0000 Subject: [PATCH] Include macports or fink info with brew --config --- bin/brew | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/bin/brew b/bin/brew index 4955c285ab..509ed45b7a 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' -- GitLab