Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jun 13, 2012
    • Adam Vandenberg's avatar
      Fix doctor's use of missing. · ec4b34aa
      Adam Vandenberg authored
      `brew doctor` shelled to `brew missing` and parsed the results.
      When VERBOSE was true, this caused an error as extra, unexpected
      output is generated.
      
      Make missing an internal command, and give it a programmatic interface.
      ec4b34aa
  2. Jun 12, 2012
  3. Jun 03, 2012
  4. May 14, 2012
  5. May 11, 2012
    • Misty De Meo's avatar
      doctor: report if a path element is invalid · 71d34a86
      Misty De Meo authored
      Under certain circumstances, an invalid path element would cause
      File.expand_path to bail out. Catch mistakes and report them, then
      continue instead.
      
      Fixes Homebrew/homebrew#12154
      71d34a86
  6. May 08, 2012
  7. Apr 30, 2012
  8. Apr 29, 2012
  9. Apr 18, 2012
  10. Apr 11, 2012
    • Misty De Meo's avatar
      brew doctor: add check for outdated compilers · 4dc1a7bd
      Misty De Meo authored
      
      A common source of build problems on Xcode 4.3+ is outdated compilers,
      usually when a user has installed over top of an old version and hasn't
      installed the CLT. Since the compilers from the previous Xcode are still
      around, brew doctor wouldn't complain.
      
      This adds a hash containing a list of the canonical compiler versions
      for supported versions of Xcode, and adds a check against that to determine
      whether a given installation has any compilers which are out of date.
      
      Closes Homebrew/homebrew#11518.
      
      Signed-off-by: default avatarMisty De Meo <mistydemeo@gmail.com>
      4dc1a7bd
  11. Apr 10, 2012
  12. Apr 09, 2012
    • Misty De Meo's avatar
      doctor: skip Cellar checks if Cellar doesn't exist · c9fd1b9b
      Misty De Meo authored
      Attempting to call certain methods on the Cellar before it exists,
      such as realpath, would cause brew doctor to throw unnecessary "file
      does not exist" errors. This was fixed once before, but new tests
      have been added since without the appropriate checks.
      cf. 0d28bc78d71590c8e8a5961d8d10e3d7d9b8822d
      
      Fixes Homebrew/homebrew#5188 (again).
      c9fd1b9b
  13. Apr 04, 2012
  14. Mar 29, 2012
  15. Mar 22, 2012
  16. Mar 21, 2012
  17. Mar 18, 2012
  18. Mar 17, 2012
  19. Mar 16, 2012
  20. Mar 15, 2012
  21. Mar 14, 2012
    • Camillo Lugaresi's avatar
      Remove libiconv duplicate · c59be1a9
      Camillo Lugaresi authored
      
      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 Homebrew/homebrew#10464.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      c59be1a9
  22. Mar 13, 2012
  23. Mar 11, 2012
  24. Mar 10, 2012
  25. Mar 09, 2012
  26. Mar 07, 2012
    • Max Howell's avatar
      Suggest full path to Xcode 4.3 /Developer · 5b0d97ef
      Max Howell authored
      Some people seem to have an older xcode-select even after installing the CLT from inside Xcode or otherwise. So this is works for both.
      
      Now we aren't future-proofed in case Apple change the location, but hopefully they won't, seems unlikely.
      
      Refs Homebrew/homebrew#10743. Fixes Homebrew/homebrew#10745.
      5b0d97ef
    • Max Howell's avatar
      The doctor checks if you need to `brew update` · 9c5ddb57
      Max Howell authored
      Well at least it checks to see if it's been a while since the last one.
      9c5ddb57
  27. Mar 06, 2012
  28. Mar 02, 2012
Loading