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. Feb 08, 2013
  2. Feb 07, 2013
  3. Feb 06, 2013
  4. Feb 05, 2013
  5. Feb 04, 2013
  6. Feb 03, 2013
  7. Feb 02, 2013
  8. Feb 01, 2013
    • Mike McQuaid's avatar
      Don't let xcrun find superenv tools. · b1bc9ec8
      Mike McQuaid authored
      Causes an infinite loop when trying to find e.g. missing gcc.
      
      Closes Homebrew/homebrew#17426
      References Homebrew/homebrew#17455
      b1bc9ec8
    • Samuel John's avatar
      brew doctor: Check for CaSe SeNsItIvE fs · e851e888
      Samuel John authored
      
      Closes Homebrew/homebrew#16658.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      e851e888
    • Jack Nagel's avatar
      build: accept X11 proxies as X11 deps · fba1d212
      Jack Nagel authored
      fba1d212
    • Jack Nagel's avatar
      Update documentation for Dependency.expand · c5f73a01
      Jack Nagel authored
      c5f73a01
    • Jack Nagel's avatar
      Proper recursive expansion of requirements with filtering · 1408610b
      Jack Nagel authored
      Expand requirements recursively while applying the same optional? and
      recommended? filters that dependencies are run through. Options
      generated by requirements are now checked against the correct list of
      requirements, eliminating the temporary "best guess" logic in the
      installer.
      1408610b
    • Jack Nagel's avatar
      Create proxy classes for "partial" X11 dependencies · f4b126cc
      Jack Nagel authored
      When a formula's dependency tree contains more than one X11 dependency,
      they are de-duplicated by comparing the min_version attribute. However,
      this can result in broken dependency trees if one of the X11Dependency
      objects was actually specified as e.g. `:libpng`.
      
      In practice, this only matters when one or more of the dependencies has
      additional metadata that makes it distinct from the rest, i.e. an
      :optional or :recommended tag.
      
      To combat this, make these special, "partial" X11 dependencies instances
      of different classes so that they are not de-duped.
      
      It will still be necessary, at the time when requirements are expanded
      by the installer, to de-duplicate any remaining X11 dependencies after
      applying the optional/recommended filters in order to avoid duplicated
      modifications to the environment (as ENV.x11 is not idempotent).
      
      c.f. Homebrew/homebrew#17369.
      f4b126cc
  9. Jan 31, 2013
Loading