| Age | Commit message (Collapse) | Author |
|
|
|
Update to latest stable release, specify that it's only provided by
Lion and earlier, change single quotes to double, change format of
`make` command, remove `require 'formula'`.
Closes #37047.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles
everything that relies on OpenSSL from the master branch to enforce the
new OpenSSL no-ssl2 rule.
|
|
|
|
We now always use Homebrew's openssl. Users can install certs by adding
.pem files to
$(brew --prefix)/etc/openssl/certs
and then running
$(brew --prefix openssl)/bin/c_rehash
|
|
|
|
|
|
Fixes #27689
|
|
|
|
Using tools like cadaver, custom certs can’t be added unless a cert
file is specified. This allows cadaver (and presumably others) to get
around self-signed certificate issues.
Closes #26724.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #22967.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21448.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Explicitly disable nls for neon and subversion in a hand-wavy
attempt to fix #17613.
|
|
|
|
./configure relies on the compiler issueing warnings, turning
them into errors in order to to determine certain settings,
such as printf formatting strings.
Closes #17069.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14653.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
|
|
|
|
* remove unknown option.
|
|
Also make it build a dylib, not a static library. This is because the default linker behaviour is to run through the search path twice. First time looking for dylibs and second time for .a files. So duplicate formula must build a dylib.
The other option is the -search_paths_first link flag. I don't like this though as every flag we bung in there adds more possible compile issues to projects that depend on such flags being off.
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
|
|
|