Commit Graph

7 Commits (6a73734e8963103e8090a3cb940fa7203346fce1)

Author SHA1 Message Date
Chris Roos fcb3b399c5 Update Asterisk from 1.6.1.6 to 1.8.3.2.
* Added the '--with-sample-config' option. This will generate the sample
  Asterisk config files in /usr/local/etc/asterisk. It creates backups of any
  existing files first.

* Removed the patch that used curl instead of wget to download the sound
  files. This doesn't appear to be required any longer (at least, the sound
  files download correctly without it, where they didn't previously).

* Removed the '--host=x86_64-darwin' configure switch. Supplying this switch
  to configure results in the warning, 'configure: WARNING: If you wanted to
  set the --build type, don't use --host. If a cross compiler is detected then
  cross compile mode will be used.', and building without the switch appears
  to result in the correct architecture being targeted.

* Removed the manual creation of /usr/local/etc/asterisk. This directory is
  created automatically.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04 08:55:27 -07:00
Adam Vandenberg de6145788b asterisk: don't strip symbols 2011-04-02 09:33:22 -07:00
Adam Vandenberg 7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 576185d345 Define "snow_leopard_64?"
snow_leopard_64? (defined in Hardware) is a short-cut for:
  MACOS_VERSION >= 10.6 and Hardware.is_64_bit?

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22 20:11:03 -07: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
Edgars Beigarts 9269a91eba Asterisk formula
Patched to use curl and thus not depend on wget.
2009-10-15 15:10:20 +01:00