This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jun 11, 2010
-
-
Adam Vandenberg authored
If the user has, for instance, a non-system "xml2-config" in the path ahead of the system and Homebrew folders, ./configure scripts which look for and use this config script will get confused.
-
Adam Vandenberg authored
-
Tuncer Ayaz authored
-
Tuncer Ayaz authored
-
- Jun 10, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This command looks for Cocoa Applications (.app bundles) in the prefix of all installed formulae. If any are found, they are linked into "~/Applications", the system-defined location for per-user apps.
-
- Jun 09, 2010
-
-
Adam Vandenberg authored
A formula using svn can now provide a spec: :revisions => {...revision numbers...} that contains a mapping of revision numbers to use for externals. The name of the external is keyed to the revision to use for that external. The symbol :trunk should be used to specify the reivsion of the main repo. An example from the Ffmpeg formula: head 'svn://svn.ffmpeg.org/ffmpeg/trunk ', :revisions => { :trunk => 22916, 'libswscale' => 31045 } Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Fergal Hainey authored
Now makes use of `svn up` to make cache act like a cache. Externals without a revision specified are now checked out at HEAD, whereas before they were ignored. Escaping arguments to backticks. Making sure main repo is checked out before the externals. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 08, 2010
-
-
Adam Vandenberg authored
Homebrew will now look for external commands that are +x on PATH, named as "brew-<cmd>" or "brew-<cmd>.rb" * Shell scripts are exec'd with some HOMEBREW variables set in the ENV. * Ruby scripts are require'd directly. See: http://wiki.github.com/mxcl/homebrew/external-commands
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
* Move 'brew doctor' above both unknown command blocks and then... * Merge unknown command blocks. (This is cleanup for supporting external brew commands.)
-
Adam Vandenberg authored
-
Adam Vandenberg authored
This allows formulaes which use CVS to support: brew --cache [formula]
- Jun 04, 2010
-
-
Adam Vandenberg authored
-
- Jun 02, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
If a formula name is passed to "brew --cellar", output the location of that brew in the Cellar (which will be "brew --prefix (formula)" without a version sub-folder.) This allows for: rm -rf `brew --cellar node` for deleting all versions of node, installed or not.
-
Adam Vandenberg authored
Fixes Homebrew/homebrew#1514.
-
Adam Vandenberg authored
Like pkgconfig, perl5 & php, we don't want any one formula to "own" the lib/python2.6 path. Fixes Homebrew/homebrew#1218.
-
Adam Vandenberg authored
Homebrew expects manpages to be linked in shared/man/... and not man/...
-
Adam Vandenberg authored
-
Adam Vandenberg authored
sceaga maintains Tiger and PPC support for Homebrew, so change our error messages to refer to his branches.
-
- May 31, 2010
-
-
Adam Vandenberg authored
* Add --config * Alphabetize various lists * Remove some local temp variables
-
- May 29, 2010
-
-
Adam Vandenberg authored
Between the quick-install steps and other instructions on the Wiki, this "self-link" script is no longer needed (and no longer recommended.)
-
- May 27, 2010
-
-
Adam Vandenberg authored
Similiar to "brew create --macports", using --fink will do the corresponding search for Fink packages.
-
- May 13, 2010
-
-
David Porter authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 11, 2010
-
-
Adam Vandenberg authored
* Work on commands or dylibs * Use an extension for the list of arches
-
- May 08, 2010
-
-
Adam Vandenberg authored
-
- May 06, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- May 03, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Yarrow authored
Report "Expected <supplied digest>, got <file's digest>" when verify_download_integrity sees a mismatch. (It had been, confusingly, reporting "Expected <file's digest>".) Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 02, 2010
-
-
Adam Vandenberg authored
If the user has linked the keg-only gettext, then a large number of formulae which don't have "depends_on 'gettext'" will pick it up anyway. Knowing this about the user's setup may help diagnose bug reports.
-
Adam Vandenberg authored
brew_doctor's gcc version checks wasn't taking into account the case where the user doesn't have one or both of GCC 4.0.x and 4.2.x installed.
-
- May 01, 2010
-
-
Adam Vandenberg authored
Add a `--versions` switch to `brew list` that shows all versions found in the cellar for the selected formulae.
-
- Apr 30, 2010
-
-
listrophy authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 29, 2010
-
-
Daniel Schauenberg authored
Signed-off-by:
David Höppner <0xffea@gmail.com>
-
- Apr 23, 2010
-
-
Adam Vandenberg authored
-