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 .
- Jul 26, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 25, 2012
-
-
Adam Vandenberg authored
-
- Jul 24, 2012
-
-
Adam Vandenberg authored
-
- Jul 23, 2012
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#13535.
-
- Jul 13, 2012
-
-
Misty De Meo authored
-
- Jul 12, 2012
-
-
Jack Nagel authored
Eventually I will stop making this mistake. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 08, 2012
-
-
Adam Vandenberg authored
* 4.3.3 is the latest on 10.7 * Give up if we don't know what the latest is (10.8 and beyond)
-
- Jul 02, 2012
-
-
Jack Nagel authored
- pkg-config no longer defaults to checking /usr/X11/lib/pkgconfig; instead this path is added via ENV.x11 or depends_on :x11. Formulae that expect X11 libs should be explicitly marked as depends_on :x11. - Remove warning about /usr/X11 as a symlink. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jun 30, 2012
-
-
samueljohn authored
Shortened the part about the CLT-only systems, because this message is never shown to them. Closes Homebrew/homebrew#13061. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jun 28, 2012
-
-
samueljohn authored
Undoing parts of the hot fix 78b9e8548e771a59e382e6f13339664ec5498391. The only thing missing was to check for `system "/usr/bin/xcrun -find make 1>/dev/null 2>&1"` and then it's safe to call locate. This commit restores the original functionality but without the risk for recursion and improves the logic of `MacOS.locate`. See below. To important changes in this commit: - For Xcode _and_ CLT: don't add the SDK and leave things as before. So if `MacOS.clt_installed?`, then no `SDKROOT` and `-L` and `-I` directories are set in `ENV.macosxsdk`. - Improved the logic for `MacOS.locate` for Xcode-only situations by assuring that the xcode-select path is correct. This is done by checking that `bin/make` exists and is executable. Otherwise it was possible to set xcode-select to an empty dir. This check is done in `MacOS.sdk_path` too. We are now able to use Xcode wherever it is and can work even, if xcode-select is set to invalid values. (Remember some users don't have sudo access and that is needed to fix xcode-select). Some minor whitespace fixes. Minor backtick fix in doctor.rb's printout. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 27, 2012
-
-
samueljohn authored
Closes Homebrew/homebrew#12363. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jun 25, 2012
-
-
samueljohn authored
Allow XCode without the Command Line Tools to work with homebrew, so it's not necessary to register an Apple Dev ID and/or go to the XCode prefs and download the CLT. Yay! Further, this commit allows to use the CLT solely (without the need for XCode). Saves quite some megs. (Some furmulae require xcodebuild) Of course XCode together with the CLT is still fine and has been tested on 10.7 and 10.6 with Xcode 4 and Xcode 3. Only on Lion or above, tell the user about the options, which are - Xcode without CLT - CLT without Xcode - both (ok, it's not directly stated, but implicit) So if no Xcode is found and we are on Lion or above, we don't fail but check for the CLTs now. For older Macs, the old message that Xcode is needed and the installer should be run is still displayed. If the CLT are not found but Xcode is, then we print out about the experimental status of this setup. Closes Homebrew/homebrew#10510. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 24, 2012
-
-
Tim Oram authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jun 19, 2012
-
-
Misty De Meo authored
Another fix for Homebrew/homebrew#5188.
-
Misty De Meo authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#12238.
-
Misty De Meo authored
Fixes Homebrew/homebrew#5188 (again).
-
- Jun 18, 2012
-
-
Misty De Meo authored
Mono installs its own pkg-config symlink into /usr/bin/pkg-config, which breaks non-Mono builds. Provide a specific warning. Closes Homebrew/homebrew#12859.
-
- Jun 13, 2012
-
-
Adam Vandenberg authored
`brew doctor` shelled to `brew missing` and parsed the results. When VERBOSE was true, this caused an error as extra, unexpected output is generated. Make missing an internal command, and give it a programmatic interface.
-
- Jun 12, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jun 03, 2012
-
-
Jack Nagel authored
We now skip the outdated check if our local origin/master tracking branch matches the origin remote's current master. This prevents false positives when we are actually up-to-date but the latest commit is over 24 hours old. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 14, 2012
-
-
Jack Nagel authored
pkg-config can give us this information a colon-separated list; use that. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 11, 2012
-
-
Misty De Meo authored
Under certain circumstances, an invalid path element would cause File.expand_path to bail out. Catch mistakes and report them, then continue instead. Fixes Homebrew/homebrew#12154
-
- May 08, 2012
-
-
Jack Nagel authored
'which' only returns a Pathname or nil, and doesn't care about anything sent to stderr, so just silence it by default and combine the two methods. Closes Homebrew/homebrew#12115. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Apr 30, 2012
-
-
Mike McQuaid authored
-
- Apr 29, 2012
-
-
Adam Vandenberg authored
-
- Apr 18, 2012
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#11298. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Apr 11, 2012
-
-
Misty De Meo authored
A common source of build problems on Xcode 4.3+ is outdated compilers, usually when a user has installed over top of an old version and hasn't installed the CLT. Since the compilers from the previous Xcode are still around, brew doctor wouldn't complain. This adds a hash containing a list of the canonical compiler versions for supported versions of Xcode, and adds a check against that to determine whether a given installation has any compilers which are out of date. Closes Homebrew/homebrew#11518. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Apr 10, 2012
-
-
Misty De Meo authored
Closes Homebrew/homebrew#11417.
-
- Apr 09, 2012
-
-
Misty De Meo authored
Attempting to call certain methods on the Cellar before it exists, such as realpath, would cause brew doctor to throw unnecessary "file does not exist" errors. This was fixed once before, but new tests have been added since without the appropriate checks. cf. 0d28bc78d71590c8e8a5961d8d10e3d7d9b8822d Fixes Homebrew/homebrew#5188 (again).
-
- Apr 04, 2012
-
-
Rory O’Kane authored
Closes Homebrew/homebrew#11418. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Mar 29, 2012
-
-
Mike McQuaid authored
-
- Mar 22, 2012
-
-
Adam Vandenberg authored
Having path directories with trailing slashes can cause other false warnings. Closes Homebrew/homebrew#9986.
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Mar 21, 2012
-
-
Jack Nagel authored
Closes Homebrew/homebrew#11044. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Mar 18, 2012
-
-
Mike McQuaid authored
-
Max Howell authored
Fixes Homebrew/homebrew#11018.
-
Adam Vandenberg authored
We warn if you are not running the latest Leopard or Snow Leopard. (We do not currently check Lion or Mountain Lion versions.)
-
- Mar 17, 2012
-
-
Max Howell authored
Since these cause trouble.
-