[142880] trunk/dports/science/xrootd/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 07:37:39 PST 2015


Revision: 142880
          https://trac.macports.org/changeset/142880
Author:   mojca at macports.org
Date:     2015-11-25 09:26:34 -0800 (Wed, 25 Nov 2015)
Log Message:
-----------
xrootd: hoping to fix problems on 10.6 (#49677, #49740)

Modified Paths:
--------------
    trunk/dports/science/xrootd/Portfile

Modified: trunk/dports/science/xrootd/Portfile
===================================================================
--- trunk/dports/science/xrootd/Portfile	2015-11-25 15:12:37 UTC (rev 142879)
+++ trunk/dports/science/xrootd/Portfile	2015-11-25 17:26:34 UTC (rev 142880)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                xrootd
 version             4.2.3
@@ -34,6 +35,9 @@
 
 cmake.out_of_source yes
 
+# not sure what exactly is required and why
+compiler.blacklist-append *gcc* {clang < 500}
+
 configure.args-append -DENABLE_CRYPTO=False \
                       -DENABLE_READLINE=False \
                       -DENABLE_KRB5=False \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e2ce2fbd/attachment.html>


More information about the macports-changes mailing list