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. Sep 16, 2012
  2. Sep 15, 2012
  3. Sep 14, 2012
    • Max Howell's avatar
      Puts build-tool args first · 4bf72a3e
      Max Howell authored
      build-tool provided args must be considered first by cc, etc. Generally this already occurred for -I flags, because most of our -I flags were -isystem. However it didn't occur for keg-only flags and -L paths.
      
      This was an error.
      
      I amended the refurbishment code to ensure any paths we want to control the order of are thoroughly scrubbed out of the build-tool provided args. This ensures reliability for our builds.
      
      However this path-scrubbing should always occur, even during configure (I am fairly sure of this). So more work is required.
      
      Fixes Homebrew/homebrew#14781.
      4bf72a3e
    • Max Howell's avatar
      Make xcrun wrapper search /usr/bin too · da1905f2
      Max Howell authored
      The usual xcrun would, and this wrapper exists to also work around broken xcode-select paths.
      da1905f2
    • Max Howell's avatar
      Install plists in FormulaInstaller, not build.rb · 523f5086
      Max Howell authored
      Build rb should only build!
      523f5086
    • Max Howell's avatar
      ghc requires std-env · fe295faf
      Max Howell authored
      Because it builds a tool (cabal) that uses the same env that built it to build stuff.
      fe295faf
    • Max Howell's avatar
      Don't add GL paths to superenv if depends_on X · d1f1d736
      Max Howell authored
      Fixes Homebrew/homebrew#14780.
      d1f1d736
  4. Sep 13, 2012
  5. Sep 12, 2012
  6. Sep 11, 2012
  7. Sep 10, 2012
  8. Sep 07, 2012
  9. Sep 06, 2012
Loading