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. Sep 22, 2011
    • Jack Nagel's avatar
      Correctly parse ImageMagick bottle version · 27d2a95e
      Jack Nagel authored
      
      Commit 2695821e98 ("Only use the bottle if its version is up-to-date")
      essentially broke the ImageMagick bottle, because the version parsing
      logic returns "1" as the bottle version.
      
      Fixing this requires only a slight modification to the bottle URL regex;
      includes a test.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      27d2a95e
    • Jack Nagel's avatar
      audit: recognize options used with 'ARGV.flag?' · 51f010ac
      Jack Nagel authored
      
      A few formula use ARGV.flag? instead of ARGV.include?. This made `audit`
      recognize a few undocumented instances of a '--devel' option, but we can
      just ignore that like '--HEAD' for now, and change the behavior if we
      decide they need to be documented explicitly in each formula.
      
      cf. Homebrew/homebrew#7456.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      51f010ac
  2. Sep 20, 2011
  3. Sep 19, 2011
  4. Sep 17, 2011
  5. Sep 16, 2011
    • Charlie Sharpsteen's avatar
      Return Formula objects from `outdated_brews` · 2492c656
      Charlie Sharpsteen authored
      Previously, `outdated_brews` returned a list of lists---each containing three
      components of a Formula object:
      
        - f.rack
        - f.name
        - f.version
      
      Frequently more information is required which necessitates back-casting from
      `name` to a Formula object---simpy returning formula objects removes this step.
      2492c656
    • Charlie Sharpsteen's avatar
      Centralize definition of `rack` in formula.rb · 94dba21f
      Charlie Sharpsteen authored
      `rack` is a commonly used alias for `formula.prefix.parent`---so common that it
      gets defined and used quite a bit. This patch makes `rack` an official method
      of the `Formula` class.
      94dba21f
  6. Sep 15, 2011
  7. Sep 14, 2011
  8. Sep 13, 2011
  9. Sep 12, 2011
  10. Sep 11, 2011
  11. Sep 10, 2011
    • Max Howell's avatar
      With xcodebuild don't set CC, CXX, etc. · bf3433bd
      Max Howell authored
      The compiler setting in the xcodeproj is overridden by the CC setting in the environment. This is a bit insane IMO since the xcodeproj itself has detailed decisions about what tools to use.
      
      Fixes Homebrew/homebrew#6406.
      bf3433bd
  12. Sep 09, 2011
Loading