[101218] trunk/dports/gnome/gst-plugins-good/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 04:00:50 PST 2013


Revision: 101218
          https://trac.macports.org/changeset/101218
Author:   jeremyhu at macports.org
Date:     2013-01-06 04:00:50 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
gst-plugins-good: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-good/Portfile

Modified: trunk/dports/gnome/gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-good/Portfile	2013-01-06 11:35:35 UTC (rev 101217)
+++ trunk/dports/gnome/gst-plugins-good/Portfile	2013-01-06 12:00:50 UTC (rev 101218)
@@ -4,7 +4,8 @@
 PortSystem  1.0
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
-PortGroup   muniversal 1.0
+PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0 
 
 name                gst-plugins-good
 version             0.10.31
@@ -74,10 +75,8 @@
 }
 
 # SSE register return with SSE disabled
-# <rdar://problem/9694837> - Fixed in XCode 4.2
-if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.2] < 0} {
-    configure.compiler llvm-gcc-4.2
-}
+# <rdar://problem/9694837> - Fixed in XCode 4.2 (clang 211.10.1) 
+compiler.blacklist  {clang < 211.10.1} 
 
 post-activate {
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/09cca615/attachment-0001.html>


More information about the macports-changes mailing list