Ticket #37950: Portfile.sbcl-1.1.4.sans-whitespace-changes.diff

File Portfile.sbcl-1.1.4.sans-whitespace-changes.diff, 3.2 KB (added by crossd@…, 12 years ago)
  • Portfile

    old new  
    55
    66name            sbcl
    77
    8 version               1.1.2
     8version               1.1.4
    99revision          0
    1010set subrevision   ""
    1111
     
    2828master_sites    sourceforge
    2929use_bzip2           yes
    3030
    31 patchfiles      \
    32                 patch-use-mach-exception-handler.diff  \
    33                 patch-posix-tests.diff \
    34                 patch-use-right-gcc.diff
     31patchfiles      patch-use-right-gcc.diff
    3532
    3633distfiles       ${name}-${version}-source${subrevision}${extract.suffix}
    3734
     
    3936worksrcdir      ${name}-${version}
    4037
    4138
    42 checksums           sbcl-1.1.2-source.tar.bz2 \
    43                     rmd160  3a785eb0040d4ba12d519a796e9f296a3ee6ee2d \
    44                     sha256  0c7a04d4ccf149324ff5919f230e1473757c223cda47623a97d749e018327713 \
    45                     sbcl-1.0.48-x86-darwin-binary.tar.bz2 \
    46                     md5     5a3fe53829c6c9f589f17db31210e2ce \
    47                     sha1    c4c6aa31e58767364c36ca509e06cf92c7b2e293 \
    48                     rmd160  9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b
     39checksums           sbcl-1.1.4-source.tar.bz2 \
     40                    rmd160  525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \
     41                    sha256  468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \
    4942
    5043platform powerpc {
    5144    set bootversion 1.0.47
     
    6053}
    6154
    6255platform i386     {
    63     set bootversion 1.0.48
     56    set bootversion 1.0.55
    6457    distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
    6558    checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
    66         md5     5a3fe53829c6c9f589f17db31210e2ce \
    67         sha1    c4c6aa31e58767364c36ca509e06cf92c7b2e293 \
    68         rmd160  9f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b
     59        md5     941351112392a77dd62bdcb9fb62e4e4 \
     60        sha1    8ea71938c40a6dccfe2d43a86e9b115f4428a218 \
     61        rmd160  97c92e16426fb4e7eb9e649e21714c342703d17b \
    6962
    7063    global host_lisp
    7164    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\" "
     
    9790
    9891variant pdf conflicts html description {Installs documentation in PDF, HTML and Info formats.
    9992Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the SBCL port.} {
    100     patchfiles-delete patch-make-doc.diff
    10193    depends_build-append bin:dvips:texlive
    10294    depends_build-append bin:texi2dvi:texinfo
    10395    depends_build-append bin:makeinfo:texinfo
    10496}
    10597
    106 variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} {
    107     patchfiles-append patch-base-target-features.diff
    108 }
    109 
    11098global make_sh_options
    11199set make_sh_options ""
    112100
     101variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} {
     102    set make_sh_options --with-sb-thread
     103}
     104
    113105variant fancy conflicts threads description {Configure SBCL compilation with all available compatible options (including threading).} {
    114     patchfiles-delete                 patch-use-mach-exception-handler.diff
    115106    set                               make_sh_options --fancy
    116107}
    117108