Changes between Initial Version and Version 1 of Ticket #49213, comment 1


Ignore:
Timestamp:
Oct 9, 2015, 6:05:50 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49213, comment 1

    initial v1  
    22
    33Like when trying to install {{{kdevelop}}} just now {{{kate}}} and {{{kdevplatform}}} were installed no problem via their tbz2's, but kdevelop (since it doesn't might not be distributable) fails when trying to build...
     4
     5Here's the file in question:
     6{{{
     7$ port contents kdelibs4 | grep FindKDE4Internal.cmake
     8  /opt/local/share/apps/cmake/modules/FindKDE4Internal.cmake
     9}}}
     10which is the location where it always lived up to now
     11
     12So the KDE builds do not look up {{{/opt/local/share/apps}}} anymore, as I saw this in the build command:
     13{{{
     14-DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules
     15}}}
     16i.e. the subfolder {{{apps}}} is missing in between!