Ticket #14036: sbcl-portfile.diff
File sbcl-portfile.diff, 1.4 KB (added by rlonstein@…, 17 years ago) |
---|
-
ports/lang/sbcl/Portfile
old new 1 # $Id: Portfile ,v 1.2 2008/01/22 20:29:39 lonstein Exp$1 # $Id: Portfile 32933 2008-01-15 09:18:14Z gwright@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name sbcl 5 5 version 1.0.13 6 6 set bootversion 0.9.16 7 7 categories lang 8 maintainers gwright@macports.org waqar@macports.org rlonstein@pobox.com8 maintainers gwright@macports.org waqar@macports.org 9 9 platforms darwin 10 10 description The Steel Bank Common Lisp system 11 11 long_description \ … … 64 64 system "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh ${host_lisp}" 65 65 } 66 66 67 post-build {68 if {[variant_isset html]} {69 system "cd ${worksrcpath}/doc; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/doc/make-doc.sh"70 }71 }72 73 67 default_variants +test 74 68 75 69 variant test { test.run yes … … 78 72 test.target run-tests.sh 79 73 } 80 74 81 variant html description {Builds the SBCL and ASDF documentation as HTML} {} 82 83 destroot { 84 system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" 85 } 75 destroot { system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" 76 } 86 77 87 78 variant threads { 88 79 patchfiles-append base-target-features.patch