[102659] trunk/dports/lang/sbcl/Portfile
easieste at macports.org
easieste at macports.org
Wed Feb 6 01:31:31 PST 2013
Revision: 102659
https://trac.macports.org/changeset/102659
Author: easieste at macports.org
Date: 2013-02-06 01:31:31 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
sbcl/lang: Update to sbcl-1.1.4
Fixes #37950. Patch by crossd.
Modified Paths:
--------------
trunk/dports/lang/sbcl/Portfile
Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile 2013-02-06 07:42:57 UTC (rev 102658)
+++ trunk/dports/lang/sbcl/Portfile 2013-02-06 09:31:31 UTC (rev 102659)
@@ -5,7 +5,7 @@
name sbcl
-version 1.1.2
+version 1.1.4
revision 0
set subrevision ""
@@ -28,10 +28,7 @@
master_sites sourceforge
use_bzip2 yes
-patchfiles \
- patch-use-mach-exception-handler.diff \
- patch-posix-tests.diff \
- patch-use-right-gcc.diff
+patchfiles patch-use-right-gcc.diff
distfiles ${name}-${version}-source${subrevision}${extract.suffix}
@@ -39,13 +36,9 @@
worksrcdir ${name}-${version}
-checksums sbcl-1.1.2-source.tar.bz2 \
- rmd160 3a785eb0040d4ba12d519a796e9f296a3ee6ee2d \
- sha256 0c7a04d4ccf149324ff5919f230e1473757c223cda47623a97d749e018327713 \
- sbcl-1.0.48-x86-darwin-binary.tar.bz2 \
- md5 5a3fe53829c6c9f589f17db31210e2ce \
- sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293 \
- rmd160 9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b
+checksums sbcl-1.1.4-source.tar.bz2 \
+ rmd160 525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
+ sha256 468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
platform powerpc {
set bootversion 1.0.47
@@ -60,12 +53,12 @@
}
platform i386 {
- set bootversion 1.0.48
+ set bootversion 1.0.55
distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
- md5 5a3fe53829c6c9f589f17db31210e2ce \
- sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293 \
- rmd160 9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b
+ md5 941351112392a77dd62bdcb9fb62e4e4 \
+ sha1 8ea71938c40a6dccfe2d43a86e9b115f4428a218 \
+ rmd160 97c92e16426fb4e7eb9e649e21714c342703d17b \
global host_lisp
set host_lisp "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -97,21 +90,19 @@
variant pdf conflicts html description {Installs documentation in PDF, HTML and Info formats.
Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the SBCL port.} {
- patchfiles-delete patch-make-doc.diff
depends_build-append bin:dvips:texlive
depends_build-append bin:texi2dvi:texinfo
depends_build-append bin:makeinfo:texinfo
}
-variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} {
- patchfiles-append patch-base-target-features.diff
-}
-
global make_sh_options
set make_sh_options ""
+variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} {
+ set make_sh_options --with-sb-thread
+}
+
variant fancy conflicts threads description {Configure SBCL compilation with all available compatible options (including threading).} {
- patchfiles-delete patch-use-mach-exception-handler.diff
set make_sh_options --fancy
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/1e233b8c/attachment.html>
More information about the macports-changes
mailing list