Commit Graph

12 Commits (21c98800391011e80ed79106de87b5033823e8f5)

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
Max Howell ac67a32803 Clang 4 requires this patch too 2012-02-26 14:06:03 +00:00
Max Howell 415910391f Only apply this fix against clang 3.1 since apparently breaks for clang 3.2
Also some of this patch was meant to be in the last commit. I've reverted to brotherbard gitx and it doesn't auto-refresh if the file changes, so I missed part of it. Proof that tools can break your flow :P
2012-02-26 13:45:37 +00:00
Travis Tilley 987ee07040 Fix Ragel formula when building with Clang
Closes Homebrew/homebrew#10498.

Signed-off-by: Max Howell <max@methylblue.com>

Made the clang patches only get applied if using clang and clang version <= 3.1. This may mean it breaks for 3.2 but we do this because we need to continue testing such things.
2012-02-26 13:23:44 +00:00
Douglas Creager 50613d195b Install ragel user's guide
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 19:42:29 -08:00
Stefan Huber b2efe045ba ragel 6.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-09 09:55:45 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Josh Ballanco 0aa069c82a Ragel config wasn't using prefix
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-23 12:29:47 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Andrew White 9cebb1e9c8 Upgrade to Ragel 6.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-21 11:36:36 -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
Clinton R. Nixon 5c3c0c5f33 Ragel formula 2009-09-29 23:30:13 +01:00