pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

megacmd: modify CMakeLists.txt patch



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Thu May 15 12:43:23 2025 +0200
Changeset:	d27f18d07654232b23fe0c1e179314c45017671a

Modified Files:
	megacmd/Makefile
	megacmd/distinfo
	megacmd/patches/patch-CMakeLists.txt

Log Message:
megacmd: modify CMakeLists.txt patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d27f18d07654232b23fe0c1e179314c45017671a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 megacmd/Makefile                     |  1 +
 megacmd/distinfo                     |  2 +-
 megacmd/patches/patch-CMakeLists.txt | 10 ----------
 3 files changed, 2 insertions(+), 11 deletions(-)

diffs:
diff --git a/megacmd/Makefile b/megacmd/Makefile
index abfd55b152..c8ba3f37f9 100644
--- a/megacmd/Makefile
+++ b/megacmd/Makefile
@@ -33,6 +33,7 @@ CMAKE_CONFIGURE_ARGS+=	-DUSE_FREEIMAGE=OFF
 CMAKE_CONFIGURE_ARGS+=	-DUSE_FFMPEG=OFF
 CMAKE_CONFIGURE_ARGS+=	-DUSE_PDFIUM=OFF
 CMAKE_CONFIGURE_ARGS+=	-DWITH_FUSE=OFF
+CMAKE_CONFIGURE_ARGS+=	-DVCPKG_ROOT=""
 
 CHECK_PORTABILITY_SKIP+=	sdk/bindings/ios/3rdparty/*.sh
 
diff --git a/megacmd/distinfo b/megacmd/distinfo
index c69adc4a2d..df100c37ad 100644
--- a/megacmd/distinfo
+++ b/megacmd/distinfo
@@ -6,7 +6,7 @@ Size (megacmd-2.1.1.tar.gz) = 2087992 bytes
 BLAKE2s (meganz-sdk-v9.1.1.tar.gz) = 3923b242bae105806d10959978ff58a0c0db9e494a1ce04bc59a5bb6cf5946cf
 SHA512 (meganz-sdk-v9.1.1.tar.gz) = bb39b0c5d35caeeed70f373fc9b94dd19b995931d4ba843f1d45a28525a4d4ab681c7d5f992f4e0eb4506a44303fcc771c4e31b216edc0b97b5692bd466b0021
 Size (meganz-sdk-v9.1.1.tar.gz) = 4151889 bytes
-SHA1 (patch-CMakeLists.txt) = f8936fbcd4200139fec6ada0bad5644ddb54145b
+SHA1 (patch-CMakeLists.txt) = 8c96b3c94b04ad96d9844651883de934c79c8eef
 SHA1 (patch-build_cmake_modules_megacmd__libraries.cmake) = afabd22177c0437fbe1d13fdf6601832bc60cd96
 SHA1 (patch-sdk_cmake_config.h.in) = 4cc3eab8be8c11571f4aab834690749335c764ec
 SHA1 (patch-sdk_cmake_modules_sdklib__libraries.cmake) = 65125e82d0921571a9ba44cfbbb816776a8fc987
diff --git a/megacmd/patches/patch-CMakeLists.txt b/megacmd/patches/patch-CMakeLists.txt
index 8fe323081b..89a7182c25 100644
--- a/megacmd/patches/patch-CMakeLists.txt
+++ b/megacmd/patches/patch-CMakeLists.txt
@@ -6,16 +6,6 @@ $NetBSD: patch-CMakeLists.txt,v 1.1 2025/02/15 07:40:13 wiz Exp $
 
 --- CMakeLists.txt.orig	2025-01-30 14:04:12.000000000 +0100
 +++ CMakeLists.txt
-@@ -26,7 +26,8 @@ set(QT_CREATOR_SKIP_VCPKG_SETUP TRUE CAC
- list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/build/cmake/modules) # Modules from MEGAcmd
- list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/sdk/cmake/modules) # Modules from MEGAsdk
- 
--set(VCPKG_ROOT "${CMAKE_CURRENT_LIST_DIR}/../vcpkg" CACHE PATH "If set, it will build and use the VCPKG packages defined in the manifest file")
-+#set(VCPKG_ROOT "${CMAKE_CURRENT_LIST_DIR}/../vcpkg" CACHE PATH "If set, it will build and use the VCPKG packages defined in the manifest file")
-+set(VCPKG_ROOT "" CACHE PATH "If set, it will build and use the VCPKG packages defined in the manifest file")
- 
- include(detect_host_architecture)
- 
 @@ -39,7 +40,7 @@ execute_process(
  )
  endif()


Home | Main Index | Thread Index | Old Index