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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 04, 2011
-
-
Adam Vandenberg authored
Apaprently both expat.framework and libexpat.framework exist and interfere with CMake.
-
- Apr 02, 2011
-
-
Adam Vandenberg authored
-
Charlie Sharpsteen authored
The Fortran regex only allowed for trailing whitespace after: depends_on 'gfortran' This missed conditional dependencies, such as: depends_on 'gfortran' if something? Such a dependency was present in the NetCDF formula. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 01, 2011
-
-
Adam Vandenberg authored
-
- Mar 30, 2011
-
-
Adam Vandenberg authored
-
Ferdinand Niedermann authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
- Mar 29, 2011
-
-
Mike McQuaid authored
-
Dave Lee authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Mar 27, 2011
-
-
Adam Vandenberg authored
-
- Mar 26, 2011
-
-
Adam Vandenberg authored
Existing method moved to compatibility layer.
-
Austin Ziegler authored
SourceForge links can end with /download which appears to be part of what is used to drive mirror selection. Modifying the version detection extension of pathname.rb to detect this case for both sourceforge.net and sf.net download selections. This is sufficient for version detection but may not be sufficient for other uses of /download links. I have not found any problems with links that use /download, though. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 23, 2011
-
-
Simon COURTOIS authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 22, 2011
-
-
Jonas Pfenniger authored
When running `brew up`, if a mentioned formulae is also installed, it will get a wildcard start at the end. It makes it easier to see if any installed formulae is impacted. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jonas Pfenniger authored
cols is calculated in the function body Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This removes the single use of 'brew audit --warn' and changes it to --strict as well.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
xcodebuild should be passed an explicit SYMROOT, since the user can override this. Also added --strict, so certain audits can be ignored in most cases (including this one.)
-
Adam Vandenberg authored
-
Adam Vandenberg authored
If an install fails, the ENV dump at the end of the output is more useful, as it reflects any ENV changes done in def install.
-
- Mar 21, 2011
-
-
eregon authored
* may be a problem if the constant is scoped (like A::B), but this is not the case (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that) * this was noticed in a comment of 9afc85ad but it has disappeared Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Yasuharu NAKANO authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 20, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Using popen here breaks brew install -v due to the way the error pipe is passed around during install.
-
- Mar 19, 2011
-
-
Adam Vandenberg authored
Moved snow_leopard_64? to compatibility and replaced it with a function MacOS.prefer_64_bit?. This method is in a better place and has a better name once Lion comes out. Fixes Homebrew/homebrew#4710
-
- Mar 18, 2011
-
-
Camillo Lugaresi authored
Closes Homebrew/homebrew#4693. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
- Mar 17, 2011
-
-
Adam Vandenberg authored
-
- Mar 16, 2011
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-