Commit Graph

12 Commits (9c68ac524f4383b0a9354b3c08ac885dc44ab40e)

Author SHA1 Message Date
Jack Nagel 2802632351 openssl: don't install man pages to 'etc'
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>
2011-07-21 17:22:42 -07:00
Adam Vandenberg 3e12e7ce1b openssl: Edit comments
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.
2011-06-05 13:10:30 -07:00
Felix Schulze 318a445a5a openssl 0.9.8r
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>
2011-05-22 08:36:57 -07:00
Adam Vandenberg 1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Adam Vandenberg aad67b6025 Document keg-only system duplicates. 2011-03-15 22:04:38 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Tojek Anselm 4ab5ff708a openssl --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02 06:56:20 -07:00
Adam Vandenberg e9acd0eaee OpenSSL 0.9.8o (keg only)
* Compiling some software on 10.5 requires a newer OpenSSL
  than the system provided one.
2010-08-21 14:25:48 -07:00
Max Howell caf60a8f4f Remove OpenSSL
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.
2009-10-03 16:16:44 +01:00
(@ivanvc) 2a61971dfa Wrong architecture for OS X 10.5 2009-10-01 15:46:15 +01:00
Max Howell a059f5bcb6 OpenSSL is now keg-only
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.
2009-09-30 01:50:19 +01:00
Sean Wolfe a67c9f9f6b Openssl 1.0.0-beta3 formula
Signed-off-by: Max Howell <max@methylblue.com>
2009-09-11 17:42:54 +01:00