aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2013-03-11Add with_system_path to run using system PATHs.Mike McQuaid
Needed for Linux compatibility.
2013-03-11Add current Ruby globals.Mike McQuaid
Allows access to the Ruby path. Needed for Linux porting.
2013-03-11blacklist latexAdam Vandenberg
Closes #18404.
2013-03-11doctor: skip git origin check without brew repoMisty De Meo
Likely fixes #18324.
2013-03-10audit: allow ARGV.findTobias Lidskog
This fixes a false positive for mongodb. Closes #18370. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-10Fix test failure on ivybridge cpus.Tobias Lidskog
Closes #18371. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-09Remove redundant attr_readersJack Nagel
These are redefined later for use in the bottle DSL.
2013-03-09tests: allow setting MACOS_VERSION from the environmentJack Nagel
This makes it easy to test things that vary depending on this constant without editing testing_env.rb.
2013-03-09Adjust BOTTLE_EXTNAME_RX for :snow_leopard_32Jack Nagel
2013-03-09Fix tests under 32-bit SLJack Nagel
2013-03-09Use attr_accessor to suppress warningJack Nagel
2013-03-09Rename these collections for clarityJack Nagel
2013-03-09Add pkgconfig dirs for all deps under superenvJack Nagel
Fixes #18367.
2013-03-09Warn on bottles skipped due to non-default Cellar.Mike McQuaid
Closes #18333.
2013-03-09bottles: remove unused 'version' from DSL.Mike McQuaid
2013-03-09Exclude global pkgconfig dirs under superenvJack Nagel
2013-03-09Index pkgconfig directories by MacOS.versionJack Nagel
2013-03-09audit: correct inverted has_trailing_newline conditionTobias 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-09sshpass: add to blacklist.Mike McQuaid
We keep rejecting this again and again. See discussion in #9577, #12941, #13855. Closes #18332.
2013-03-05Added '--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-04tap: adjust formula count for unsymlinked filesMisty 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-02Save a subshell hereJack Nagel
2013-03-02Normalize magic encoding commentsJack Nagel
2013-03-02A 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-02cleanup: don't remove old incomplete files twice.Mike McQuaid
2013-03-01Add environment variable to build bottles.Mike McQuaid
2013-03-01Support 32-bit 10.6 bottles.Mike McQuaid
Closes #17735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-01Add non-/usr/local bottles support.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-01Add custom bottle URL support.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-01Build from source on bottle pour failure.Mike McQuaid
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-01Cleanup bottle DSL.Mike McQuaid
* Remove legacy url syntax. * Use revision instead of version. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-28Exclude 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-25BuildEnvironment: use separate sets for procs and symbolsJack Nagel
2013-02-25doctor: Update Mono pkg-config warningMisty De Meo
2013-02-24Revert "Shouldn't override def patch"Adam Vandenberg
This reverts commit 6963a356510256762e425b5dbe2ee8c9ee0ace68.
2013-02-23brew create: use test DSLMike McQuaid
2013-02-22Shouldn't override def patchAdam Vandenberg
2013-02-21Formula: fix class-level version accessorJack 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-21audit: don't complain about versioned automake depending on autoconfJack Nagel
2013-02-21Only fails_with compiler version for developers.Mike McQuaid
Actually works properly now. This reverts commit a0e56345ea55f7ee3c41d6bf13f9cfb3af635323.
2013-02-20Revert "Only fails_with compiler version for developers."Mike McQuaid
This reverts commit c98d50495275ff4951dd126bb88a55e568b64092.
2013-02-19This file has embedded UTF-8Jack Nagel
2013-02-19Fix X11 proxy constant lookup under 1.9+Jack Nagel
2013-02-18Only fails_with compiler version for developers.Mike McQuaid
Closes #17618. Closes #17813.
2013-02-18Silence warning about unescaped square bracketsJack Nagel
2013-02-18Don't shadow outer local variablesJack Nagel
2013-02-18Remove unused variablesJack Nagel
2013-02-18Don't use deprecated form of attrJack 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-18Silence "`*` interpreted as argument prefix" warningsJack Nagel
2013-02-18brew-create: don't insert autodetected versions.Mike McQuaid