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 .
- Aug 08, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
While tarballs are versioned to prevent conflicts when newer ones are downloaded, we shouldn't be versioning the name of the VCS checkout when a formula uses "HEAD" or a stable commit. Append the name of the vcs system to the checkout path, in case a project changes vcs providers, to prevent future conflicts.
-
- Aug 03, 2010
-
-
James Harris authored
Tell file(1) to follow symlinks using the -L option. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jul 31, 2010
-
-
Adam Vandenberg authored
-
- Jul 30, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jul 29, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jul 27, 2010
-
-
Adam Vandenberg authored
-
- Jul 26, 2010
-
-
Adam Vandenberg authored
XQuartz is not known to work with Homebrew, though if you have it working on your machine let us know.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
If set, use "HOMEBREW_EDITOR" when editing a single file, or multiple files in the same folder. Note that this setting does not affect `brew edit`, since opening all of Homebrew at once requires an editor with proper project support.
-
- Jul 24, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jul 22, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jul 21, 2010
-
-
Adam Vandenberg authored
-
- Jul 20, 2010
-
-
Adam Vandenberg authored
If the top-level formula being installed has any keg-only dependencies, the lib/include/bin/pkg-config paths for those deps will be added twice to the ENV vars. This doesn't break anything, but does make debug output somewhat longer than it needs to be. Tidy this up by calling uniq on deps before iterating. (The cause of this duplication is related to how top-level formula are run, to support keeping patches in __END__ blocks.) Fixes Homebrew/homebrew#1110
-
Adam Vandenberg authored
This diagnostic script has been replaced by the "brew audit" external command.
-
- Jul 19, 2010
-
-
Max Howell authored
* Preference is for commands to take instantiated formulae as parameters rather than formula names, so alias resolution can be centralized.
-
Max Howell authored
-
Max Howell authored
-
Adam Vandenberg authored
-
- Jul 17, 2010
-
-
Adam Vandenberg authored
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
-
- Jul 14, 2010
-
-
Kyle Fuller authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
"brew --env" will set up a build environment and then dump certain ENV variables (CC, CXX, LD, CFLAGS, CXXFLAGS, MAKEFLAGS). If any of CC, CXX, LD are symlinks, now also output the target compiler. (Typically these will be symlinks from eg /usr/bin/cc to /usr/bin/gcc-4.2). This is a diagnostic command which may be merged into --config, turned into an external command, or removed if it doesn't turn out to be useful.
-
- Jul 13, 2010
-
-
Adam Vandenberg authored
-
- Jul 11, 2010
-
-
Adam Vandenberg authored
This Download Strategy is provided for use with sites that only provide HTTPS and also have a broken cert. Try not to need this, as we probably won't accept the forulae into trunk.
-
- Jul 10, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jul 09, 2010
-
-
Adam Vandenberg authored
GitDownloadStrategy now fails if git isn't in the path, same as other VCS strategies. `brew doctor` will also warn if Git isn't installed.
-
Adam Vandenberg authored
Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set, use a Homebrew-installed svn if present, finally falling back to the system-provided svn binary. If a formula (mplayer) requires a newer version of Subversion than what Leopard provides, it can use the "StrictSubversionDownloadStrategy" download strategy to warn the user. These changes also fix an issue with forcing exports not working on a stock Leopard subversion, but letting the user either specify a specific binary or install Subversion via Homebrew and pick that up instead.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-