Commit graph

11 commits

Author SHA1 Message Date
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
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
Jonathan 'Wolf' Rentzsch
3f4dac3a6c mogenerator 1.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 21:06:17 -07:00
rentzsch
0613e3062c Updated formula: mogenerator 1.25
Closes Homebrew/homebrew#10258.

Signed-off-by: Max Howell <max@methylblue.com>
2012-02-17 13:11:17 +00:00
rentzsch
30dc80f0db mogenerator 1.24
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-09 06:38:41 -08:00
Max Howell
1d48daaa4d With xcodebuild don't set CC, CXX, etc.
The compiler setting in the xcodeproj is overridden by the CC setting in the environment. This is a bit insane IMO since the xcodeproj itself has detailed decisions about what tools to use.

Fixes Homebrew/homebrew#6406.
2011-09-10 11:30:00 +01:00
Nathan de Vries
1268dc1d2f Mogenerator 1.23.
* Install the Mogenerator default templates & provide instructions for
  copying them into "~/Library/Application Support/mogenerator".

* Force the use of Clang.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03 11:44:31 -07:00
Rob Rix
18e54ccb9a mogenerator 1.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-26 16:36:13 -07:00
Adam Vandenberg
243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Rob Rix
d94a0582be Added a formula for mogenerator.
Closes Homebrew/homebrew#3779.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-01 11:52:36 +00:00