| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-22 | gpg2_requirement: use direct 'available?' logic | Dominyk Tiller | |
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-10-18 | Merge pull request #3333 from DomT4/java_versioning | Mike McQuaid | |
| java_requirement: fix Java 9 version detection | |||
| 2017-10-18 | java_requirement: fix detection of new Java versioning scheme | Dominyk Tiller | |
| Closes https://github.com/Homebrew/brew/issues/3331. | |||
| 2017-10-17 | Rename MinimumMacOSRequirement to MacOSRequirement | Shaun Jackman | |
| Move MinimumMacOSRequirement to compat. | |||
| 2017-10-17 | Add depends_on :linux and :macos | Shaun Jackman | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-01 | gpg2_requirement: update code comments | Dominyk Tiller | |
| 2017-08-09 | gpg2_requirement: flip search priority | Dominyk Tiller | |
| 2017-07-20 | python_requirement: prefer Homebrew's Python | ilovezfs | |
| This avoids linkage to both system Python and Homebrew's python. | |||
| 2017-07-14 | python_requirement: add libexec/bin to PATH. | Mike McQuaid | |
| This avoids having to fix formulae that use `python` to make them use `python2`. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-04-15 | OsxfuseRequirement: Port to Linux | Bob W. Hogg | |
| 2017-04-02 | java_requirement: Add newline to failure message | Bob W. Hogg | |
| Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-03-27 | ruby_requirement: fix path prepend | Carlo Rosati | |
| 2017-03-15 | gpg2_requirement: set default_formula to gnupg (2.1.x) | JCount | |
| 2017-03-15 | gpg2_requirement: indicate 2.1.x "modern" series is supported as well | JCount | |
| 2017-03-11 | java_requirement.rb: use HTTPS in Java Platform URL | Viktor Szakats | |
| It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future. | |||
| 2017-03-10 | Python requirements: Remove casks | Bob W. Hogg | |
| Neither python nor python3 are available from Caskroom. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-02-22 | Proposed changes | Kimmo Lehto | |
| 2017-02-21 | Syntax fail | Kimmo Lehto | |
| 2017-02-21 | Extra check | Kimmo Lehto | |
| 2017-02-21 | Use the env block | Kimmo Lehto | |
| 2017-02-21 | Prepend selected ruby to PATH in RubyRequirement | Kimmo Lehto | |
| 2017-02-15 | Code review cleanups | Bob W. Hogg | |
| 2017-02-15 | java_requirement: port to Linux and refactor | Bob W. Hogg | |
| Split the core requirement class into generic, Linux-specific, and macOS-specific parts. Additionally, the Linux version is now able to detect Java versions (the previous Linuxbrew implementation was only able to detect if Java was present at all.) | |||
| 2017-01-25 | language_module_requirement: use arrays. | Mike McQuaid | |
| This is cleaner, easier to understand how the arguments are split and fixes #1799. | |||
| 2017-01-04 | PerlRequirement: version number might not be wrapped in parentheses | Shaun Jackman | |
| For example: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi | |||
| 2016-11-22 | osxfuse_requirement: add library and include paths | Kaito Udagawa | |
| 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. | |||
| 2016-10-15 | Merge pull request #1275 from woodruffw/goodbye-cctools | Mike McQuaid | |
| formula_installer: Remove obsolete hard dependency on cctools. | |||
| 2016-10-12 | formula_installer: Remove obsolete hard dependency on cctools. | William Woodruff | |
| ruby-macho now performs all relocations in Homebrew. Additionally, delete the defunct CctoolsRequirement. | |||
| 2016-10-12 | Deprecate apr requirement. | Mike McQuaid | |
| It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art. | |||
| 2016-10-12 | Tweak style. | Mike McQuaid | |
| 2016-10-05 | apr_requirement: favour system as much as possible | Dominyk Tiller | |
| 2016-10-04 | apr_requirement: fix always marked as missing req on Sierra | Dominyk Tiller | |
| 2016-10-04 | apr_requirement: require Homebrew's Apr on Sierra | Dominyk Tiller | |
| Sierra ships the headers/libraries still but for some reason decided to bin the config scripts, which whilst seemingly not an issue for `mesos` or `ganglia` it has broken `subversion`, `log4cxx`, `ctail`, `shibboleth` and `passenger` that we know of so far. Let's assume more often than not things are going to break without those config scripts around. | |||
| 2016-09-27 | Merge pull request #1004 from apjanke/print-requirements | Mike McQuaid | |
| info: print requirements | |||
| 2016-09-24 | info: include versions and other details in Requirements display | Andrew Janke | |
| 2016-09-23 | Style/Alias: Prefer `alias`. | Markus Reiter | |
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-11 | requirements/x11_requirement: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | requirements/ruby_requirement: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | requirements/perl_requirement: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | requirements/java_requirement: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | requirements/emacs_requirement: fix Rubocop warnings. | Mike McQuaid | |
| 2016-08-13 | gpg_requirement: rename to gpg2_requirement | Dominyk Tiller | |
| 2016-08-13 | gpg_requirement: centralise logic in Gpg class | Dominyk Tiller | |
| Removes the detection logic from the Requirement in favour of it living inside the Gpg class & us calling it from there. It's a bit nicer & avoids us calling Requirement code from outside of direct requirement handling & fulfillment. | |||
