Ticket #20904: sbcl.diff

File sbcl.diff, 1.8 KB (added by nerdling (Jeremy Lavergne), 14 years ago)

built for me …

  • Portfile

     
    33PortSystem 1.0
    44
    55name            sbcl
    6 version         1.0.30
     6version         1.0.32
    77set subrevision ""
    88categories      lang
    99maintainers     gwright waqar
     
    4141                   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\" "
    4242}
    4343
    44 platform darwin 9 i386     {
    45                    set bootversion 1.0.12
     44platform i386     {
     45                   set bootversion 1.0.29
    4646                   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
    4747                   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
    48                         md5 5c8e50fad3994ab5fb619d76260bd619
     48                    md5     c38140be16dbc718e845d2d351e0f836 \
     49                    sha1    f2773a7c9bf270bd1ce5aa7ccb6fe0ff01bbc917 \
     50                    rmd160  143d39114ffa4ab1be7c0c0166249dabf2669543
    4951
    5052                   global host_lisp
    5153                   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\" "
     
    6062worksrcdir      ${name}-${version}
    6163
    6264checksums       ${distname}${extract.suffix}                            \
    63                     md5     64a96ad21a5d57f27639c0801c00fe74            \
    64                     sha1    446fe474566f4709d9852278e950f253a20722d6    \
    65                     rmd160  96c5b38d495bbd959730162828b4d58ead245b5e
     65                    md5     95e1f683e307fa4cbf053db37fbd1456 \
     66                    sha1    545a034b131537f5f29b13a3cb8b2b61a932abad \
     67                    rmd160  d94c5a3589dd3c213a4dbbe4208e8ce12692bfe7
    6668
    6769post-patch      {
    6870        reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \