[134482] trunk/dports/www/FileZilla/Portfile

mojca at macports.org mojca at macports.org
Fri Mar 27 00:00:36 PDT 2015


Revision: 134482
          https://trac.macports.org/changeset/134482
Author:   mojca at macports.org
Date:     2015-03-27 00:00:36 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
FileZilla: second attempt to fix #47273 by blacklisting clang < 3.2

Modified Paths:
--------------
    trunk/dports/www/FileZilla/Portfile

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2015-03-27 06:49:22 UTC (rev 134481)
+++ trunk/dports/www/FileZilla/Portfile	2015-03-27 07:00:36 UTC (rev 134482)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           wxWidgets 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                FileZilla
 version             3.10.2
@@ -58,7 +59,8 @@
     compiler.whitelist macports-clang-3.4 macports-clang-3.5 macports-clang-3.6 macports-clang-3.7
 }
 # http://trac.macports.org/ticket/47273
-compiler.blacklist-append {clang < 425} macports-clang-3.0 macports-clang-3.1
+# In theory gcc could work, but we need to disable llvm-gcc and we need to match stdlib with wxWidgets (= use libc++)
+compiler.blacklist-append *gcc* {clang < 425} macports-clang-3.0 macports-clang-3.1
 
 variant wxgtk30 conflicts wxwidgets30 wxwidgets30-libcxx description {Use wxWidgets 3.0 with GTK} {
     wxWidgets.use           wxGTK-3.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/8170714a/attachment.html>


More information about the macports-changes mailing list