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 16, 2016
    • Mike McQuaid's avatar
      ENV: move to new paths. (#507) · a02be9ee
      Mike McQuaid authored
      Move some stuff formerly in `Library/ENV` around:
      - Move `Library/ENV/$XCODE_VERSION` to `Library/Homebrew/env/super` as they are
        all superenv wrappers and all symlinks to the same version. We never needed
        the "separate shims for separate versions" functionality and it just adds
        confusion.
      - Move `Library/ENV/pkgconfig` to `Library/Homebrew/env/pkgconfig` to get more
        things under `Library/Homebrew`
      - Move `Library/ENV/scm` to `Library/scm` as these wrappers are not actually
        used by or related to superenv (or stdenv) in any way.
      a02be9ee
  2. Jun 16, 2015
  3. Jul 11, 2014
  4. Mar 10, 2013
  5. Nov 20, 2012
  6. Nov 12, 2012
  7. Jul 29, 2012
    • Misty De Meo's avatar
      Provide missing .pc files for 10.8 · 6a8c4843
      Misty De Meo authored
      
      10.8 no longer ships four .pc files which were included in previous
      versions, though it does still include the libraries which they pointed
      to. This commit provides copies of the .pc files for all of these, and
      prepends Library/Homebrew/pkgconfig to PKG_CONFIG_PATH on 10.8.
      
      The .pc files in question are: lib curl, lubexslt, libxml-2.0, libxslt
      
      Fixes Homebrew/homebrew#13673.
      Fixes Homebrew/homebrew#13627.
      Fixes Homebrew/homebrew#13652.
      Fixes Homebrew/homebrew#13482.
      Closes Homebrew/homebrew#13572.
      
      Signed-off-by: default avatarMisty De Meo <mistydemeo@gmail.com>
      6a8c4843
Loading