[113147] trunk/dports/devel/mono/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Nov 10 16:15:17 PST 2013


Revision: 113147
          https://trac.macports.org/changeset/113147
Author:   jeremyhu at macports.org
Date:     2013-11-10 16:15:17 -0800 (Sun, 10 Nov 2013)
Log Message:
-----------
mono: Bump to 3.1.2

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2013-11-10 20:57:51 UTC (rev 113146)
+++ trunk/dports/devel/mono/Portfile	2013-11-11 00:15:17 UTC (rev 113147)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name             mono
-version             2.10.9
+version          3.1.2
 categories       devel lang mono
 platforms        darwin
 license          {GPL-2 LGPL-2 MIT}
@@ -18,15 +18,19 @@
 use_bzip2        yes
 universal_variant no
 
-checksums           rmd160  ac9784c413eb2cdb490750a86a96cce5c11ad5bd \
-                    sha256  541038cd4edd4a1c485638d49697d45015ef7483bcb21bb6165e4d7eb770c9a5
+checksums           rmd160  39d0c023d4aa3cea8df40fc7ed19fc88d83c6a3a \
+                    sha256  d0f4ff2e0c10d9f6a8b6d3e5498688bdd1cab8b04ed0571701890f5bd27c0b37
 
 depends_build    port:pkgconfig port:gawk
 depends_lib      port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 \
                  port:libiconv port:zlib port:libgdiplus port:xorg-libX11
 
-# pthread_support.c:210:12: error: static declaration of 'pthread_setspecific' follows non-static declaration
-compiler.blacklist  clang
+# <rdar://problem/14882264>
+# fatal error: error in backend: unsupported symbol modifier in relocation
+# seen with mono-3.2.1 threads.c
+if {[string match "*x86_64*" [get_canonical_archs]]} {
+    compiler.blacklist-append *clang*
+}
 
 # Do NOT pick up external boehmgc (prefixing CPPFLAGS or CFLAGS does not suffice -- ugly++)
 configure.cc-append	"-I${worksrcpath}/libgc/include"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131110/5e1f85b4/attachment.html>


More information about the macports-changes mailing list