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 .
- Nov 26, 2016
-
-
Mike McQuaid authored
This reverts commit 89c33489, reversing changes made to 7f13b37b.
-
- Nov 25, 2016
-
-
Mike McQuaid authored
Fix early exit condition for check_for_member_of_admin_group
-
Cesar Andreu authored
-
Mike McQuaid authored
diagnostic: check if the user is a member of the admin group.
-
Mike McQuaid authored
exceptions: better handle unsupported macOS versions.
-
William Woodruff authored
Non-administrative users are unable to run `brew linkapps` (and possibly other commands) under normal circumstances.
-
Josh Hagins authored
cask: Delete package dir if it is symlink on the uninstall
-
- Nov 24, 2016
-
-
Mike McQuaid authored
Fix broken link
-
Tse Kit Yam authored
-
Mike McQuaid authored
Don’t fail on `OS::ISSUES_URL` being missing (which happens on unsupported macOS versions) and instead tell people to not file issues.
-
Mike McQuaid authored
Do not remove unknown bottle tags
-
Shaun Jackman authored
-
- Nov 23, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
osxfuse_requirement: add library and include paths
-
Mike McQuaid authored
audit: allow deprecated options on new @ formulae.
-
Mike McQuaid authored
As these may be migrations from another tap where we want to migrate options across correctly.
-
- Nov 22, 2016
-
-
Kaito Udagawa authored
In the installation whose prefix is other than /usr/local, osxfuse library and include path must explicitly be specified during build. Although brew's pkg-config is configured to prepend appropriates paths, the prepended paths (/usr/local) supercede the original HOMEBREW_PREFIX. This behavior will cause the linker to select libraries outside brew's tree. By adding /usr/local to HOMEBREW_LIBRARY_PATHS, superenv ensures that appears only after the HOMEBREW_PREFIX, and thus fixes this problem. HOMEBREW_INCLUDE_PATHS is also configured like keg-only Formulae.
-
Mike McQuaid authored
compat: deprecate Utils::JSON in favor of corelib JSON.
-
Kaito Udagawa authored
When a Formula is converted into a Cask (e.g. osxfuse), a symlink remains at the place of package dir. This change ensure to remove such leftovers.
-
- Nov 21, 2016
-
-
Markus Reiter authored
Load cask file in `.metadata` directory directly.
-
Markus Reiter authored
Cask: Add the choices option to pkg stanza
-
Mike McQuaid authored
LLVM Clang fixes
-
Mike McQuaid authored
We can filter it just for Clang and let it be used by anything else.
-
Mike McQuaid authored
This was implemented before the rest of the file was refactored.
-
Mike McQuaid authored
A more widely used style than relying on `if`/`else` returns.
-
Mike McQuaid authored
This makes it easier to identify null versions when inspecting them.
-
Mike McQuaid authored
audit: check formula name against blacklisted names.
-
William Woodruff authored
-
William Woodruff authored
-
Kaito Udagawa authored
-
- Nov 20, 2016
-
-
Mike McQuaid authored
Prefer brewed Clang over gcc-6 for needs :openmp
-
Mike McQuaid authored
install: suppress redundunt warnings with `depends_on` requirement
-
Kaito Udagawa authored
-
William Woodruff authored
-
Kaito Udagawa authored
-
Markus Reiter authored
Remove kernel extensions specified in `uninstall :kext`.
-
- Nov 19, 2016
-
-
Kaito Udagawa authored
-
Markus Reiter authored
-
Markus Reiter authored
-