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 30, 2013
  2. Aug 29, 2013
  3. Aug 28, 2013
  4. Aug 27, 2013
  5. Aug 26, 2013
    • Misty De Meo's avatar
      superenv: support PPC bottles · f0bf64e1
      Misty De Meo authored
      Allows for building bottles on PPC both with and without Altivec.
      This is currently not active but will be enabled once superenv is
      stable on Leopard.
      f0bf64e1
  6. Aug 25, 2013
  7. Aug 24, 2013
    • Samuel John's avatar
      PythonInstalled: Unset PYTHONPATH for `satisfied?` · c4d8917f
      Samuel John authored
      When a formula `depends_on :python` *and* `depends_on :python3`
      the `modify_build_environment` method sets the PYTHONPATH
      and the Python 3.x requirement then fails because it finds
      the sitecustomize.py from Python 2.x in the PYTHONPATH.
      c4d8917f
    • Jack Nagel's avatar
      Always pass -headerpad_max_install_names to the linker · 84369dd9
      Jack Nagel authored
      We use install_name_tool pretty liberally, so we need to take steps to
      ensure libraries and executables are always linked with this flag.
      
      Closes Homebrew/homebrew#20233.
      Fixes Homebrew/homebrew#17984.
      Fixes Homebrew/homebrew#22078.
      84369dd9
  8. Aug 23, 2013
  9. Aug 22, 2013
    • Greg Sieranski's avatar
      adding reinstall to bash completion · 1abb8cdf
      Greg Sieranski authored
      
      Closes Homebrew/homebrew#22051.
      
      Signed-off-by: default avatarSamuel John <github@SamuelJohn.de>
      1abb8cdf
    • Samuel John's avatar
      brew reinstall: Is able to work for all formulae · 43fc7423
      Samuel John authored
      ... and not just installed ones. Of course, strictly speaking,
      reinstalling not-yet-installed formulae makes semantically little
      sense, but the big win is that we can tell people (after we have
      resolved an issue) to `brew reinstall <formula>` and even if a user
      has removed that formula in the meantime, reinstall will do the right
      thing. Basically adding --force to uninstall. I think this makes
      reinstall more robust.
      43fc7423
    • Samuel John's avatar
      Revert "brew reinstall: Is able to work for all formulae" · 5a0bad6b
      Samuel John authored
      This reverts commit 865f763ae59fdf32f496ca416fd98117f3370f86.
      5a0bad6b
    • Samuel John's avatar
      brew reinstall: Is able to work for all formulae · 4bb49a64
      Samuel John authored
      ... and not just installed ones. Of course, strictly speaking,
      reinstalling not-yet-installed formulae makes semantically little
      sense, but the big win is that we can tell people (after we have
      resolved an issue) to `brew reinstall <formula>` and even if a user
      has removed that formula in the meantime, reinstall will do the right
      thing. Basically adding --force to uninstall. I think this makes
      reinstall more robust.
      4bb49a64
  10. Aug 21, 2013
  11. Aug 20, 2013
Loading