head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.8 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.6 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.4 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.2 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.2.0.26 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.24 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.22 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.20 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.18 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.16 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.14 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.12 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.10 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2; locks; strict; comment @// @; 1.4 date 2025.05.09.22.18.38; author tnn; state Exp; branches; next 1.3; commitid oNGX779zkCfkyhUF; 1.3 date 2025.05.05.08.51.24; author tnn; state dead; branches; next 1.2; commitid TnNEqnt32yzocHTF; 1.2 date 2022.03.11.20.49.13; author tnn; state Exp; branches; next 1.1; commitid V9EiZP2ZuiTSbQvD; 1.1 date 2022.01.07.23.02.48; author tnn; state Exp; branches; next ; commitid mAv1nG0cHfZ2XKnD; desc @@ 1.4 log @net/synergy: put back removed package until after next branch or so requested by abs@@ @ text @$NetBSD: patch-src_lib_arch_unix_ArchSystemUnix.cpp,v 1.2 2022/03/11 20:49:13 tnn Exp $ make dbus optional --- src/lib/arch/unix/ArchSystemUnix.cpp.orig 2022-02-21 11:08:47.000000000 +0000 +++ src/lib/arch/unix/ArchSystemUnix.cpp @@@@ -19,7 +19,7 @@@@ #include "arch/unix/ArchSystemUnix.h" #include -#ifndef __APPLE__ +#ifdef WITH_DBUS #include #endif @@@@ -82,7 +82,7 @@@@ ArchSystemUnix::getLibsUsed(void) const return "not implemented.\nuse lsof on shell"; } -#ifndef __APPLE__ +#ifdef WITH_DBUS bool ArchSystemUnix::DBusInhibitScreenCall(InhibitScreenServices serviceID, bool state, std::string& error) { @ 1.3 log @net/synergy: remove, succeeded by net/deskflow See here for details: https://github.com/deskflow/deskflow/wiki/Relationship-with-Synergy https://github.com/deskflow/deskflow/wiki/Project-Forks @ text @@ 1.2 log @synergy: update to 1.14.3.5 - Fix issue with function keys on macOS - Configure scroll direction on a per-computer basis @ text @d1 1 a1 1 $NetBSD: patch-src_lib_arch_unix_ArchSystemUnix.cpp,v 1.1 2022/01/07 23:02:48 tnn Exp $ @ 1.1 log @synergy: update to 1.14.2.36 bug fixes: 7070 Fix radio button shifted focus on macOS 7038 | 7104 | 7111 | 7112 | 7113 Fix client and server different keyboard layout errors 7078 Fix clipboard re-enables automatically 7077 Fix Ubuntu, CentOS and Debian build after SYNERGY-1161 7080 Add trace if the system can't open file with trusted fingerprints 7081 Fix autoconfig after SYNERGY-1161 7082 Windows client doesn't resume connection after sleep 7089 | 7094 Modifier keys don't work on Microsoft Remote Desktop 7091 Fix CMakeFileList for unittests 7092 Synergy is running after quit on Linux 7095 Update account and upgrade links 7096 The system duplicates hotkeys in setup 7099 SYNERGY-854 Fix compilation with msvc 2014 7100 | 7101 No configuration available on Windows 7097 The title "Enterprise" disappeares after clicking on "Preferences" 7108 Wrong characters on client for unicode 7114 Fixed problem with reading languages on Linux system 7115 Prevent notifications if language reading fails Enhancements: 7068 Add Synergy restart when settings changed 7072 Ability to run synergy as a pre-login agent 7074 Add Synergy restart when server settings changed @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/lib/arch/unix/ArchSystemUnix.cpp.orig 2021-11-22 13:50:34.000000000 +0000 d7 4 a10 4 @@@@ -23,7 +23,7 @@@@ #include #include #include d16 2 a17 2 @@@@ -104,7 +104,7 @@@@ ArchSystemUnix::runCommand(const std::st return result; @