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 5 5 6 6 name sbcl 7 7 8 version 1.1. 28 version 1.1.4 9 9 revision 0 10 10 set subrevision "" 11 11 … … 28 28 master_sites sourceforge 29 29 use_bzip2 yes 30 30 31 patchfiles \ 32 patch-use-mach-exception-handler.diff \ 33 patch-posix-tests.diff \ 34 patch-use-right-gcc.diff 31 patchfiles patch-use-right-gcc.diff 35 32 36 33 distfiles ${name}-${version}-source${subrevision}${extract.suffix} 37 34 … … 39 36 worksrcdir ${name}-${version} 40 37 41 38 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 39 checksums sbcl-1.1.4-source.tar.bz2 \ 40 rmd160 525ea2ed2a0547fe8bba499cdb0cc9ef7d04dc6f \ 41 sha256 468bd52f8a15584ffdca2356f6c85b7053a72a321c309dfff37e340d0d4af7cc \ 49 42 50 43 platform powerpc { 51 44 set bootversion 1.0.47 … … 60 53 } 61 54 62 55 platform i386 { 63 set bootversion 1.0. 4856 set bootversion 1.0.55 64 57 distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} 65 58 checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \ 66 md5 5a3fe53829c6c9f589f17db31210e2ce\67 sha1 c4c6aa31e58767364c36ca509e06cf92c7b2e293\68 rmd160 9 f7e7a7c3d4ed35540c6c81962052fc13ee2cd9b59 md5 941351112392a77dd62bdcb9fb62e4e4 \ 60 sha1 8ea71938c40a6dccfe2d43a86e9b115f4428a218 \ 61 rmd160 97c92e16426fb4e7eb9e649e21714c342703d17b \ 69 62 70 63 global host_lisp 71 64 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\" " … … 97 90 98 91 variant pdf conflicts html description {Installs documentation in PDF, HTML and Info formats. 99 92 Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the SBCL port.} { 100 patchfiles-delete patch-make-doc.diff101 93 depends_build-append bin:dvips:texlive 102 94 depends_build-append bin:texi2dvi:texinfo 103 95 depends_build-append bin:makeinfo:texinfo 104 96 } 105 97 106 variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} {107 patchfiles-append patch-base-target-features.diff108 }109 110 98 global make_sh_options 111 99 set make_sh_options "" 112 100 101 variant threads description {Enable multi-threaded runtime using the Mach pthreads interface.} { 102 set make_sh_options --with-sb-thread 103 } 104 113 105 variant fancy conflicts threads description {Configure SBCL compilation with all available compatible options (including threading).} { 114 patchfiles-delete patch-use-mach-exception-handler.diff115 106 set make_sh_options --fancy 116 107 } 117 108