[138999] trunk/dports/lang/clisp/Portfile

easieste at macports.org easieste at macports.org
Mon Jul 27 02:13:04 PDT 2015


Revision: 138999
          https://trac.macports.org/changeset/138999
Author:   easieste at macports.org
Date:     2015-07-27 02:13:04 -0700 (Mon, 27 Jul 2015)
Log Message:
-----------
lang/clisp: enable x86_64 architecture

raimue noted in <https://trac.macports.org/ticket/48435> that enabling
the x86_64 architecture seems to now work, so we now allow it.

Modified Paths:
--------------
    trunk/dports/lang/clisp/Portfile

Modified: trunk/dports/lang/clisp/Portfile
===================================================================
--- trunk/dports/lang/clisp/Portfile	2015-07-27 06:51:24 UTC (rev 138998)
+++ trunk/dports/lang/clisp/Portfile	2015-07-27 09:13:04 UTC (rev 138999)
@@ -1,3 +1,4 @@
+# -*- mode: tcl; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,7 +5,7 @@
 
 name            clisp
 version         2.49
-revision        2
+revision        3
 categories      lang
 maintainers     easieste openmaintainer
 platforms       darwin
@@ -37,15 +38,13 @@
 use_bzip2       yes
 patchfiles      patch-src_lispbibl_d.diff
 
-
 if {${os.platform} eq "darwin" && ${os.major} >= 14} {
    patchfiles-append patch-src_configure.diff
 }
 
+# Enable a subset of architectures due to inline-asm 
+supported_archs ppc i386 x86_64
 
-# Force 32-bit, inline-asm
-supported_archs ppc i386
-
 # Likely a project bug
 # TODO: Report upstream and provide a link to the bug report here.
 compiler.blacklist *clang*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150727/cd9d1c90/attachment.html>


More information about the macports-changes mailing list