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. Jul 06, 2016
  2. Aug 03, 2015
  3. Apr 23, 2014
    • Jack Nagel's avatar
      6cdc7645
    • Jack Nagel's avatar
      Simplify conditions for superenv activation · 722a5af4
      Jack Nagel authored
      `MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?` should never be true.
      
      In its earliest form, this would raise a bare RuntimeError in an effort
      to have the bug reported. Later, it was changed to silently disable
      superenv. But we don't want to do that. If there's a bug, or the user's
      system is misconfigured, we want to know, so that we can fix the bug, or
      the user can fix their system. So let's remove the condition.
      722a5af4
  4. Mar 14, 2014
  5. Aug 20, 2013
  6. Aug 17, 2013
  7. Aug 16, 2013
  8. Aug 06, 2013
  9. Jul 12, 2013
    • Jack Nagel's avatar
      Remove unreachable branch in ENV.fortran · 38c1d250
      Jack Nagel authored
      Now that this is handled by a Requirement with a default formula, this
      code cannot be triggered under normal circumstances.
      
      The advice given has now been moved to the Formula Cookbook on the wiki.
      38c1d250
  10. Jun 24, 2013
  11. Jun 15, 2013
  12. Jun 14, 2013
  13. Jun 09, 2013
    • Misty De Meo's avatar
      Add :ld64 dependency · c9c5e563
      Misty De Meo authored
      This allows formulae which won't build with Tiger's ld to conditionally
      request a dependency on the ld64 formula. This modifies the build
      environment appropriately, and will only be active on Tiger.
      c9c5e563
  14. Jun 07, 2013
  15. Jun 05, 2013
    • Samuel John's avatar
      ENV.userpaths! Hotfix to prefer brewed stuff · 4dac954c
      Samuel John authored
      The depends_on 'nose' => :python
      
      tests fails even if people did `pip install nose`
      with their brewed pythons because during
      the tests the PATH is set up such that
      /usr/bin comes before HOMEBRE_PREFIX/bin.
      
      This is a hot fix. Proper fix need resorting
      the PATH.
      4dac954c
  16. Jun 02, 2013
  17. May 20, 2013
  18. May 11, 2013
    • Mike McQuaid's avatar
      Fix --build-bottle CFLAGS. · ad5c1b81
      Mike McQuaid authored
      The CFLAGS were previously not generic enough.
      
      References Homebrew/homebrew#18944.
      References Homebrew/homebrew#19179.
      ad5c1b81
  19. Mar 24, 2013
  20. Mar 21, 2013
  21. Mar 17, 2013
Loading