Ticket #11493: Portfile.patch
File Portfile.patch, 1.4 KB (added by rick@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name sbcl 5 5 version 1.0.3 6 set bootversion 0.9.166 set bootversion 1.0.3 7 7 categories lang 8 8 maintainers gwright@macports.org waqar@macports.org 9 9 platforms darwin … … 21 21 use_bzip2 yes 22 22 23 23 platform powerpc { 24 set bootversion 0.9.1524 set bootversion 1.0.2 25 25 distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} 26 26 checksums-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} \ 27 md5 2f0ee82eff649e3862c524fd0705cfc027 md5 5135c1e202ee1351263d0c2c015f17b6 28 28 29 29 global host_lisp 30 30 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\" " … … 33 33 platform i386 { 34 34 distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} 35 35 checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ 36 md5 b7fb206ac82d11ae7aeee8e0cf462c9336 md5 867a40a536f7948ef6246859f54a0238 37 37 38 38 global host_lisp 39 39 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\" "