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 29, 2011
  2. Jul 28, 2011
  3. Jul 27, 2011
  4. Jul 26, 2011
    • Jack Nagel's avatar
      doctor: be more forgiving about GREP_OPTIONS · 5b06a27e
      Jack Nagel authored
      
      Currently, `brew doctor` complains about GREP_OPTIONS being set,
      regardless of its value. The cmake formula, for which this check was
      introduced, is more specific about what actually makes it fail.
      
      GREP_OPTIONS='--color=auto' will not cause the build to fail, so don't
      warn about this.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      5b06a27e
  5. Jul 23, 2011
  6. Jul 21, 2011
  7. Jul 11, 2011
  8. Jul 06, 2011
  9. Jul 04, 2011
  10. Jun 29, 2011
    • Max Howell's avatar
      Fix install_name massaging for keg-only brews · 870f3676
      Max Howell authored
      Fixes Homebrew/homebrew#6065.
      
      My pre-emptive fix that avoided calling Pathname.ensure_writable because I was not convinced it worked broke this function due to incorrect logic.
      
      The lesson is, don’t write pre-emptive fixes. Wait until you've seen the bug first. All code has bugs in, so write less. I'm an idiot sometimes.
      870f3676
  11. Jun 23, 2011
  12. Jun 22, 2011
  13. Jun 21, 2011
  14. Jun 20, 2011
  15. Jun 17, 2011
    • Max Howell's avatar
      Actually reset the permissions · d661b2be
      Max Howell authored
      d661b2be
    • Max Howell's avatar
      Show summary headings when appropriate · 1d606388
      Max Howell authored
      1d606388
    • Max Howell's avatar
      Don’t output "nothing" messages · 1587c703
      Max Howell authored
      This is how we do it in general in Homebrew.
      1587c703
    • Max Howell's avatar
      Fix upgrading libdeps breaking stuff after cleanups · 215fcd32
      Max Howell authored
      Fixes Homebrew/homebrew#2709.
      
      By forcing dylibs to have an install_name id that is the HOMEBREW_PREFIX path, ie. the symlink’s path. Stuff that links to these dylibs will use this id and thus by immune to upgrades of underlying libraries.
      
      Thus whatever keg is "current" ie. linked, will be the library that is used by the tool.
      
      This fix is not retroactive. So there will still be breakage for existing installations of stuff.
      
      The fix_install step in install is moved after the link step as the symlinking
      is required to determine the eventual ids for each dylib.
      215fcd32
    • Max Howell's avatar
      Fix make_relative_symlink when names differ · 527c841f
      Max Howell authored
      Before we would always make the symlink itself have a basename the same as what it pointed to.
      
      I don’t think this breaks any of the other usages as they were working by coincidence.
      527c841f
Loading