| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-28 | brew doctor - add check for CLICOLOR_FORCE | Adam Vandenberg | |
| 2011-03-28 | brew doctor - reword stray dylib message | Adam Vandenberg | |
| 2011-03-28 | brew doctor - also check permisisons on share | Adam Vandenberg | |
| 2011-03-28 | Use MacOS.xcode_prefix | Adam Vandenberg | |
| 2011-03-28 | reword audit | Adam Vandenberg | |
| 2011-03-26 | remove whitespace | Adam Vandenberg | |
| 2011-03-25 | Move 'fails_with_llvm' into formula DSL. | Adam Vandenberg | |
| Existing method moved to compatibility layer. | |||
| 2011-03-25 | Adding version detection to sf.net /download urls | Austin Ziegler | |
| 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> | |||
| 2011-03-22 | Removing svn+ when using svn+http to avoid Undefined tunnel scheme error | Simon COURTOIS | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-21 | brew up: star installed formulae | Jonas Pfenniger | |
| 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> | |||
| 2011-03-21 | utils.rb: removed unused cols argument | Jonas Pfenniger | |
| cols is calculated in the function body Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-21 | update manpage for brew audit --strict | Adam Vandenberg | |
| This removes the single use of 'brew audit --warn' and changes it to --strict as well. | |||
| 2011-03-21 | brew audit: add strict check for <Formula spacing | Adam Vandenberg | |
| 2011-03-21 | Add audit for xcodebuild. | Adam Vandenberg | |
| 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.) | |||
| 2011-03-21 | Remove ENV dump from top of verbose install. | Adam Vandenberg | |
| 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. | |||
| 2011-03-20 | use Module#const_get instead of eval | eregon | |
| * 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> | |||
| 2011-03-20 | Fix for installing from_url | Yasuharu NAKANO | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-19 | Use --depth 1 more conservatively | Adam Vandenberg | |
| 2011-03-19 | Fix brew --cellar foo | Adam Vandenberg | |
| 2011-03-19 | brew options: allow --all | Adam Vandenberg | |
| 2011-03-19 | Add methods to ArchitectureListExtension | Adam Vandenberg | |
| 2011-03-19 | Use backticks instead of popen | Adam Vandenberg | |
| Using popen here breaks brew install -v due to the way the error pipe is passed around during install. | |||
| 2011-03-18 | Add MacOS.prefer_64_bit? | Adam Vandenberg | |
| 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 | |||
| 2011-03-17 | make fails_with_llvm work when cc is llvm-gcc | Camillo Lugaresi | |
| Closes Homebrew/homebrew#4693. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2011-03-17 | Use xcode_path for GCC as well as LLVM. | Mike McQuaid | |
| 2011-03-15 | Fix keg-only, non-system dupes | Adam Vandenberg | |
| 2011-03-15 | install - change keg-only warning | Adam Vandenberg | |
| 2011-03-15 | keg-only: provide more info about system dupes | Adam Vandenberg | |
| System duplicates can now provide more information about why they are included in Homebrew. | |||
| 2011-03-15 | keg - use proper inheritance style | Adam Vandenberg | |
| 2011-03-15 | brew audit: check that homepage includes the protocol | Adam Vandenberg | |
| 2011-03-15 | Fix regex for svn+http | Adam Vandenberg | |
| Fixes Homebrew/homebrew#4683 | |||
| 2011-03-14 | Fix reporting of build errors. | Adam Vandenberg | |
| 2011-03-14 | Don't make brew doctor complain about Xcode 4. | Mike McQuaid | |
| 2011-03-14 | X11 is part of OSX, not Xcode. | Mike McQuaid | |
| 2011-03-14 | Add comment to ENV.libxml2 | Adam Vandenberg | |
| 2011-03-14 | Fix bug in reporting curl errors | Adam Vandenberg | |
| 2011-03-14 | brew info should fetch remote formula info | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-13 | Add ruby lib to folders handled specially by keg.link | Adam Vandenberg | |
| 2011-03-13 | Remove unused exception; Closes Homebrew/homebrew#4652 | Max Howell | |
| If version cannot be determined, then instruct the user to add one. | |||
| 2011-03-13 | Optimise/simplify `brew help` | Max Howell | |
| Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here. Also separated out the help into its own command for consistency. | |||
| 2011-03-13 | Replace create --cache with create --no-fetch | Max Howell | |
| Because since 0.8 we do the opposite, ie. download by default. | |||
| 2011-03-12 | Fix inheritance in exceptions | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew log -p foo'. | Adam Vandenberg | |
| 2011-03-12 | Fix inheritance in formula.rb | Adam Vandenberg | |
| 2011-03-12 | brew audit: check for missing deps | Adam Vandenberg | |
| 2011-03-12 | Allow 'brew install' on relative paths | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew rm -f' | Adam Vandenberg | |
| 2011-03-12 | brew audit - check for depends_on 'gfortran' | Charlie Sharpsteen | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Add Fortran configuration to ENV.rb | Charlie Sharpsteen | |
| This provides a uniform way for formulae to indicate a Fortran compiler is required. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | use "git clone --depth 1" | Armando Di Cianno | |
| Prefer a shallow clone for builds from git repos, as we don't need all the historical stuff. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
