Commit Graph

19 Commits (ee6fade1d6fb080135668cdce8ca65afdf5345ea)

Author SHA1 Message Date
Clemens Gruber a0c49e2362 chicken 4.7.0.6
Closes Homebrew/homebrew#13788.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:23 -07:00
Rich Healey 0521fe253b chicken: workaround for compilation with Clang/LLVM
Building with DEBUGBUILD is sufficient; be verbose about this so the
user is aware and has the chance to abort and possibly build with GCC if
it is available.

Closes Homebrew/homebrew#11696.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:22:34 -05:00
Jack Nagel 64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Jack Nagel 6c6babf28f chicken: clarify why LLVM fails
Closes Homebrew/homebrew#8191.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-15 18:43:00 -06:00
Adam Vandenberg 7c1bd499b0 chicken: update for xcode 4 2011-07-07 10:37:35 -07:00
wsxiaoys 9713ba4ac9 chicken-scheme 4.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26 07:51:25 -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
Stephen Eilert 9c9d645239 chicken - enable --HEAD builds
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-01 08:15:16 -08:00
Martin Kühl c5727d40d6 Update chicken to 4.6.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 08:18:03 -07:00
Martin Kühl e43f4e166d Update chicken scheme to 4.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-08 05:19:52 -07: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
Martin Kühl 5f4ef9eb29 Updated formula: chicken 4.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-16 12:24:13 -07:00
Max Howell 4d4fdd906b Only apply 64 bit flag where it makes sense 2009-12-19 19:52:22 +00:00
Drew Hess 60c6d78b88 Updated to chicken 4.3.0. 2009-12-19 18:42:41 +00:00
Adam Vandenberg 81884b9efb Reformat chicken 2009-12-12 16:24:18 +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
Tim Dysinger 1f621503f2 Upgrade Chicken to 4.2.0 2009-10-15 15:59:02 +01:00
Clinton R. Nixon 51ca673030 CHICKENscheme formula
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
portable, efficient C, supports almost all of the R5RS Scheme language
standard, and includes many enhancements and extensions. CHICKEN runs on
Linux, MacOS X, Windows, and many Unix flavours.
2009-09-16 14:49:07 +01:00