[127015] trunk/dports/lang/clisp
easieste at macports.org
easieste at macports.org
Sun Oct 19 02:38:35 PDT 2014
Revision: 127015
https://trac.macports.org/changeset/127015
Author: easieste at macports.org
Date: 2014-10-19 02:38:35 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
lang/clisp: add patch to build on OS X 10.10.
Mark port as openmaintainer.
Addresses ticket <https://trac.macports.org/ticket/43815>.
Modified Paths:
--------------
trunk/dports/lang/clisp/Portfile
Added Paths:
-----------
trunk/dports/lang/clisp/files/patch-src_configure.diff
Modified: trunk/dports/lang/clisp/Portfile
===================================================================
--- trunk/dports/lang/clisp/Portfile 2014-10-19 06:44:08 UTC (rev 127014)
+++ trunk/dports/lang/clisp/Portfile 2014-10-19 09:38:35 UTC (rev 127015)
@@ -6,7 +6,7 @@
version 2.49
revision 2
categories lang
-maintainers easieste
+maintainers easieste openmaintainer
platforms darwin
license GPL-2
description The Clisp Common Lisp Implementation
@@ -37,6 +37,12 @@
use_bzip2 yes
patchfiles patch-src_lispbibl_d.diff
+
+if {${os.platform} eq "darwin" && ${os.major} >= 14} {
+ patchfiles-append patch-src_configure.diff
+}
+
+
# Force 32-bit, inline-asm
supported_archs ppc i386
Added: trunk/dports/lang/clisp/files/patch-src_configure.diff
===================================================================
--- trunk/dports/lang/clisp/files/patch-src_configure.diff (rev 0)
+++ trunk/dports/lang/clisp/files/patch-src_configure.diff 2014-10-19 09:38:35 UTC (rev 127015)
@@ -0,0 +1,11 @@
+--- src/configure.orig 2014-10-18 07:33:27.000000000 -0500
++++ src/configure 2014-10-18 07:34:22.000000000 -0500
+@@ -17045,7 +17045,7 @@
+ fi
+ if test "X$ltrpathdirs" != "X"; then
+ for found_dir in $ltrpathdirs; do
+- LTLIBSIGSEGV="${LTLIBSIGSEGV}${LTLIBSIGSEGV:+ }-R$found_dir"
++ LTLIBSIGSEGV="${LTLIBSIGSEGV}${LTLIBSIGSEGV:+ }"
+ done
+ fi
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/4cce016f/attachment.html>
More information about the macports-changes
mailing list