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 .
- Sep 09, 2011
-
-
Max Howell authored
Refs Homebrew/homebrew#7525.
-
Chris Ledet authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Document the '--versions' option for `brew list`. The two forms of the `list` command as previously documented clearly do different things, but after documenting '--versions', their functions do overlap a bit, so we combine them and clarify the different invocations. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
- Remove unnecessary linefeeds above "ENVIRONMENT" - Use the word "example" rather than "sample" to be more consistent throughout the documentation Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Filipe David Manana authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Sep 07, 2011
-
-
Max Howell authored
Refs Homebrew/homebrew#7454.
-
Max Howell authored
This makes sense, I assure you. Fixes Homebrew/homebrew#7458.
-
Max Howell authored
Even though we are just guessing if it doesn't correspond to any of the others…
-
- Sep 06, 2011
-
-
Max Howell authored
This is used with fails_with_llvm so that if GCC cannot be found (and we suspect this is the case with Xcode 4.2) the build will fail. Quite possibly it should be the default.
-
Max Howell authored
Thus it will be correct after the setting is changed.
-
Max Howell authored
Refs Homebrew/homebrew#7236, though honestly I just think @dsarch hasn't updated.
-
- Sep 05, 2011
-
-
Max Howell authored
Fixes Homebrew/homebrew#7392.
-
Max Howell authored
-
- Sep 04, 2011
-
-
Max Howell authored
Look in /usr/bin because all versions of Xcode install it to /usr/bin now and this allows us to support Xcode-less installs of Apple's developer tools.
-
- Sep 03, 2011
-
-
Jack Nagel authored
I inadvertently gzipped it last night. That in itself doesn't cause any tests to fail because the download strategy code is robust, but it's fixed here anyway to be consistent. Basically, I'm dumb. I also took the opportunity to remove the other resource fork file, so the tarball is clean. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Sep 02, 2011
-
-
Daemian Mack authored
Fixes Homebrew/homebrew#7383. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Justin Hileman authored
Closes Homebrew/homebrew#7373. Signed-off-by:
Max Howell <max@methylblue.com> I added some comments.
-
Max Howell authored
Fixes Homebrew/homebrew#7304.
-
Max Howell authored
-
Max Howell authored
Fixes Homebrew/homebrew#7329. Fixes Homebrew/homebrew#7269. Fixes Homebrew/homebrew#7236. Also quite a lot of tidy. This should all work fine. I think we only started referring into xcode_prefix because LLVM used to not be linked into /usr/bin. But for sure this is no longer true. If someone out there doesn't link cc etc. into /usr/bin then I guess we can revise this patch but it's not something we officially supported before, it was just an accident. I added a test step in the init code so that a working compiler will always be selected. This is mainly a fallback for old Xcodes. Though a comment in another area of the code suggested Xcode 3 on 10.5 doesn't have LLVM so…
-
Jack Nagel authored
The test_a_basic_install was failing because it expected libexec.children.length to be 1, when in fact there were two files in the untarred libexec: NOOP, and the Mac OS X resource fork file ._NOOP. That file is now removed, and the test passes. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
The tests for update have been neglected during the last few rounds of changes, so fix them up. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
`brew fetch --force` was a no-op for formula pathnames when that formula did not exist in Library/Formula, because `brew --cache #{f.name}` results in an error for that case. Fix it by always using f.cached_download. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Sep 01, 2011
-
-
Max Howell authored
Latest is hardcoded, so we'll have to update as new Xcode's come along.
-
Max Howell authored
Schoolboy error.
-
Dave Bayer authored
`svn up` doesn't take url argument; compare `svn help up` to `svn help checkout` Apparently `svn up` can ignore this argument (not documented), but providing this argument could confuse code readers into believing that changing the url will switch the branch. It doesn't; the argument is ignored. This fix was relayed to me, but I've studied it further before posting. It is related to the bug where --HEAD installs reuse the wrong cache. Reading the former code, one might hope that providing a changed URL would have `svn up` change branches. It doesn't; the url was ignored. Closes Homebrew/homebrew#7159. Signed-off-by:
Max Howell <max@methylblue.com>
-
Dave Bayer authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
Max Howell authored
New versions of file return `script, ASCII text executable`. Apple may ship the newer version with 10.8 so we may as well be ready for it.
-
Max Howell authored
Fixes Homebrew/homebrew#7353.
-
Max Howell authored
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
-
Max Howell authored
CMakeLists.txt is the build instructions not the build logs. The cache is not much better, but there is no equivalent of config.log, so…
-
Max Howell authored
-
Max Howell authored
I've not been very careful lately, I apologise. Fixes Homebrew/homebrew#7338.
-
Rory O'Connell authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-