| Age | Commit message (Collapse) | Author |
|
Closes #29903.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
The mirror doesn't actually have this package yet, and this doesn't update the bottles, I don't know how to do those.
|
|
Closes #29860.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #28448.
|
|
|
|
|
|
|
|
|
|
Closes #27961.
|
|
|
|
|
|
Fixes #27400.
|
|
Closes #26468.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #25856.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #25913.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25724.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25335.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #21895.
|
|
|
|
|
|
Closes #21065.
|
|
Closes #19844.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This is supposed to increase speed dramatically...
Closes #19064.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17882.
|
|
|
|
Closes #17702.
Fixes #17696.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17693.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Removed patch as it's fixed upstream.
Closes #12195.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11869.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
[jn: no-asm is to fix compilation on 64-bit; perhaps it is not needed on
32-bit, but I didn't test it and I don't think its that important.]
Closes #11821.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11247.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Build 64-bit by default where appropriate.
Closes #11701.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Latest security update to the 0.9.8 series; and some formula cleanup for
good measure.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Yes, it's keg-only and thus the man pages are never symlinked to
share/man, but it's better than having them in etc/man and `brew list
--unbrewed` complaining about them.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
OpenSSL is provided mostly for Leopard, but some things on Snow Leopard
need a newer version as well (such as VirtualBox.)
OpenSSL will build *32-bit only* by default, even on Snow Leopard.
Building Universal requires some extra effort, which has not yet
been put into place. Specifically, it is not enough to do:
ENV.universal_build
Builds need to be run separately for 32 and 64 bit, and then
lipo needs to be used to put together the library archives.
|
|
Homewbrew provides a keg-only OpenSSL because some software requires
a newer version than what comes with Leopard. Since we are providing
this, pick up security releases.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Compiling some software on 10.5 requires a newer OpenSSL
than the system provided one.
|
|
We don't want beta libs and Erlang doesn't need it.
Also disabled installation of erlang docs as we just delete them, we need to make the delete step optional.
|
|
|
|
OS X provides OpenSSL already. Thus policy dictates this formula be keg-only.
In fact policy dictates we shouldn't even provide this beta version in master tree. So I'm not sure if it should even stay. Supposedly erlang needs it. I think this is false.
|
|
Signed-off-by: Max Howell <max@methylblue.com>
|