[49311] trunk/dports/lang

Ryan Schmidt ryandesign at macports.org
Tue Apr 7 04:11:42 PDT 2009


On Apr 7, 2009, at 06:06, gwright at macports.org wrote:

> Revision: 49311
>           http://trac.macports.org/changeset/49311
> Author:   gwright at macports.org
> Date:     2009-04-07 04:06:49 -0700 (Tue, 07 Apr 2009)
> Log Message:
> -----------
> New port: Clozure Common Lisp, version 1.3-RC1.
> This replaces OpenMCL, which was renamed to avoid confusion
> with a similarly named commercial product.  The 1.3 release
> supports x86 and x86_64 architectures, as well as ppc
> and ppc64.

[snip]

> +platform darwin i386 {
> +	svn.url	http://svn.clozure.com/publicsvn/openmcl/release/$ 
> {shortversion}/darwinx86/ccl
> +	global bootimg
> +	set bootimg dx86cl
> +
> +	global ccl_script
> +	set ccl_script ccl
> +}
> +
> +platform darwin x86_64 {
> +	svn.url	http://svn.clozure.com/publicsvn/openmcl/release/$ 
> {shortversion}/darwinx86/ccl
> +	global bootimg
> +	set bootimg dx86cl64
> +
> +	global ccl_script
> +	set ccl_script ccl64
> +}
> +
> +platform darwin ppc {
> +	svn.url	http://svn.clozure.com/publicsvn/openmcl/release/$ 
> {shortversion}/darwinpcc/ccl
> +	global bootimg
> +	set bootimg dppccl
> +
> +	global ccl_script
> +	set ccl_script ccl
> +}
> +
> +platform darwin ppc64 {
> +	svn.url	http://svn.clozure.com/publicsvn/openmcl/release/$ 
> {shortversion}/darwinppc/ccl
> +	global bootimg
> +	set bootimg dppccl64
> +
> +	global ccl_script
> +	set ccl_script ccl64
> +}


[snip]

MacPorts doesn't have any x86_64, ppc, or ppc64 platform selectors;  
it only has i386 and powerpc. MacPorts only builds 32-bit software,  
unless the user modifies macports.conf and requests 64-bit  
architectures in universal_archs and builds the port universal.




More information about the macports-dev mailing list