Ticket #16160: Portfile.diff

File Portfile.diff, 1.0 KB (added by mail_ben_schmidt@…, 16 years ago)

Diff with the current Portfile

  • Portfile

    old new  
    3131                   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\" "
    3232}
    3333
     34set bootmd5 5c8e50fad3994ab5fb619d76260bd619
     35platform darwin 8 i386     {
     36                   set bootversion 1.0.10
     37                   set bootmd5 8684c781efd9667280f49b354cc83275
     38}
     39
    3440platform i386     {
    3541                   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
    3642                   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
    37                         md5 5c8e50fad3994ab5fb619d76260bd619
     43                        md5 ${bootmd5}
    3844
    3945                   global host_lisp
    4046                   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\" "
    4147}
    4248
     49
    4350patchfiles      patch-use-mach-exception-handler.diff
    4451
    4552