Changes between Version 8 and Version 9 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
May 23, 2014, 9:50:48 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

add cppcheck as dependency, update successfully built tier1 frameworks

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v8 v9  
    4444Install ports needed for the CI scripts:
    4545{{{
    46 $ sudo port install py27-lxml bazaar mercurial wget automake autoconf
     46$ sudo port install py27-lxml bazaar mercurial wget automake autoconf cppcheck
    4747}}}
    4848Installing bazaar brings the also needed port gnutar into the system!
     
    149149 - kcodecs
    150150 - kconfig
     151 - kdbusaddons
     152 - kglobalaccel
     153 - kguiaddons
     154 - ki18n
     155 - kidletime
     156 - kimageformats
     157 - kitemmodels
     158 - kitemviews
    151159 - kjs
     160 - kplotting
     161 - kwidgetsaddons
     162 - kwindowsystem
     163 -
     164 -
     165 -
     166 -
     167 -
     168 -
    152169}}}
    153170
    154171Problems currently appear for:
    155172{{{
     173Tier1 frameworks:
    156174 - karchive (cmake_install.cmake complains about that it cannot create directory)
    157175 - kcoreaddons (missing REQUIRED SharedMimeInfo package)
     176
     177Other stuff:
    158178 - polkit-qt-1 (still fails due to inability to find package Polkit - this is still Linux-specific and needs to be fixed for use on OSX):
    159179}}}