head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2025.02.15.07.40.14; author wiz; state Exp; branches; next 1.1; commitid iV06rQYs809LmxJF; 1.1 date 2024.06.18.18.23.15; author bsiegert; state Exp; branches; next ; commitid Jgf2fAJmfiKvHueF; desc @@ 1.2 log @net/megacmd: update to 2.0.0 Provided by Robert Bagdan in wip. - Update to version 2.0.0: * New Sync Engine: See sync-issues and sync-ignore commands * Rotating Logger: Introduced a robust rotating logging system across all platforms for better performance and debugging * Platform-specific enhancements: Addressed various file descriptor issues on Linux and macOS, and improved non-ascii support on Windows * Improved overall reliability: Fixed memory leaks, resolved potential data races, and eliminated deadlock scenarios * Fixed an issue when handling double-quoted arguments * Various fixes and refinements to enhance usability and performance - Use builtin megasdk-8.3.1 @ text @$NetBSD: patch-src_megacmdshell_megacmdshellcommunications.cpp,v 1.1 2024/06/18 18:23:15 bsiegert Exp $ * Fix include on BSDs --- src/megacmdshell/megacmdshellcommunications.cpp.orig 2024-05-20 12:29:43.000000000 +0000 +++ src/megacmdshell/megacmdshellcommunications.cpp @@@@ -55,7 +55,7 @@@@ #include #endif -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) #include #endif @ 1.1 log @net/megacmd: Update megacmd to 1.7.0 SDK version update to 4.31.0b. The patchset has been updated to be build-able on DragonFly, Free-, Net- and OpenBSD. Pull request is sent to upstream, but hasn't been merged yet. Changelog not available. From Robert Bagdan via pkgsrc-users. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 2 Fix include on BSDs Upstream pull req: https://github.com/meganz/MEGAcmd/pull/949 @