Changes between Version 268 and Version 269 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 2:35:38 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

remove redundant 1st "sudo port install"

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v268 v269  
    167167==== Prepare environment for Qt5 build ====
    168168
    169 Install additional ports specific for Qt5 as well as KF5, set correct path to KDE-install directory in config/build/darwin-mavericks.cfg (note, some of the to-be-installed ports got already installed further up as dependencies for other tools, they're listed here to make the dependency on them explicit):
    170 {{{
    171 $ sudo port install zlib openssl dbus jpeg tiff libmng libpng mysql55 pkgconfig sqlite2 icu pcre libiconv
    172 $ sudo port uninstall cmake            # Remove MacPorts' cmake (which came into the system as build-dependency for mysql55)
    173 $ sudo port uninstall libarchive       # Avoid https://bugreports.qt-project.org/browse/QTBUG-42605 -> https://bugreports.qt-project.org/browse/QTBUG-42870
     169We still need to deactivate two ports and set the correct path to KDE-install directory in config/build/darwin-mavericks.cfg:
     170{{{
     171$ sudo port deactivate cmake            # Remove MacPorts' cmake (which came into the system as build-dependency for mysql55) just to be on the safe side
     172$ sudo port deactivate libarchive       # Avoid https://bugreports.qt-project.org/browse/QTBUG-42605 -> https://bugreports.qt-project.org/browse/QTBUG-42870
    174173$ cd ~/scripts
    175174$ cat config/build/darwin-mavericks.cfg