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. Nov 12, 2013
  2. Nov 11, 2013
  3. Nov 10, 2013
  4. Nov 09, 2013
  5. Nov 08, 2013
  6. Nov 07, 2013
  7. Nov 06, 2013
  8. Nov 05, 2013
    • Jack Nagel's avatar
      Remove special cases in build-time dep audit · 6c3ee52d
      Jack Nagel authored
      Closes Homebrew/homebrew#23931.
      6c3ee52d
    • Jack Nagel's avatar
      Add explicit "run" dependency tag · c556b3dc
      Jack Nagel authored
      c556b3dc
    • Jack Nagel's avatar
      Disable make_fuss when running configure invoked by make · 06dbec5a
      Jack Nagel authored
      The cc wrapper's make_fuss is only enabled when HOMEBREW_CCCFG contains
      'O', which is set by the make wrapper. This means it is disable when
      running configure scripts. However, this does not include configure
      scripts invoked by make, which inherit the value of HOMEBREW_CCCFG from
      the make process. make_fuss will be enabled for these scripts, cause
      breakage.
      
      Configure scripts generated by autoconf 2.56 (November 2002) or later
      export DUALCASE into the environment of subprocesses. This variable is
      only used by the MKS shell, so we can use it as a heuristic to determine
      if we are running as a subprocess of a configure script.
      06dbec5a
  9. Nov 04, 2013
  10. Nov 03, 2013
    • Jack Nagel's avatar
      Remove intermediate exception in Formula#system · a2d9271b
      Jack Nagel authored
      Now that ErrorDuringExecution is only raised in one place, we can just
      raise the BuildError directly instead.
      a2d9271b
    • Jack Nagel's avatar
      Fix regression in `brew deps` · aafae73c
      Jack Nagel authored
      The default mode is intended to display recursive dependencies, with the
      `--1` flag to display only one level.
      aafae73c
    • Xiyue Deng's avatar
      Add cxxstdlib_check method to request changing C++ stdlib checking. · 917b94df
      Xiyue Deng authored
      * In certain cases, a C++ software may result in linking to a different
        and incompatible C++ standard library than its dependencies and still
        works fine because it is by design. Examples include GCC, which will
        bootstrap itself and self-host after finish.
      
      * Add a cxxstdlib_check method to formula to request changing the C++
        standard library checking. Currently using "cxxstdlib_check :skip"
        will let a formula skip such checking. This should only be used on
        rare occasions and be very careful.
      
      Closes Homebrew/homebrew#23687.
      917b94df
  11. Nov 02, 2013
  12. Nov 01, 2013
Loading