Git will still attempt to import OpenSSL headers unless explicitly
told not to.
FixesHomebrew/homebrew#40519.
ClosesHomebrew/homebrew#40532.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
clang-format provides a number of scripts for integration into editors
(vim, emacs, sublime, bbedit) and tools (diff, git). Previously only the
git integration (git-clang-format) was installed.
Signed-off-by: Hannes Weisbach <hannes.weisbach@mailbox.tu-dresden.de>
ClosesHomebrew/homebrew#40497.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
From the homepage:
> SonarQube™ software (previously known as “Sonar”) is an open source
> project hosted at Codehaus.
ClosesHomebrew/homebrew#40503.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Bump to latest (and final) Qt 4 release. This drops the separate patch
that is now included in the new release. Also moves to the HTTPS mirror
recently adopted in the 'qt5' formula and fixes an indentation error.
ClosesHomebrew/homebrew#40510.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
gflags will append a friendly: `Debug build (NDEBUG not #defined)` on targets when a `--version` is used. By default, a gflags install should be release ready and have `-NDEBUG` defined. A brew user may build from source and include `--with-debug` to prevent this definition.
ClosesHomebrew/homebrew#40498.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
- Introduce pyrax resource for rackspace support (follow-up of Homebrew/homebrew#29186)
- Package dependencies were generated with homebrew-pypi-poet, but
manually organized (grouped by sections, no duplicates and sorted by
case-insensitive alphabetical order)
- Take advantage of the `resources` helper (as seen in other formulaes),
instead of explicitly building the list of resources.
ClosesHomebrew/homebrew#40493.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Updating Terraform to 0.5.3 release, removing the patch (as now merged)
and moving to the newly promoted AWS go sdk from the AWSLabs version.
Used `homebrew_go_resources` to create a new `go_resource` for the AWS
libary to enable a clean build from source.
ClosesHomebrew/homebrew#40408.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>