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 .
- Jan 13, 2017
-
-
Andrew Janke authored
-
- Jan 12, 2017
-
-
Mike McQuaid authored
Deprecate brew (un)linkapps.
-
Mike McQuaid authored
xcode, xquartz: use default location when possible.
-
Mike McQuaid authored
formula: return runtime_dependencies in to_hash.
-
Mike McQuaid authored
formulary: read from formula in opt prefix.
-
- Jan 10, 2017
-
-
Mike McQuaid authored
Xcode can be installed anywhere but for most people it's in `/Applications/Xcode.app` so just look there if `xcode-select` isn't helpful before looking at Spotlight which can return weird results on e.g. backup disks. Fixes #1587.
-
Mike McQuaid authored
-
Mike McQuaid authored
Xcode can be installed anywhere but for most people it's in `/Applications/Xcode.app` so just look there by default before looking at Spotlight which can return weird results on e.g. backup disks.
-
Mike McQuaid authored
We want to prefer the newer/versioned formulae when possible but this is preferable to a random cached formula or, worse, no formula. This means `brew info foo` will never complain that `foo` is a missing formula.
-
Mike McQuaid authored
Which, in turn, provides it for `brew info --json=v1` so other tools such as e.g. `brew bundle` can make use of this information.
-
- Jan 09, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks.
-
Mike McQuaid authored
audit: check virtualenv and setuptools resource.
-
Mike McQuaid authored
bump-formula-pr: check for URL presence.
-
Mike McQuaid authored
`virtualenv_install_with_resources` will automatically define and install a `setuptools` resource so this is unnecessary. References https://github.com/Homebrew/homebrew-core/pull/8570
-
Mike McQuaid authored
If it's not there, produce a nicer error. Fixes #1805.
-
- Jan 08, 2017
-
-
ilovezfs authored
keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes
-
William Woodruff authored
Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp, some build systems (like Parrot's) will attempt to use the realpath instead of the literal /tmp we supply it with. This breaks the relocation code, which only tested the literal HOMEBREW_TEMP and not its realpath.
-
Mike McQuaid authored
Allow `brew audit` to fake a Safari user-agent.
-
- Jan 07, 2017
-
-
Mike McQuaid authored
This allows us to detect if homepages such as e.g. `aiccu` which blocks `curl` are up or not.
-
Mike McQuaid authored
Revert "uses: properly handle untapped formulae in recursive dependency expansion"
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
uses: properly handle untapped formulae in recursive dependency expansion
-
Mike McQuaid authored
PerlRequirement: Perl version string may lack parentheses
-
Mike McQuaid authored
Whitelist PHP formulas in shadowed header audit check
-
Mike McQuaid authored
Revert "cc: always filter flags on deps."
-
Mike McQuaid authored
-
Jan Viljanen authored
-
ilovezfs authored
keg: use resolved_path not realpath.
-
Mike McQuaid authored
This guards against this being a non-symlink in which case it will fail.
-
- Jan 06, 2017
-
-
ilovezfs authored
Fix abv and prefix_linked?
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Use docs.brew.sh links.
-
Mike McQuaid authored
formula: correct grammar in comments
-
Mike McQuaid authored
docs: fix titles on docs.brew.sh
-
Mike McQuaid authored
licenses: update copyright year
-
- Jan 05, 2017
-
-
Alyssa Ross authored
-
Shaun Jackman authored
For example: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
-