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. Aug 08, 2010
  2. Aug 03, 2010
  3. Jul 31, 2010
  4. Jul 30, 2010
  5. Jul 29, 2010
  6. Jul 27, 2010
  7. Jul 26, 2010
  8. Jul 24, 2010
  9. Jul 22, 2010
  10. Jul 21, 2010
  11. Jul 20, 2010
    • Adam Vandenberg's avatar
      Fix top-level formula having duplicate deps · 070421f4
      Adam Vandenberg authored
      If the top-level formula being installed has any keg-only
      dependencies, the lib/include/bin/pkg-config paths for those
      deps will be added twice to the ENV vars.
      
      This doesn't break anything, but does make debug output somewhat longer
      than it needs to be.
      
      Tidy this up by calling uniq on deps before iterating.
      
      (The cause of this duplication is related to how top-level formula are
      run, to support keeping patches in __END__ blocks.)
      
      Fixes Homebrew/homebrew#1110
      070421f4
    • Adam Vandenberg's avatar
      Remove "test/formula_test.rb" · 14f0556d
      Adam Vandenberg authored
      This diagnostic script has been replaced by the "brew audit" external command.
      14f0556d
  12. Jul 19, 2010
  13. Jul 17, 2010
  14. Jul 14, 2010
  15. Jul 13, 2010
  16. Jul 11, 2010
    • Adam Vandenberg's avatar
      CurlUnsafeDownloadStrategy · 984d0bd0
      Adam Vandenberg authored
      This Download Strategy is provided for use with sites that
      only provide HTTPS and also have a broken cert.
      Try not to need this, as we probably won't accept the forulae
      into trunk.
      984d0bd0
  17. Jul 10, 2010
  18. Jul 09, 2010
Loading