diff options
| author | Adam Vandenberg | 2011-11-20 17:28:49 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-20 17:28:49 -0800 |
| commit | f52266be2106e697e883389c3e845c3577e45750 (patch) | |
| tree | 1209820924530a674d97c73121d359992558c53c | |
| parent | ab8c5b2a13eccff8cf2b7cc0df2d3578c9008ace (diff) | |
| download | homebrew-f52266be2106e697e883389c3e845c3577e45750.tar.bz2 | |
Remove mz-scheme
mz-scheme does not build on Lion, and has been superceded by Racket.
We would accept pull requests for mz-scheme in Homebrew-Alt if
access to this older version is still desired.
| -rw-r--r-- | Library/Formula/mz-scheme.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Library/Formula/mz-scheme.rb b/Library/Formula/mz-scheme.rb deleted file mode 100644 index e6dd984dd..000000000 --- a/Library/Formula/mz-scheme.rb +++ /dev/null @@ -1,23 +0,0 @@ -require 'formula' - -class MzScheme < Formula - url 'http://download.plt-scheme.org/bundles/4.2.5/mz/mz-4.2.5-src-unix.tgz' - homepage 'http://plt-scheme.org/' - md5 '5d320c94e168ab58237c0e710c6050d0' - version '4.2.5' - - fails_with_llvm "Unsupported inline asm", :build => 2335 - - def install - cd "src" - - args = ["--disable-debug", "--disable-dependency-tracking", - "--disable-pthread", "--disable-mred", "--enable-xonx", - "--prefix=#{prefix}"] - args << "--enable-mac64" if MacOS.prefer_64_bit? - - system "./configure", *args - system "make" - system "make install" - end -end |
