aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2010-11-05More .DS_Store ignoringMichael Dippery
* Don't link .DS_Store files * Don't list .DS_Store files in `brew info` Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-05brew-doctor - check for another stray ENV varAdam Vandenberg
Having $MACOSX_DEPLOYMENT_TARGET (for Fink) to something other than the current system SDK will cause Git to fail to compile (when building the Python bindings).
2010-11-04Fix installing from local abs. paths.Adam Vandenberg
2010-11-03Quash warning.Adam Vandenberg
Fixes #3056
2010-10-31Bump Homebrew to 0.7.1Adam Vandenberg
The Homebrew version number is mainly useful for bug reports. Since it is included in "brew --config" output, it is an easy way to see roughly how new the a user's version of Homebrew is. Bumping the micro version now, in anticipation of some more version-changing events in the near future.
2010-10-30Reformat keg-only messageAdam Vandenberg
2010-10-30fix warnings: ambiguous splatJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30fix warnings: splat is redundant for putsJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30fix warnings: ambiguous first argJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30Allow installation from URLsAdam Vandenberg
This allows installation like: brew install http://example.com/something.rb Based on an original patch by [dwalters]. Fixes #160
2010-10-28Ignore .DS_Store files when listing keg contentsMichael Dippery
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-28Handle dashed tags at github.arlolra
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26Prefer HEAD version if its installedJoshua Peek
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26brew-doctor - alt. autoconf pathAdam Vandenberg
2010-10-21fix jruby external depsAdam Vandenberg
2010-10-20brew-doctor - fix keg-only checkAdam Vandenberg
2010-10-20brew-doctor - tweak git messageAdam Vandenberg
2010-10-20brew-doctor - also check /usr/local/etcAdam Vandenberg
2010-10-19typo in commentAdam Vandenberg
2010-10-17extract undent test to test caseMichael Morgan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-17Use classes instead of strings for exceptionsAdam Vandenberg
2010-10-17clean up wording in the macports/fink warning msgDougal Sutherland
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Additional tweaks by me.
2010-10-16update - consistent quoting; use INIT_COMMANDAdam Vandenberg
2010-10-12Allow :build dependencies.Adam Vandenberg
2010-10-05Coerce ENV.append/prepend values to strings.Adam Vandenberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-03add install check for top-level infoAdam Vandenberg
2010-10-03Added FossilDownloadStrategy (Fossil SCM support)Tianyi Cui
This will enable downloading source repository using fossil SCM. For example, formulae `fossil` and `mongrel2` can have HEAD version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-02brew doctor - remove double negativeAdam Vandenberg
2010-10-01add Xcode version to brew --configAdam Vandenberg
2010-09-29improve std_cmake_parameters commentsAdam Vandenberg
2010-09-29Move resolve_alias from ARGV to FormulaAdam Vandenberg
Also, call this function from a few places where the code was duplicated.
2010-09-29Add formula name to LLVM warningAdam Vandenberg
2010-09-29refactor compiler messagesAdam Vandenberg
2010-09-29Don't allow unsupported dep typesAdam Vandenberg
2010-09-29brew-doctor - add access check to includeAdam Vandenberg
2010-09-27add libpcap to listAdam Vandenberg
2010-09-26fix typoAdam Vandenberg
2010-09-24Check git repos for validity before updating.Adam Vandenberg
If you `brew install erlang` and then control-C during the git clone, you can leave your cloned repo in an invalid state. This change does a "git status" on the clone if it exists, and nukes it if the status is invalid (forcing a clean clone.)
2010-09-22Add another file check to check_for_macgpg2Adam Vandenberg
2010-09-21ImageMagick - use svn repo instead of tarballsAdam Vandenberg
The ImageMagick mirrors like to drop old tarballs, which means that our formula breaks whenever the version we're using disappears. So I've switched to using their SVN repo (and added a --HEAD build.) Caveat: Their SVN repo is only served over https, with a bad cert, so this brew know has a custom SVN download strategy that auto-accepts that cert. If this bothers you, get ImageMagick to fix their cert upstream (or let us know where a stable tarball mirror lives.)
2010-09-19Let the `gzip` utility function accept multiple paths.Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-15test_updater: Make fixture internally consistentBo Borgerson
The update_git_pull_output_with_formulae_changes fixture (which consists of mocked-up `git pull` output) listed a few files as both updated and deleted. This caused the test_update_homebrew_with_formulae_changes test to fail. My guess is that this fixture was mocked-up before formula deletion handling was introduced, and became broken when it was. This revision just makes this fixture internally consistent, and allows the associated test to pass. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13Fetch new tags for git repos when cached.Adam Vandenberg
2010-09-12Don't descend keg-root symlinks, just show where they pointMax Howell
2010-09-12Pathname./ because it looks a lot better than +Max Howell
2010-09-08Document brew optionsAdam Vandenberg
2010-09-07Bump Xcode recommendation to 3.2.3Adam Vandenberg
2010-09-07ENV.rb - style tweakAdam Vandenberg
2010-09-07brew-doctor - fix llvm typoAdam Vandenberg
2010-09-06Add ENV.ldflags and use.Adam Vandenberg