| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-11 | Add with_system_path to run using system PATHs. | Mike McQuaid | |
| Needed for Linux compatibility. | |||
| 2013-03-11 | Add current Ruby globals. | Mike McQuaid | |
| Allows access to the Ruby path. Needed for Linux porting. | |||
| 2013-03-11 | blacklist latex | Adam Vandenberg | |
| Closes #18404. | |||
| 2013-03-11 | doctor: skip git origin check without brew repo | Misty De Meo | |
| Likely fixes #18324. | |||
| 2013-03-10 | audit: allow ARGV.find | Tobias Lidskog | |
| This fixes a false positive for mongodb. Closes #18370. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-03-10 | Fix test failure on ivybridge cpus. | Tobias Lidskog | |
| Closes #18371. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-03-09 | Remove redundant attr_readers | Jack Nagel | |
| These are redefined later for use in the bottle DSL. | |||
| 2013-03-09 | tests: allow setting MACOS_VERSION from the environment | Jack Nagel | |
| This makes it easy to test things that vary depending on this constant without editing testing_env.rb. | |||
| 2013-03-09 | Adjust BOTTLE_EXTNAME_RX for :snow_leopard_32 | Jack Nagel | |
| 2013-03-09 | Fix tests under 32-bit SL | Jack Nagel | |
| 2013-03-09 | Use attr_accessor to suppress warning | Jack Nagel | |
| 2013-03-09 | Rename these collections for clarity | Jack Nagel | |
| 2013-03-09 | Add pkgconfig dirs for all deps under superenv | Jack Nagel | |
| Fixes #18367. | |||
| 2013-03-09 | Warn on bottles skipped due to non-default Cellar. | Mike McQuaid | |
| Closes #18333. | |||
| 2013-03-09 | bottles: remove unused 'version' from DSL. | Mike McQuaid | |
| 2013-03-09 | Exclude global pkgconfig dirs under superenv | Jack Nagel | |
| 2013-03-09 | Index pkgconfig directories by MacOS.version | Jack Nagel | |
| 2013-03-09 | audit: correct inverted has_trailing_newline condition | Tobias Lidskog | |
| has_trailing_newline? checked if formula did not have a trailing newline. Invert regex and invert audit check. Closes #18359. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-03-09 | sshpass: add to blacklist. | Mike McQuaid | |
| We keep rejecting this again and again. See discussion in #9577, #12941, #13855. Closes #18332. | |||
| 2013-03-05 | Added '--installed' option to `deps` command. | Matt Torok | |
| When deps command is passed this option, it will only show the dependencies for the installed forumas. This option overrides the '--all' option. Closes #18276. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-03-04 | tap: adjust formula count for unsymlinked files | Misty De Meo | |
| Relying on the output of `tapped` results in ignoring formulae which already exist in core, with messages like "Tapped 0 formula" for non-empty taps. | |||
| 2013-03-02 | Save a subshell here | Jack Nagel | |
| 2013-03-02 | Normalize magic encoding comments | Jack Nagel | |
| 2013-03-02 | A more helpful error message for `brew untap` | Peter Aronoff | |
| `brew untap` without arguments currently errors out (as it should), but the error message is generic and unhelpful. (The error message is borrowed from a method in the tap command - `tap_args`.) Closes #18186. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-02 | cleanup: don't remove old incomplete files twice. | Mike McQuaid | |
| 2013-03-01 | Add environment variable to build bottles. | Mike McQuaid | |
| 2013-03-01 | Support 32-bit 10.6 bottles. | Mike McQuaid | |
| Closes #17735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Add non-/usr/local bottles support. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Add custom bottle URL support. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Build from source on bottle pour failure. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Cleanup bottle DSL. | Mike McQuaid | |
| * Remove legacy url syntax. * Use revision instead of version. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-28 | Exclude all located superenv paths. | Mike McQuaid | |
| The previous fix only looked at the current Homebrew but we should discard hits from other installations of Homebrew too. | |||
| 2013-02-25 | BuildEnvironment: use separate sets for procs and symbols | Jack Nagel | |
| 2013-02-25 | doctor: Update Mono pkg-config warning | Misty De Meo | |
| 2013-02-24 | Revert "Shouldn't override def patch" | Adam Vandenberg | |
| This reverts commit 6963a356510256762e425b5dbe2ee8c9ee0ace68. | |||
| 2013-02-23 | brew create: use test DSL | Mike McQuaid | |
| 2013-02-22 | Shouldn't override def patch | Adam Vandenberg | |
| 2013-02-21 | Formula: fix class-level version accessor | Jack Nagel | |
| When given no arguments, this should return the stable version, but it hasn't since we stopped setting this direction in the class's @version variable. | |||
| 2013-02-21 | audit: don't complain about versioned automake depending on autoconf | Jack Nagel | |
| 2013-02-21 | Only fails_with compiler version for developers. | Mike McQuaid | |
| Actually works properly now. This reverts commit a0e56345ea55f7ee3c41d6bf13f9cfb3af635323. | |||
| 2013-02-20 | Revert "Only fails_with compiler version for developers." | Mike McQuaid | |
| This reverts commit c98d50495275ff4951dd126bb88a55e568b64092. | |||
| 2013-02-19 | This file has embedded UTF-8 | Jack Nagel | |
| 2013-02-19 | Fix X11 proxy constant lookup under 1.9+ | Jack Nagel | |
| 2013-02-18 | Only fails_with compiler version for developers. | Mike McQuaid | |
| Closes #17618. Closes #17813. | |||
| 2013-02-18 | Silence warning about unescaped square brackets | Jack Nagel | |
| 2013-02-18 | Don't shadow outer local variables | Jack Nagel | |
| 2013-02-18 | Remove unused variables | Jack Nagel | |
| 2013-02-18 | Don't use deprecated form of attr | Jack Nagel | |
| The form "attr :name, true" is deprecated and causes Ruby to emit a warning in verbose mode. Using attr_{reader,writer,accessor} is more clear anyway, so do so. | |||
| 2013-02-18 | Silence "`*` interpreted as argument prefix" warnings | Jack Nagel | |
| 2013-02-18 | brew-create: don't insert autodetected versions. | Mike McQuaid | |
