Ticket #50094: kompare.diff
File kompare.diff, 1.3 KB (added by RJVB (René Bertin), 9 years ago) |
---|
-
kde/kompare/Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup kde4 1.1 6 PortGroup conflicts_build 1.0 6 7 7 8 name kompare 8 9 version 4.14.3 9 revision 110 revision 2 10 11 categories kde kde4 11 12 license GPL-2+ LGPL-2+ 12 13 maintainers nicos openmaintainer … … 32 33 patchfiles patch-CMakeLists.diff 33 34 } 34 35 36 configure.args-append \ 37 -DINCLUDE_INSTALL_DIR=${kde4.include_dirs} 38 39 variant kf5compat description {satisfies runtime dependencies only so port:kf5-kompare and port:kompare can co-exist} { 40 kde4.use_legacy_prefix 41 post-destroot { 42 kde4.restore_from_legacy_prefix 43 # prune the share directory 44 file delete -force ${destroot}${prefix}/share/doc 45 file delete -force ${destroot}${prefix}/share/icons 46 } 47 } 48 if {![variant_isset kf5compat]} { 49 conflicts port:kf5-kompare 50 } 51 conflicts_build-append \ 52 port:kf5-libkomparediff2 53 35 54 pre-activate { 36 55 #Deactivate hack for when kdesdk4 port has been fragmented into small ports 37 56 if {[file exists ${prefix}/bin/kdedoc]