| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-21 | Warn about jars in lib. | Adam Vandenberg | |
| Java software tends to come with its own mini file layout including bin, lib and other folders. The lib folder typically holds jars, which can conflict between packages if linked into HOMEBREW_PREFIX/lib and aren't needed to compile other .dylib based software anyway. The recommendation for Java software is to install to "libexec" and then symlink or wrap binaries from libexec/bin to bin in the Cellar. | |||
| 2010-08-21 | brew audit - Google Code homes w/o trailing slash | Adam Vandenberg | |
| Without a trailing slash, you redirect to the URL w/ a slash, so might as well have it there in the first place. | |||
| 2010-08-21 | Deal with symlinked meta files | Adam Vandenberg | |
| 2010-08-21 | Man sections only run through 8 | Adam Vandenberg | |
| 2010-08-21 | Document HOMEBREW_KEEP_INFO | Adam Vandenberg | |
| 2010-08-21 | HOMEBREW_KEEP_INFO to keep info pages | Adam Vandenberg | |
| 2010-08-21 | use f.info | Adam Vandenberg | |
| 2010-08-21 | Move cleaner to separate file | Adam Vandenberg | |
| 2010-08-21 | comment link step | Adam Vandenberg | |
| 2010-08-20 | Document 'brew man' and add links to gems. | Adam Vandenberg | |
| 2010-08-20 | Document HOMEBREW_DEBUG_PREFIX | Adam Vandenberg | |
| 2010-08-20 | Let 'interactive_shell' take a formula and set ENV vars. | Adam Vandenberg | |
| Pull duplicate code out of install --debug and install -i up into 'interactive_shell'. | |||
| 2010-08-20 | Add 'HOMEBREW_DEBUG_PREFIX' | Adam Vandenberg | |
| When doing "brew install -i", set the "HOMEBREW_DEBUG_PREFIX" variable to the prefix of the formula being installed. | |||
| 2010-08-20 | 'brew cleanup' no longer complains about single versions | Adam Vandenberg | |
| Previously "brew cleanup" would complain if the most recent version of a brew wasn't installed. We now suppress this message if only one (outdated) formula is present. | |||
| 2010-08-18 | brew doctor - look for MacGPG2 installed via the .mpkg | Adam Vandenberg | |
| 2010-08-17 | Tweak brew server - fixes Homebrew/homebrew#2191 | Adam Vandenberg | |
| 2010-08-16 | Use 1.9 compat syntax. Fixes Homebrew/homebrew#2192 | Adam Vandenberg | |
| 2010-08-16 | brew doctor - tweak multiple volume check | Adam Vandenberg | |
| 2010-08-16 | Document HOMEBREW_DEBUG_INSTALL | Adam Vandenberg | |
| 2010-08-15 | Fix brew server and document. | Adam Vandenberg | |
| 2010-08-15 | Make errors during link step more visible. | Adam Vandenberg | |
| 2010-08-15 | Move method back to Pathname. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew test' and sort external commands. | Adam Vandenberg | |
| 2010-08-15 | Fix typo in manpage. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew missing'. | Adam Vandenberg | |
| 2010-08-15 | Tweak brew missing | Adam Vandenberg | |
| 2010-08-15 | brew audit - check for FileUtils. | Adam Vandenberg | |
| 2010-08-15 | Tweak 'report error' message. | Adam Vandenberg | |
| 2010-08-15 | External command "brew missing" | Adam Vandenberg | |
| This will print installed brews that are missing deps. | |||
| 2010-08-15 | brew audit - another man variation | Adam Vandenberg | |
| 2010-08-13 | Add 'brew graph' external command. | Adam Vandenberg | |
| This command generates a GraphViz dot file from the Hoembrew dependency graph. $ brew install graphviz $ brew graph | dot -Tsvg -ohomebrew.svg $ open homebrew.svg | |||
| 2010-08-13 | Add 'brew deps --all' | Adam Vandenberg | |
| 2010-08-11 | Tweak ARGV.usage | Adam Vandenberg | |
| 2010-08-11 | Reformat manpage slightly | Adam Vandenberg | |
| 2010-08-11 | Add "brew uses --installed" | Adam Vandenberg | |
| Passing --installed will limit the list to formulae that you have installed. Documented this and "brew deps --1" which limits the dependency list to one level down (direct dependencies). | |||
| 2010-08-11 | Fix uses/deps for Leopard | Adam Vandenberg | |
| 2010-08-11 | Tweak default template | Adam Vandenberg | |
| 2010-08-10 | brew audit - check used and documented options | Adam Vandenberg | |
| 2010-08-10 | brew audit - most audits shouldn't happen against __END__ | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - add ENV.cflags | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - style cleanups | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add libiconv check | Adam Vandenberg | |
| 2010-08-09 | brew doctor - check all keg_only brews | Adam Vandenberg | |
| Add a check to see if any keg_only brews are installed and linked into the Cellar. Doing this can cause installs of other formulae to fail. | |||
| 2010-08-09 | fails_with_llvm will switch to GCC 4.2 by default | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add check for non-standard autoconf | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add check for /usr/bin/cc symlinks. | Adam Vandenberg | |
| If you symlink /usr/bin/cc to llvm, then Homebrew's "fails_with_llvm" checks are bypassed. So add a warning to "brew doctor". | |||
| 2010-08-09 | Remove redundent line and reword comments slightly. | Adam Vandenberg | |
| 2010-08-09 | Add shortcut 'brew dr'. | Adam Vandenberg | |
| 2010-08-09 | brew doctor - X11 check | Adam Vandenberg | |
| Tweak wording in X11 check and use the same X11 detection function as ENV.x11; also move that function into utils. | |||
| 2010-08-09 | brew audit - refactor text checks to make easier to test | Adam Vandenberg | |
