aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-05-12Move mpio and msgpack-rpc to boneyardAdam Vandenberg
mpio does not compile with clang or C++11 msgpack-rcp requires mpio
2014-05-12Separate Xcode and CLT doctor checks by OS X versionJack Nagel
Closes #29206.
2014-05-12Fix CLT outdated check on 10.9Jack Nagel
Fixes #27420.
2014-05-12Latest Xcode is 5.1.1Jack Nagel
2014-05-12Move solfege to the boneyard.Adam Vandenberg
Newer versions do not compile on OS X, and the project does not seem to be actively maintained at the moment. Closes #25065.
2014-05-12clean up X11 conditionalsJack Nagel
2014-05-11Add an option "--root_url=" to bottle command.Masaki Muranaka
Closes #29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-10Ensure HOMEBREW_ARCHFLAGS is always a stringJack Nagel
2014-05-10Move shark to the boneyardAdam Vandenberg
Closes #28578.
2014-05-08Remove justnifferJack Nagel
Closes #27021.
2014-05-08Remove catdocJack Nagel
Closes #26616.
2014-05-08Remove panJack Nagel
Closes #24171.
2014-05-08Always use stub tools in /usr/bin on 10.9Jack Nagel
2014-05-08bottle: include revision in commit message.Mike McQuaid
2014-05-08exceptions: fix tap issue URL.Mike McQuaid
Closes #29043.
2014-05-07git-annex: 5.20140421Gaëtan Lehmann
installing git-annex with cabal-install is quite long and requires to install some heavy packages. It also has several external lib dependencies and needs a few configuration flags to build so it is quite difficult to install too. This formula should make it easy and quick to install with a bottle. The huge number of haskell dependencies is built within the formula and statically linked to git-annex. The haskell libraries built are discarded - cabal-install should be used instead of this package in order to keep them.
2014-05-06Add `brew deps --union`tduehr
The default behavior of `brew deps foo bar` is to return the intersection of the deps of foo and bar. This option returns the union. Closes #27480. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-06ENV/shared: fix gcc versions edge case.Mike McQuaid
2014-05-06bottle_version: handle zpython bottle.Mike McQuaid
Closes #28870. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-06bottle_version: parse disco bottle versions.Mike McQuaid
2014-05-06ENV/std: use full paths to gcc versions.Mike McQuaid
This is consistent with how e.g. `gcc-4.2` is handled. This means e.g. `ghc` can find `gcc-4.8` at runtime. Fixes #28934.
2014-05-06shared: refactor gcc_version_formula.Mike McQuaid
Avoid throwing unnecessary exceptions by checking for paths existing and creating formulae as late as possible. Additionally use instance variables for some caching.
2014-05-06shared: don't use Formula.factory unnecessarily.Mike McQuaid
Instead check if the path exists by using opt.
2014-05-06os/mac: don't use Formula.factory unnecessarily.Mike McQuaid
Instead check if the path exists by using opt.
2014-05-05Move kismet to the boneyard.Adam Vandenberg
The APIs used by the software are no longer available in OS X 10.9. Closes #25036.
2014-05-05Add a method_defined? guard for Pathname#/Jack Nagel
This was added to the stdlib in https://github.com/ruby/ruby/commit/391fc2eeecfc2f0d0f851b0c27ba02e041fe2cd9.
2014-05-05Use #+ instead of #join to define Pathname#/Alexey Muranov
See also https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/45826/diff/ext/pathname/lib/pathname.rb Closes #28972. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-04Move clam to boneyard.Adam Vandenberg
Fails to build with clang or on non-/usr/local installs. Closes #23024.
2014-05-04Drop emacs dep auditJack Nagel
cf. #24802.
2014-05-04Remove iulibJack Nagel
Closes #27238.
2014-05-04Move hugs98 to the boneyard.Adam Vandenberg
Last update was in 2006 and this software does not build with modern compilers. Closes #28939.
2014-05-03The \w character class already includes underscoreJack Nagel
Newer versions of Ruby issue a warning for repeated character classes.
2014-05-03Suppress a warning on Ruby 2.1+Jack Nagel
2014-05-03Move aws-iam-tools to the boneyardAdam Vandenberg
This has been deprecated upstream in favor of AWS CLI. Closes #28930.
2014-05-03Remove executable bit from build.rbJack Nagel
- the executed script is the formula file, build.rb is a library - ruby is invoked directly, so it wouldn't need to be executable anyway
2014-05-02Fix for String#undentBaptiste Fontaine
Without it, String#undent would fail on unindented strings, e.g.: "foo".undent NoMethodError: undefined method `length' for nil:NilClass` Closes #28873. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-02doctor: use Xcode.bundle_pathJack Nagel
2014-05-02Simpler Xcode prefix detection codeJack Nagel
2014-05-02Remove obsolete fallback for broken Xcode 4.3+Jack Nagel
After recent cleanups the code in this branch should be unreachable, so there is little point in keeping it around.
2014-05-02Apparently quiet_system isn't always quietJack Nagel
cf. #28918.
2014-05-02doctor: suppress warnings from git wrapper scriptJack Nagel
Fixes #28901.
2014-05-02add commentAdam Vandenberg
2014-05-01Remove bad doctor checkJack Nagel
2014-05-01Remove MacOS.dev_tools_path and MacOS.dev_tools_prefixJack Nagel
These methods are no longer required.
2014-05-01Rename Xcode.folder to MacOS.active_developer_dirJack Nagel
This reflects what Apple calls it in more recent versions of Xcode/OS X.
2014-05-01Xcode-only path adjustments should be the same in both environmentsJack Nagel
2014-05-01Move xctoolchain_path to Xcode module, where it belongsJack Nagel
2014-05-01Trust xcrun now that we error out early for bad xcode-select pathsJack Nagel
Since ae177adb2bd55ee5ad6367e7639c4cf0c774b63a, we can safely assume that xcrun works, and a functioning xcrun will search dev_tools_path and xctoolchain_path, so we can stop doing extra work here. On CLT-only 10.7 and 10.8, xcrun will not work, but all the tools will be in /usr/bin, which we check before invoking xcrun. Further, in this case, dev_tools_path will be /usr/bin, and xctoolchain_path will not exist, so the fallbacks here are unnecessary.
2014-05-01Remove unnecessary nil checkJack Nagel
2014-05-01Fix caching of gcc_42_build_versionJack Nagel