aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNikhil Benesch2015-03-28 11:28:01 -0400
committerXu Cheng2015-03-30 11:52:57 +0800
commit43069819e941bca9dc98283a021c345738e528d3 (patch)
tree4d61df732bf2e1588baf72bddbd101357541bec3 /Library
parentcfb2de3f43f9a85496779514776475a32cc21ced (diff)
downloadhomebrew-43069819e941bca9dc98283a021c345738e528d3.tar.bz2
sbcl 1.2.10
Closes #38151. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbcl.rb20
1 files changed, 2 insertions, 18 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index b6762e9d7..084f65ed1 100644
--- a/Library/Formula/sbcl.rb
+++ b/Library/Formula/sbcl.rb
@@ -1,7 +1,7 @@
class Sbcl < Formula
homepage "http://www.sbcl.org/"
- url "https://downloads.sourceforge.net/project/sbcl/sbcl/1.2.9/sbcl-1.2.9-source.tar.bz2"
- sha1 "788e38d4c64fa1f99a5297dce72e87f3958e98a1"
+ url "https://downloads.sourceforge.net/project/sbcl/sbcl/1.2.10/sbcl-1.2.10-source.tar.bz2"
+ sha256 "55243d5085278b7d0f80e5b91889f44ff66c195d801b3da26f1f4c696711f685"
head "git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git"
@@ -54,10 +54,6 @@ class Sbcl < Formula
sha1 "4d08e56e7e261db47ffdfef044149b001e6cd7c1"
end
- # Restore parallel build support.
- # See: https://bugs.launchpad.net/sbcl/+bug/1434768
- patch :DATA
-
def write_features
features = []
features << ":sb-thread" if build.with? "threads"
@@ -109,15 +105,3 @@ class Sbcl < Formula
assert_equal "4", output.strip
end
end
-__END__
---- a/contrib/asdf/Makefile
-+++ b/contrib/asdf/Makefile
-@@ -8,7 +8,7 @@ $(UIOP_FASL):: uiop.lisp ../../output/sbcl.core
- mkdir -p $(DEST)
- $(SBCL) --eval '(compile-file #p"SYS:CONTRIB;ASDF;UIOP.LISP" :output-file (parse-native-namestring "$@"))' </dev/null
-
--$(ASDF_FASL):: asdf.lisp ../../output/sbcl.core
-+$(ASDF_FASL):: asdf.lisp ../../output/sbcl.core $(UIOP_FASL)
- if [ -d asdf-upstream ] ; then rm -rf asdf-upstream ; fi
- mkdir -p $(DEST)
- $(SBCL) --eval '(compile-file #p"SYS:CONTRIB;ASDF;ASDF.LISP" :output-file (parse-native-namestring "$@"))' </dev/null