head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.06.26.12.03.53; author kamil; state dead; branches; next 1.1; commitid QWqrtsWrrFyyfYbz; 1.1 date 2016.03.11.10.56.20; author abs; state Exp; branches; next ; commitid 0rEHWnDIRGwLkdYy; desc @@ 1.2 log @Update libproxy to 0.4.13 Upstream changes: - Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2). - Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF). - Fix compilation errors with CLang on MacOSX. - bindings: perl: Add an option to explicitly link against libperl.so Some distributions want to do it, other prefer not to, the library is anyway in context of perl. - config_kde: Add a basic cache and invalidation: performance improvement for the KDE module. Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes. Requested by Ralf Nolden Approved by . @ text @$NetBSD: patch-libproxy_cmake_modules_config__kde.cmk,v 1.1 2016/03/11 10:56:20 abs Exp $ --- libproxy/cmake/modules/config_kde.cmk.orig 2016-01-12 16:41:07.000000000 +0000 +++ libproxy/cmake/modules/config_kde.cmk @@@@ -1,6 +1,9 @@@@ -find_program(KDE4_CONF kreadconfig) -find_program(KF5_CONF kreadconfig5) +option(WITH_KDE "Target KDE4 or 5" ON) +if (WITH_KDE) + find_program(KDE4_CONF kreadconfig) + find_program(KF5_CONF kreadconfig5) -if (KDE4_CONF OR KF5_CONF) - set(KDE_FOUND 1) + if (KDE4_CONF OR KF5_CONF) + set(KDE_FOUND 1) + endif() endif() @ 1.1 log @Fix build when KDE is installed No PKGREVISION bump as does not affect any existing successful build @ text @d1 1 a1 1 $NetBSD$ @