[95640] trunk/dports/lang/gauche-c-wrapper

ryandesign at macports.org ryandesign at macports.org
Wed Jul 18 01:51:07 PDT 2012


Revision: 95640
          https://trac.macports.org/changeset/95640
Author:   ryandesign at macports.org
Date:     2012-07-18 01:51:06 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
gauche-c-wrapper: update to 0.6.1; disable failing parallel build; disable failing ObjC support on systems having ObjC 2.0

Modified Paths:
--------------
    trunk/dports/lang/gauche-c-wrapper/Portfile

Removed Paths:
-------------
    trunk/dports/lang/gauche-c-wrapper/files/

Modified: trunk/dports/lang/gauche-c-wrapper/Portfile
===================================================================
--- trunk/dports/lang/gauche-c-wrapper/Portfile	2012-07-18 08:40:38 UTC (rev 95639)
+++ trunk/dports/lang/gauche-c-wrapper/Portfile	2012-07-18 08:51:06 UTC (rev 95640)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gauche-c-wrapper
-version             0.5.2
+version             0.6.1
 categories          lang scheme
 platforms           darwin
 maintainers         nomaintainer
@@ -19,15 +19,23 @@
 distname            c-wrapper-$version
 extract.suffix      .tgz
 
-checksums           md5     3e226826bfe1f0132b900efba7d1a605
+checksums           rmd160  b90db4d45fa887e8157425e6f3125c18dc6cfa97 \
+                    sha256  d0f4037c29c149f385c12d7aa07deb5db7549029657fb60ee286f5942329d92b
 
 depends_build       path:lib/libgc.dylib:boehmgc \
                     port:texi2html
 
 depends_lib         port:gauche
 
-patchfiles          patch-Makefile.in.diff
+# The author stated on 2012-07-18 that c-wrapper is still not compatible with
+# ObjectiveC 2.0 (i.e. on Leopard and up).
+if {${os.platform} == "darwin" && ${os.major} > 8} {
+    configure.args-append --disable-objc
+}
 
+# error: ffi.h: No such file or directory
+use_parallel_build  no
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120718/bff1de27/attachment.html>


More information about the macports-changes mailing list