Changes between Version 3 and Version 13 of Ticket #52481


Ignore:
Timestamp:
Oct 4, 2016, 5:16:00 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52481

    • Property Owner changed from macports-tickets@… to nicos@…
    • Property Cc stansand@… jjstickel@… hjs@… added; nicos@… removed
  • Ticket #52481 – Description

    v3 v13  
    66
    77The companion ticket that proposes the required patch to port:gpgme :
    8 https://trac.macports.org/attachment/ticket/52479
     8attachment:ticket:52479:gpgme.diff
    99
    1010@Nicos: let me repeat that moving the KDE4 headers to ${prefix}/include/KDE4 is both simple and required for compatibility with my upcoming KF5 ports. Almost all that is required is rebuilding port:kdelibs4 with `-DINCLUDE_INSTALL_DIR=${kde4.include_dirs}` in configure.args . No dependents need to be rev-bumped, all dependents will find the moved kdelibs4 headers, and all but a select few will install their own headers there too (= the `-DINCLUDE_INSTALL_DIR=${kde4.include_dirs}` configure arg. doesn't have to be repeated for all dependents). If you want to test this more fully it should be possible to add that configure arg. to the KDEPIM4 ports only, for now. I haven't tested this.