Revision: 96037 https://trac.macports.org/changeset/96037 Author: ryandesign@macports.org Date: 2012-07-29 12:03:19 -0700 (Sun, 29 Jul 2012) Log Message: ----------- sbcl: fix build on Mountain Lion and later by removing all the duplicate OS version-specific blocks and making a single block for i386 (#35410) Modified Paths: -------------- trunk/dports/lang/sbcl/Portfile Modified: trunk/dports/lang/sbcl/Portfile =================================================================== --- trunk/dports/lang/sbcl/Portfile 2012-07-29 17:05:00 UTC (rev 96036) +++ trunk/dports/lang/sbcl/Portfile 2012-07-29 19:03:19 UTC (rev 96037) @@ -58,7 +58,7 @@ set host_lisp "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" " } -platform darwin 8 i386 { +platform i386 { set bootversion 1.0.48 distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ @@ -70,42 +70,6 @@ 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\" " } -platform darwin 9 i386 { - set bootversion 1.0.48 - distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} - checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ - md5 5a3fe53829c6c9f589f17db31210e2ce \ - sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293 \ - rmd160 9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b - - 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\" " -} - -platform darwin 10 i386 { - set bootversion 1.0.48 - distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} - checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ - md5 5a3fe53829c6c9f589f17db31210e2ce \ - sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293 \ - rmd160 9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b - - 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\" " -} - -platform darwin 11 i386 { - set bootversion 1.0.48 - distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} - checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ - md5 5a3fe53829c6c9f589f17db31210e2ce \ - sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293 \ - rmd160 9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b - - 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\" " -} - post-patch { reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ ${worksrcpath}/doc/sbcl.1
participants (1)
-
ryandesign@macports.org