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 23, 2016
    • ilovezfs's avatar
      haskell: fix empty flags build failures · 4c1e415b
      ilovezfs authored
      
      Fixes a regression introduced by Homebrew/homebrew#47950 in 9e3ee3e causing build
      failures with the error
      
        cabal: The file does not exist ''.
      
      This will occur whenever the optional :flags key isn't in the options
      hash passed to install_cabal_package.
      
      Closes Homebrew/homebrew#49425.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      4c1e415b
  2. Feb 22, 2016
  3. Feb 21, 2016
    • Zhiming Wang's avatar
      synfigstudio: boneyard · 18b20c9e
      Zhiming Wang authored
      
      Main reasons for boneyard:
      
      * As this formula now stands, it fails to build (with a mysterious
        error) against FFmpeg 3.0 (#49178);
      
      * This is a GUI-only tool (look at its awkward test), so it doesn't
        quite belong to core to begin with; and due to the build issue above,
        work is needed if it is to be revived in homebrew/gui;
      
      * There's not enough interest, seeing that we are two releases or half a
        year behind, and no user even proposed a version bump;
      
      * Upstream's preferred method of installation is the app bundle (which
        seems to be a much more complete solution, given the app bundle's
        size), distributed in binary disk images.
      
      More discussions in Homebrew/homebrew#49178.
      
      Closes Homebrew/homebrew#49378.
      
      Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
      18b20c9e
    • Dominyk Tiller's avatar
      test_pathname: add append_lines tests · e00375e3
      Dominyk Tiller authored
      
      Closes Homebrew/homebrew#49233.
      
      Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
      e00375e3
    • Dominyk Tiller's avatar
      pathname: add append_lines method · ff4d16de
      Dominyk Tiller authored
      * Blocks writing of new files via accidental typos, etc, which the normal open("blah", "a") doesn't.
      * Where files don't exist they should ideally be using `(buildpath/"dog").write` instead of open("blah", "a") already.
      * It's a bit less cluttered looking if you need several writes to different files in the formula, IMO.
      ff4d16de
    • Xu Cheng's avatar
      plist_caveats: ensure it ending with newline · 7c9dff1f
      Xu Cheng authored
      
      Closes Homebrew/homebrew#49374.
      
      Signed-off-by: default avatarXu Cheng <xucheng@me.com>
      7c9dff1f
    • Dominyk Tiller's avatar
      env/shared: ignore perl opts · bfbdfe8d
      Dominyk Tiller authored
      In theory, letting these be set once wasn't an awful idea because it allows
      users choice on where Perl modules end up.
      
      In reality, as we've moved closer to sandboxing and at the same time accepted more
      perl binding options into formulae it has been exposed as something of a hellraiser.
      
      It's not that uncommon for Perl users to set a custom `INSTALL_BASE` in the ENV which
      means we end up with quite a few formula that fail hard with this sort of error:
      
      ```
      Only one of PREFIX or INSTALL_BASE can be given. Not both.
      ```
      
      The other common error, which we discovered via sandboxing, is that the Perl modules
      end up outside Homebrew's control which means we don't automatically remove them
      when the package is removed. Sandboxing blocks this, which means when we eventually
      move to enable that by default for users as well as CI it'll quickly become a
      prominent issue.
      bfbdfe8d
    • Dominyk Tiller's avatar
      diagnostic: add new osxfuse exceptions · 7572e91a
      Dominyk Tiller authored
      The recent updates to OSXFuse include two new elements that get flagged by
      `brew doctor`. Adding them here so it's consistent with how we handle the rest
      of OSXFuse.
      
      Closes Homebrew/homebrew#49372.
      7572e91a
  4. Feb 20, 2016
  5. Feb 19, 2016
  6. Feb 18, 2016
Loading