Ticket #16160: Portfile.diff
File Portfile.diff, 1.0 KB (added by mail_ben_schmidt@…, 16 years ago) |
---|
-
Portfile
old new 31 31 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\" " 32 32 } 33 33 34 set bootmd5 5c8e50fad3994ab5fb619d76260bd619 35 platform darwin 8 i386 { 36 set bootversion 1.0.10 37 set bootmd5 8684c781efd9667280f49b354cc83275 38 } 39 34 40 platform i386 { 35 41 distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} 36 42 checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ 37 md5 5c8e50fad3994ab5fb619d76260bd61943 md5 ${bootmd5} 38 44 39 45 global host_lisp 40 46 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\" " 41 47 } 42 48 49 43 50 patchfiles patch-use-mach-exception-handler.diff 44 51 45 52