aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2011-07-30Fix stripping of keg-only reasonsAdam Vandenberg
2011-07-30Remove "boring" args from the pretty_args onlyMax Howell
Dumb mistake. Sorry. Closes Homebrew/homebrew#6722
2011-07-30Strip keg_only? text to avoid double newlinesMax Howell
2011-07-30Exclude brew manpages from unbrewed.Max Howell
2011-07-30Don't abort if /usr/local is not writableMax Howell
Since this is our new policy for /usr/local.
2011-07-29Build from source (for now) unless on Lion.Mike McQuaid
Longer-term we'll try and use install_name_tool to fix Lion bottles so they run fine on 10.5 and/or 10.6. Closes Homebrew/homebrew#6699.
2011-07-29linkapps: also search for bin/*.appCharlieRoot
Qt and PhantomJS install apps to this folder, so find those apps too. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29audit: make version checks strict onlyAdam Vandenberg
2011-07-29Emphasise the consequence of not installing to /usr/localMax Howell
2011-07-29Writability for /usr/local is no longer requiredMax Howell
Provided the user installed with our installer anyway. It creates all the directories that Homebrew will need during its life thus negating the need for root writability.
2011-07-29Make the check for a valid git repo betterMax Howell
Because the new installer creates the .git directory when it installs.
2011-07-29Don't mention the sbin PATH issue unless files are thereMax Howell
Because the new installer will always create /usr/local/sbin. Because we must keep /usr/local root:wheel unless we want to be considered bad citizens.
2011-07-29Commands should not have side-effectsMax Howell
Don't install when bottling. Homebrew should bottle whatever is installed. If nothing is installed, error out.
2011-07-29Fix cache extension for github tarballsMax Howell
2011-07-29Don’t display boring configure argumentsMax Howell
2011-07-28check for a valid $TMPDIR path in brew doctorrisk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27Coerce flags to an array in `remove_make_var!`Trevor Wennblom
This is needed for Ruby 1.9.x compatibility, but we still don't support running Homebrew with anything other than a system provided 1.8.[67]. Fixes Homebrew/homebrew#6546 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27Add MacOS.lion? for MACOS_VERSION == 10.7Samuel Cochran
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-27Set origin remote URL when updating git clonesMax Howell
Thus the url we use can change. This only works provided the urls both contain git repos with the same blobs. But this should always be true.
2011-07-27Raise if mirror can’t be determinedMax Howell
Adjust mirror ohai slightly.
2011-07-27Detect Apache mirror system and parse out the closest mirror.Jan Lehnardt
All Apache Formulae should be updated to use the closer.vgi script to specify downloads rather than a random mirror that could be out of date or compromised. Apache's closer.cgi does periodic health checks. The base URL for the mirror system is http://www.apache.org/dyn/closer.cgi?path=#{filepath} e.g.: http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.0.3/apache-couchdb-1.0.3.tar.gz Note: The addition of the "Actually downloading..." message is sub-optimal as the message should probably be emitted in _fetch() rather than fetch(), but I didn't want to change the way Homebrew works today, so I'm leaving this for mxcl & team to sort out or adopt :)
2011-07-26Fix brew doctor when no Xcode is detected.Adam Vandenberg
2011-07-25doctor: be more forgiving about GREP_OPTIONSJack Nagel
Currently, `brew doctor` complains about GREP_OPTIONS being set, regardless of its value. The cmake formula, for which this check was introduced, is more specific about what actually makes it fail. GREP_OPTIONS='--color=auto' will not cause the build to fail, so don't warn about this. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-22Fix typo in `brew doctor` commandBrant Bobby
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-21Retire check for GCC 4.0 under XCode 4.xCharlie Sharpsteen
XCode 4.x only includes GCC 4.2. Therefore, having `brew doctor` report that GCC 4.0 is missing only spreads fear, uncertainty and doubt over a situation that is status quo. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-21brew pull --install should build from source.Mike McQuaid
2011-07-10doctor: don't report wrong location of autoconf if it's missingMislav Marohnić
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05sandybridge hardware identifier for brew --configAustin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-04Fix install names for keg-only brews tooMax Howell
Fixes Homebrew/homebrew#6065. Fixes Homebrew/homebrew#6218.
2011-06-28Fix install_name massaging for keg-only brewsMax Howell
Fixes Homebrew/homebrew#6065. My pre-emptive fix that avoided calling Pathname.ensure_writable because I was not convinced it worked broke this function due to incorrect logic. The lesson is, don’t write pre-emptive fixes. Wait until you've seen the bug first. All code has bugs in, so write less. I'm an idiot sometimes.
2011-06-22formula.rb: put bottle attrs on separate lineAdam Vandenberg
This line is getting long, and having these on a separate line will help with some rebasing in some work-in-progress branches.
2011-06-22Print SHA1 after bottling.Mike McQuaid
2011-06-22Fix missing pourable? reference.Mike McQuaid
2011-06-22Build from source when we've options or 10.5.Mike McQuaid
2011-06-22Return an array from options.Mike McQuaid
2011-06-22Renaming pouring method to pourable?.Mike McQuaid
2011-06-21Add stub options method.Mike McQuaid
2011-06-21Remove redeclared method.Mike McQuaid
2011-06-21Only pour bottles when not building from source.Mike McQuaid
2011-06-21Fix bad pathname indentation.Mike McQuaid
2011-06-21Make bottle path.Mike McQuaid
2011-06-21Fix brew bottle versioning.Mike McQuaid
2011-06-21Move -- higher in argument listAdam Vandenberg
A spurious "--" argument was being passed to the installer script.
2011-06-19brew-which: also check sbin and lib foldersAdam Vandenberg
2011-06-19Add `brew which` to man pageAdam Vandenberg
2011-06-19which: allow <formulae> argsAdam Vandenberg
Also clean-up this external command in preparation for becoming a built-in command. Make which_versions available in Homebrew module so that it can be used by other commands in the future.
2011-06-19Pathname: remove unused method starts_with?Adam Vandenberg
2011-06-19brew-doctor: use String.start_with?Adam Vandenberg
2011-06-19back-port start_with? from 1.8.7Adam Vandenberg
This allows its use in Leopard, which has Ruby 1.8.6.
2011-06-19doctor: check /usr/local for writablityLes Hill
- Airfoil during the install of InstantOn changes /usr/local to root:wheel ownership Signed-off-by: Adam Vandenberg <flangy@gmail.com>