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 28, 2016
  2. Nov 23, 2016
  3. Nov 22, 2016
    • Kaito Udagawa's avatar
      osxfuse_requirement: add library and include paths · 00b18c35
      Kaito Udagawa authored
      In the installation whose prefix is other than /usr/local,
      osxfuse library and include path must explicitly be specified during build.
      Although brew's pkg-config is configured to prepend appropriates paths,
      the prepended paths (/usr/local) supercede the original HOMEBREW_PREFIX.
      This behavior will cause the linker to select libraries outside brew's tree.
      
      By adding /usr/local to HOMEBREW_LIBRARY_PATHS, superenv ensures that appears
      only after the HOMEBREW_PREFIX, and thus fixes this problem.
      
      HOMEBREW_INCLUDE_PATHS is also configured like keg-only Formulae.
      00b18c35
  4. Nov 21, 2016
  5. Nov 20, 2016
  6. Nov 19, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Nov 16, 2016
    • Mike McQuaid's avatar
      audit: only check previous formula version. · 31caa8ef
      Mike McQuaid authored
      For calculating the stable/devel versions this should be sufficient as
      it's looking at `origin/master` so for a e.g. unmerged pull request this
      will stop complaining about mistakes outside the pull request itself.
      
      This will silence all warnings for historic version mistakes (i.e.
      before these audit checks were all enabled) which is normally a bad
      thing but as this case would rely on modifying history to complete is a
      good one.
      31caa8ef
Loading