| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-07 | Fix misspelled method name: Formula.canonical_name | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-05 | fix_install_names fix for 10.5 | Adam Vandenberg | |
| 2011-05-05 | brew doctor: check for stray static libs too | Adam Vandenberg | |
| CMake will pick up static libs in /usr/local. | |||
| 2011-05-01 | Fix name of Mercurial in blacklist | Humza | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-29 | brew doctor: hard-code full path to mount command | Adam Vandenberg | |
| 2011-04-26 | No really, fix llvm_build_version and xcode_prefix | Adam Vandenberg | |
| 2011-04-26 | Fix llvm_build_version to handle xcode_prefix output. | Adam Vandenberg | |
| 2011-04-25 | Remove reference to 'brew install pip' | Adam Vandenberg | |
| 2011-04-23 | Fix audit for new universal handling | Adam Vandenberg | |
| 2011-04-23 | Add ARGV.build_universal? | Adam Vandenberg | |
| 2011-04-18 | Fixed reading branch name | Sebastian Staudt | |
| The git command now uses --git-dir instead of --work-tree. Using --work-tree won't work if you are inside another Git repository. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-18 | Add --force to brew cleanup | Adam Vandenberg | |
| 2011-04-18 | Edit keg-only message | Adam Vandenberg | |
| 2011-04-18 | ENV: Use /usr/X11 instead of symlink | Adam Vandenberg | |
| 2011-04-14 | Added SHA-256 to the fetch command. | Birger J. Nordølum | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-14 | Add `brew fetch --deps` | Adam Vandenberg | |
| `brew fetch --deps` will also cache the dependencies of any listed formulae. | |||
| 2011-04-13 | brew deps: add hidden option -n | Adam Vandenberg | |
| -n means 'natural order' instead of alpha-order, and will show the order in which the deps will be installed. | |||
| 2011-04-12 | Remove 'sudo' from the npm installation instructions | Kevin Ballard | |
| Using 'sudo' should not be required to install npm, and isn't if the user has used the default Homebrew installation process. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-12 | Handle complex $EDITOR values. | Adam Vandenberg | |
| 2011-04-11 | Add pip to blacklist. | Arthur Kalmenson | |
| Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-10 | Make brew deps Leopard compatible | Adam Vandenberg | |
| 2011-04-09 | Fix formula paths for manually specified names. | Martin Kühl | |
| When the name of a new formula can't be autodetected, it defaults to the empty string. When it then gets read from user input later on, the new name is used but the formula path, based on the name, stays empty. This change sets the path after a new name was read. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-09 | Normalize use of MACOS_VERSION | Adam Vandenberg | |
| 2011-04-07 | Show which deps will also be installed. | Adam Vandenberg | |
| 2011-04-07 | Use https for issue links at the end of stack traces. | Jannis Leidel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-05 | brew create: remind people to 'brew audit' | Adam Vandenberg | |
| 2011-04-05 | brew create: ensure CACHE folder exists | Adam Vandenberg | |
| 2011-04-04 | brew audit: --strict warning for using $ in caveats | Adam Vandenberg | |
| For multiple lines of commands to enter at a prompt, don't use $ as a prompt marker to make it easier to copy/paste. | |||
| 2011-04-04 | GitHub - use git for smart https repos | pascalbertrand | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-04 | brew doctor: add check for GREP_OPTIONS | Adam Vandenberg | |
| 2011-04-04 | brew doctor: update expat check | Adam Vandenberg | |
| Apaprently both expat.framework and libexpat.framework exist and interfere with CMake. | |||
| 2011-04-01 | Fix CLICOLOR_FORCE check | Adam Vandenberg | |
| 2011-04-01 | Fix brew-audit Fortran check | Charlie Sharpsteen | |
| 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> | |||
| 2011-03-29 | brew doctor - only check unique path folders | Adam Vandenberg | |
| 2011-03-29 | Add warning about m4 macros. | Adam Vandenberg | |
| 2011-03-28 | Use Formula#installed_prefix for brew --prefix formula | Dave Lee | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-28 | Fix inheritance style in download strats. | Adam Vandenberg | |
| 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 | |
