| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-03 | fix `doctor` command in case Cellar dir doesn't yet exist | Mislav Marohnić | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-02 | brew-doctor: only check sbin if it exists | Adam Vandenberg | |
| 2011-05-31 | brew-audit: do not abort after first brew with errors | Adam Vandenberg | |
| 2011-05-30 | Better explanation of libxml2 and libxslt in blacklists. | Samuel Cochran | |
| Bundling explanation of X11 and libxslt is a bit odd and confusing, bundle libxml2 and libxslt instead extracted from X11 and /usr/lib requirements. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-27 | audit exits with status 1 if there are problems | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-26 | brew doctor: update autoconf message | Adam Vandenberg | |
| 2011-05-26 | Add method to ENV for setting up a debug build | Charlie Sharpsteen | |
| `ENV.Og` clears all optimization flags and adds `-g -O0`. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-19 | Move gz-only strategy into core. | Adam Vandenberg | |
| 2011-05-18 | Create method for accessing Xcode version. | Mike McQuaid | |
| 2011-05-12 | brew doctor: find suspicious git newline configs | Adam Vandenberg | |
| 2011-05-12 | brew doctor: check for stray .la files | Adam Vandenberg | |
| 2011-05-12 | brew doctor: warn about Mono and CMake | Adam Vandenberg | |
| 2011-05-09 | brew doctor: add check for stray .pc files | Adam Vandenberg | |
| 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 | |
