[127727] trunk/dports/devel/akonadi/Portfile

nicos at macports.org nicos at macports.org
Sun Nov 2 00:21:25 PDT 2014


Revision: 127727
          https://trac.macports.org/changeset/127727
Author:   nicos at macports.org
Date:     2014-11-02 00:21:25 -0700 (Sun, 02 Nov 2014)
Log Message:
-----------
akonadi: deactivate tests for all os versions (ticket #45300)

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

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2014-11-02 04:03:30 UTC (rev 127726)
+++ trunk/dports/devel/akonadi/Portfile	2014-11-02 07:21:25 UTC (rev 127727)
@@ -7,6 +7,7 @@
 
 name                akonadi
 version             1.13.0
+revision            1
 categories          devel kde kde4
 maintainers         nicos openmaintainer
 license             LGPL-2+
@@ -188,11 +189,10 @@
 }
 
 platform darwin {
-    if {${os.major} < 13} {
-        #Deactivate tests for 10.8 and lower, as they require full C++11 support (ticket #45300)
-        patchfiles-append     patch-tests.diff
-        configure.args-append -DAKONADI_BUILD_TESTS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF
-    }
+    #Deactivate tests for 10.8 and lower, as they require full C++11 support (ticket #45300)
+    patchfiles-append     patch-tests.diff
+    configure.args-append -DAKONADI_BUILD_TESTS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF
+
     if {${os.major} == 9} {
         if {[info exists universal_target] && ${universal_target} == "10.4"} {
         # Needed if compiling for 10.4 universal on 10.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/2160a38b/attachment.html>


More information about the macports-changes mailing list