aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mit-scheme.rb
AgeCommit message (Collapse)Author
2013-03-26mit-scheme: Fix CLT-only buildSamuel John
inreplacing some configure scripts to set MACOSX_SYSROOT. Works for Xcode-only and CLT-only. The patch is no longer needed. This flexibility of using MacOS.sdk_path is unfortunately not possibe in your patches right now. Fixes #18717
2012-12-08mit-scheme: fix hardcoded SDK paths in patchGordon Tillman
This formula was failing to build for me with the following error: configure: error: No MacOSX SDK for version: 10.8 Traced problem to hard-coded paths to the SDKs used when patching `src/configure` and `src/lib/include/configure`. Replaced hard-coded paths with calls to `xcode-select --print-path`. Closes #16166. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-27mit-scheme: add optional X11 dependency for 10.8.Petar Radosevic
Closes #14966. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-09-13mit-scheme: remove skip_clean :allJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-06-07mit-scheme: fix build with Xcode 4.3+Eduardo Kasa
Fixes #11475. Closes #12046. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14mit-scheme 9.1.1Adam Vandenberg
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-04-14mit-scheme 9.0.1Matt Barnett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>