[150262] trunk/dports/devel/qbs/Portfile

cal at macports.org cal at macports.org
Wed Jul 13 14:08:47 PDT 2016


Revision: 150262
          https://trac.macports.org/changeset/150262
Author:   cal at macports.org
Date:     2016-07-13 14:08:47 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
qbs: mark as using C++11, with maintainer approval

qbs fails to build on ML and SL if configure.cxx_stdlib isn't explicitly set to
libc++ because it requires C++11. Because that's not a configuration option we
can change on a per-port basis, use the cxx11 PortGroup to at least print
a useful error message.

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

Modified: trunk/dports/devel/qbs/Portfile
===================================================================
--- trunk/dports/devel/qbs/Portfile	2016-07-13 20:48:18 UTC (rev 150261)
+++ trunk/dports/devel/qbs/Portfile	2016-07-13 21:08:47 UTC (rev 150262)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           qmake5 1.0
+PortGroup           cxx11 1.0
 
 name                qbs
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/152324bd/attachment.html>


More information about the macports-changes mailing list