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. Dec 29, 2011
  2. Dec 27, 2011
  3. Dec 25, 2011
    • Charlie Sharpsteen's avatar
      formula.rb: Don't apply fails_with_llvm to Clang · 33db0a96
      Charlie Sharpsteen authored
      Clang is vastly different than LLVM-GCC and is under active development. Using
      Clang is a viable solution to formula that fail with LLVM and a suggested
      recourse for users of XCode 4.2 or newer.
      
      Fixes Homebrew/homebrew#9242.
      33db0a96
  4. Dec 22, 2011
  5. Dec 21, 2011
  6. Dec 19, 2011
  7. Dec 17, 2011
  8. Dec 16, 2011
  9. Dec 15, 2011
  10. Dec 14, 2011
  11. Dec 12, 2011
  12. Dec 11, 2011
  13. Dec 10, 2011
    • Jack Nagel's avatar
      Add support for xz-compressed tarballs · ffd5b7d7
      Jack Nagel authored
      Rationale: some software (e.g. GNU Coreutils, GnuTLS 3.x), have started
      distributing _only_ xz-compressed tarballs. There is no system XZ
      utility provided by OS X, but it is necessary so that we can continue to
      provide formulae for this software.
      
      If XZUtils isn't installed, we abort and prompt the user to `brew
      install xz`.
      
      The `xz` command itself doesn't do any untarring, so we write the
      decompressed archive to stdout and pipe it to tar.
      ffd5b7d7
  14. Dec 09, 2011
  15. Dec 05, 2011
  16. Dec 04, 2011
  17. Dec 03, 2011
  18. Dec 02, 2011
  19. Dec 01, 2011
Loading