Changes:
* pyenv: Always append the directory at the top of the `$PATH` to return proper value for `sys.executable`
* pyenv: Unset `GREP_OPTIONS` to avoid issues of conflicting options
* python-build: Install `pip` with using `ensurepip` if available
* python-build: Add support for framework installation (`--enable-framework`) of CPython
* python-build: Import `bats` tests from ruby-build v20140110.1
* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org.
* python-build: Update default setuptools version (2.1 -> 2.2)
* python-build: Update default pip version (1.5.1 -> 1.5.2)
* python-build: Import recent changes from ruby-build v20140204
ClosesHomebrew/homebrew#26605.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Extracts Broadcom firmware.
Part of the b43-tools package, this utility analyzes vendor-provided
drivers and extracts the proprietary firmware necessary for the Linux
b43 module to initialize Broadcom wireless chips.
This formula patches b43-fwcutter so that it builds on Mac OS. The
patch adds preprocessor directives to use Apple's xnu headers in favor
of GNU's `byteswap.h` This patch has been reported and accepted
upstream, but has not yet been officially released. See
<https://github.com/mbuesch/b43-tools/pull/1>.
This formula also patches the Makefile to honor Homebrew's
installation and manpage prefixes, since this tool has no configure
script.
ClosesHomebrew/homebrew#26536.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Added dependency to OpenSSL because wrk now supports benchmarking SSL/TLS endpoints up to TLSv1.2 and the standard OS X OpenSSL is too old to support TLSv1.2.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
ClosesHomebrew/homebrew#26569.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This fixes the issue that Qt 5 doesn't find the D-Bus libraries when
Homebrew is installed in a non-standard prefix.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
ClosesHomebrew/homebrew#26550.
freerdp default settings have changed. X11 support isn't enabled
per default on OS X anymore.
ClosesHomebrew/homebrew#26437.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>