Commit graph

8 commits

Author SHA1 Message Date
Charlie Sharpsteen
1a42f893ab XCodeDependency: Things that call xcodebuild
Anything that calls `xcodebuild` needs a full install of XCode.app. Two
formulae ommitted from this patch:

  - `fuse4x_kext`: Everything that depends on the kernel extension can be
    compiled by the CLT. Therefore, this formula is bottled and XCode is only
    needed to produce the bottles.

  - `graphviz`: XCode is only used to create GraphViz.app which is not used by
    any of the things which depend on `graphviz`. Creating the app should be
    made into an option.
2012-08-24 19:38:04 -07:00
Adam Vandenberg
2ab4fa3fae Remove redundant :using => :svn 2012-05-10 07:10:12 -07:00
Jack Nagel
7dc155a9cd darwinbuild: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29 18:51:03 -05:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Dan Walters
4a71219024 Get darwinbuild working.
- see http://darwinbuild.macosforge.org/trac/ticket/109, must use xcodebuild instead of make, at least on snow leopard
- xcode seems to use cc even for c++ files, which doesn't work, so just removing CC and LD from the environment

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-29 08:49:30 -07:00
Adam Vandenberg
51a8e59ab6 Update formulas to use :using. 2010-04-06 12:56:59 -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
David Höppner
a62f7ae93d Darwinbuild formula 2009-10-12 23:21:04 +01:00