From 78778d40c7747c9d14cbe712a3f6aa08d68d525f Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 18 Aug 2022 10:40:36 +0300 Subject: [PATCH] =?UTF-8?q?net-libs/libproxy:=20=D1=83=D0=B4=D0=B0=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=83=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=BF=D0=B0=D1=82=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net-libs/libproxy/.calculate_directory | 1 - .../libproxy/libproxy-disable-webkit.patch | 20 ------------------- 2 files changed, 21 deletions(-) delete mode 100644 profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/.calculate_directory delete mode 100644 profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/libproxy-disable-webkit.patch diff --git a/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/.calculate_directory b/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/.calculate_directory deleted file mode 100644 index 615bc8bdf..000000000 --- a/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/.calculate_directory +++ /dev/null @@ -1 +0,0 @@ -# Calculate append=skip merge()!= diff --git a/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/libproxy-disable-webkit.patch b/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/libproxy-disable-webkit.patch deleted file mode 100644 index ecace1d29..000000000 --- a/profiles/templates/3.6/6_ac_install_patch/net-libs/libproxy/libproxy-disable-webkit.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Calculate format=diff -diff --git a/libproxy/cmake/modules.cmk b/libproxy/cmake/modules.cmk -index 017d428..7900398 100644 ---- a/libproxy/cmake/modules.cmk -+++ b/libproxy/cmake/modules.cmk -@@ -16,7 +16,6 @@ include(cmake/modules/config_macosx.cmk) - include(cmake/modules/network_networkmanager.cmk) - include(cmake/modules/pacrunner_mozjs.cmk) - include(cmake/modules/pacrunner_natus.cmk) --include(cmake/modules/pacrunner_webkit.cmk) - - # Build the pacrunner into libproxy unless we are building for multiple engines - set(BIPR 1 CACHE BOOL "Build internal pacrunner? (Always false when building more than one PR") -@@ -41,6 +40,5 @@ px_module(ignore_ip 1 1) - px_module(network_networkmanager "${NM_FOUND}" 0 ${NM_LIBRARIES}) - px_module(pacrunner_mozjs "${MOZJS_FOUND}" ${BIPR} ${MOZJS_LIBRARIES}) - px_module(pacrunner_natus "${NATUS_FOUND}" ${BIPR} ${NATUS_LIBRARIES}) --px_module(pacrunner_webkit "${WEBKIT_FOUND}" ${BIPR} ${WEBKIT_LIBRARIES}) - px_module(wpad_dns_alias 1 1) - message("")