Changeset 33954
- Timestamp:
- 02/08/2008 08:22:20 (4 years ago)
- Location:
- trunk/dports/lang/sbcl
- Files:
-
- 1 modified
- 2 moved
-
Portfile (modified) (4 diffs)
-
files/patch-base-target-features.diff (moved) (moved from trunk/dports/lang/sbcl/files/base-target-features.patch)
-
files/patch-use-mach-exception-handler.diff (moved) (moved from trunk/dports/lang/sbcl/files/use-mach-exception-handler.patch)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/sbcl/Portfile
r33927 r33954 2 2 3 3 PortSystem 1.0 4 4 5 name sbcl 5 6 version 1.0.14 6 7 set bootversion 0.9.16 8 revision 1 7 9 categories lang 8 10 maintainers gwright@macports.org waqar@macports.org … … 21 23 use_bzip2 yes 22 24 23 platform powerpc { 25 platform powerpc { 24 26 set bootversion 0.9.15 25 27 distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} … … 40 42 } 41 43 42 patchfiles use-mach-exception-handler.patch 44 patchfiles patch-use-mach-exception-handler.diff 45 43 46 44 47 distfiles ${name}-${version}-source${extract.suffix} … … 48 51 49 52 checksums ${name}-${version}-source${extract.suffix} \ 50 md5 07fd7e865fb6052a82e1efc3f4b9899e \51 sha1 e3fc5431fc65637857d23ef539ac8729530aaec7 \53 md5 07fd7e865fb6052a82e1efc3f4b9899e \ 54 sha1 e3fc5431fc65637857d23ef539ac8729530aaec7 \ 52 55 rmd160 546663988c3dc01edd8afe276baf8b2db693e125 53 56 54 post-patch { reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ 57 post-patch { 58 reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ 55 59 ${worksrcpath}/src/runtime/runtime.c 56 reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \60 reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ 57 61 ${worksrcpath}/doc/sbcl.1 58 }62 } 59 63 60 64 use_configure no 61 65 62 66 63 build { system "ulimit -s 8192" 64 system "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh ${host_lisp}" 65 } 67 build { 68 system "ulimit -s 8192" 69 system "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh ${host_lisp}" 70 } 66 71 67 72 default_variants +test 68 73 69 variant test { test.run yes 70 test.dir ${worksrcpath}/tests 71 test.cmd sh 72 test.target run-tests.sh 73 } 74 variant test { 75 test.run yes 76 test.dir ${worksrcpath}/tests 77 test.cmd sh 78 test.target run-tests.sh 79 } 74 80 75 81 destroot { system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" 76 }82 } 77 83 78 84 variant threads { 79 patchfiles-append base-target-features.patch85 patchfiles-append patch-base-target-features.diff 80 86 } 81 87

