aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2011-05-07Fix misspelled method name: Formula.canonical_nameJack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05fix_install_names fix for 10.5Adam Vandenberg
2011-05-05brew doctor: check for stray static libs tooAdam Vandenberg
CMake will pick up static libs in /usr/local.
2011-05-01Fix name of Mercurial in blacklistHumza
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-29brew doctor: hard-code full path to mount commandAdam Vandenberg
2011-04-26No really, fix llvm_build_version and xcode_prefixAdam Vandenberg
2011-04-26Fix llvm_build_version to handle xcode_prefix output.Adam Vandenberg
2011-04-25Remove reference to 'brew install pip'Adam Vandenberg
2011-04-23Fix audit for new universal handlingAdam Vandenberg
2011-04-23Add ARGV.build_universal?Adam Vandenberg
2011-04-18Fixed reading branch nameSebastian 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-18Add --force to brew cleanupAdam Vandenberg
2011-04-18Edit keg-only messageAdam Vandenberg
2011-04-18ENV: Use /usr/X11 instead of symlinkAdam Vandenberg
2011-04-14Added SHA-256 to the fetch command.Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14Add `brew fetch --deps`Adam Vandenberg
`brew fetch --deps` will also cache the dependencies of any listed formulae.
2011-04-13brew deps: add hidden option -nAdam Vandenberg
-n means 'natural order' instead of alpha-order, and will show the order in which the deps will be installed.
2011-04-12Remove 'sudo' from the npm installation instructionsKevin 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-12Handle complex $EDITOR values.Adam Vandenberg
2011-04-11Add pip to blacklist.Arthur Kalmenson
Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-10Make brew deps Leopard compatibleAdam Vandenberg
2011-04-09Fix 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-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-07Show which deps will also be installed.Adam Vandenberg
2011-04-07Use https for issue links at the end of stack traces.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-05brew create: remind people to 'brew audit'Adam Vandenberg
2011-04-05brew create: ensure CACHE folder existsAdam Vandenberg
2011-04-04brew audit: --strict warning for using $ in caveatsAdam 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-04GitHub - use git for smart https repospascalbertrand
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04brew doctor: add check for GREP_OPTIONSAdam Vandenberg
2011-04-04brew doctor: update expat checkAdam Vandenberg
Apaprently both expat.framework and libexpat.framework exist and interfere with CMake.
2011-04-01Fix CLICOLOR_FORCE checkAdam Vandenberg
2011-04-01Fix brew-audit Fortran checkCharlie 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-29brew doctor - only check unique path foldersAdam Vandenberg
2011-03-29Add warning about m4 macros.Adam Vandenberg
2011-03-28Use Formula#installed_prefix for brew --prefix formulaDave Lee
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-28Fix inheritance style in download strats.Adam Vandenberg
2011-03-28brew doctor - add check for CLICOLOR_FORCEAdam Vandenberg
2011-03-28brew doctor - reword stray dylib messageAdam Vandenberg
2011-03-28brew doctor - also check permisisons on shareAdam Vandenberg
2011-03-28Use MacOS.xcode_prefixAdam Vandenberg
2011-03-28reword auditAdam Vandenberg
2011-03-26remove whitespaceAdam Vandenberg
2011-03-25Move 'fails_with_llvm' into formula DSL.Adam Vandenberg
Existing method moved to compatibility layer.
2011-03-25Adding version detection to sf.net /download urlsAustin 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-22Removing svn+ when using svn+http to avoid Undefined tunnel scheme errorSimon COURTOIS
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-21brew up: star installed formulaeJonas 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-21utils.rb: removed unused cols argumentJonas Pfenniger
cols is calculated in the function body Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-21update manpage for brew audit --strictAdam Vandenberg
This removes the single use of 'brew audit --warn' and changes it to --strict as well.
2011-03-21brew audit: add strict check for <Formula spacingAdam Vandenberg