Commit Graph

10 Commits (963f23b47a3d3a59b3df0b29e665620f77505f4c)

Author SHA1 Message Date
Samuel Cochran dadf65395d Wget should show some respect to subjectAltNames on SSL certs
Will actually be fixed in 1.12.1, but who knows when that will *actually* happen.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-27 19:55:43 +00:00
Adam Vandenberg 5062422fb9 Update wget comments since libidn doesn't require gettext 2010-08-15 16:03:33 -07:00
Adam Vandenberg a30cef8544 Document wget option 2010-07-26 08:52:40 -07:00
Adam Vandenberg b5cfe194c6 Make libidn optional in wget.
wget will find and use libidn if it is present, which uses gettext.
This dependency was not captured in the wget formula.

To keep things simpler, the user must now opt-in to libdin by brewing
with "--enable-iri". Without this flag, we tell configure not to look
for libidn.

Fixes Homebrew/homebrew#1105.
2010-04-19 11:32:58 -07:00
Florian Sowade fa8d0f3a93 Bump wget from 1.11.4 to 1.12 2009-12-06 15:31:58 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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.
2009-10-15 16:48:03 +01:00
Max Howell fcfd480167 Don't use quotes with the comma separated version of system()
As you don't escape to that version.
2009-09-25 01:24:05 +01:00
Max Howell 50760c018f Use new instance var syntax in example formula 2009-09-24 18:49:32 +01:00
Max Howell 9bc3e7c0c8 Small tweaks to two formulae 2009-06-08 16:03:13 +01:00
Max Howell 97b1ada08d Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library.

This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
2009-06-04 19:36:58 +01:00