Commits
Christopher Chavez authored and NicosPavlov committed 331bc143780
21 21 | |
22 22 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
23 23 | license_noconflict openssl |
24 24 | |
25 25 | depends_lib-append port:kdelibs4 |
26 26 | |
27 27 | if {![variant_isset docs]} { |
28 28 | patchfiles patch-CMakeLists.diff |
29 29 | } |
30 30 | |
31 - | pre-activate { |
32 - | #Deactivate hack for when kdeadmin port has been fragmented into small ports |
33 - | if {[file exists ${prefix}/lib/kde4/kcm_cron.so] |
34 - | && ![catch {set vers [lindex [registry_active kdeadmin] 0]}] |
35 - | && [vercmp [lindex $vers 1] 4.11.0] < 0} { |
36 - | registry_deactivate_composite kdeadmin "" [list ports_nodepcheck 1] |
37 - | } |
38 - | } |
39 - | |
40 31 | livecheck.url ${kde4.mirror} |
41 32 | livecheck.regex (\\d+(\\.\\d+)+) |