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. Apr 30, 2012
  2. Apr 29, 2012
  3. Apr 18, 2012
  4. 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
  5. Apr 10, 2012
  6. 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
  7. Apr 04, 2012
  8. Mar 29, 2012
  9. Mar 22, 2012
  10. Mar 21, 2012
  11. Mar 18, 2012
  12. Mar 17, 2012
  13. Mar 16, 2012
  14. Mar 15, 2012
  15. 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
  16. Mar 13, 2012
  17. Mar 11, 2012
  18. Mar 10, 2012
  19. Mar 09, 2012
  20. 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
  21. Mar 06, 2012
  22. Mar 02, 2012
  23. Mar 01, 2012
Loading