pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/synergy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jun 27 08:51:35 UTC 2021

Modified Files:
        pkgsrc/net/synergy: distinfo
Added Files:
        pkgsrc/net/synergy/patches: patch-CMakeLists.txt

Log Message:
synergy: clang build fix


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/synergy/distinfo
cvs rdiff -u -r0 -r1.7 pkgsrc/net/synergy/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/net/synergy/distinfo
diff -u pkgsrc/net/synergy/distinfo:1.34 pkgsrc/net/synergy/distinfo:1.35
--- pkgsrc/net/synergy/distinfo:1.34    Fri Jun 25 09:49:23 2021
+++ pkgsrc/net/synergy/distinfo Sun Jun 27 08:51:34 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2021/06/25 09:49:23 tnn Exp $
+$NetBSD: distinfo,v 1.35 2021/06/27 08:51:34 tnn Exp $
 
 SHA1 (googletest-1.10.0.tar.gz) = 9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770
 RMD160 (googletest-1.10.0.tar.gz) = f2f7f96adf1ab8aae3f6204fdba3ff150fd4396b
@@ -8,5 +8,6 @@ SHA1 (synergy-core-1.14.0.4.tar.gz) = 7e
 RMD160 (synergy-core-1.14.0.4.tar.gz) = 1de0d7b0a298e00354dbf67fe682a8c95e7b2cfa
 SHA512 (synergy-core-1.14.0.4.tar.gz) = 278ff319c5d308052e9f89a8ae53a99aacaa2b394d28e353b3779a4ee672cb09d91f37a4b0564788456d8e0bed90936d924739e74f7aa2a85482926164dc2fc8
 Size (synergy-core-1.14.0.4.tar.gz) = 8835907 bytes
+SHA1 (patch-CMakeLists.txt) = 81d4c3bfd26c9912898e30c7be2930e4bfed65b3
 SHA1 (patch-src_lib_arch_unix_ArchNetworkBSD.cpp) = 17e0e3253ddc47c662a836aa4d01836c31ab588b
 SHA1 (patch-src_lib_server_Config.cpp) = dc6a00fd33e71480a5f002cf15b8f876143f82a3

Added files:

Index: pkgsrc/net/synergy/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/net/synergy/patches/patch-CMakeLists.txt:1.7
--- /dev/null   Sun Jun 27 08:51:35 2021
+++ pkgsrc/net/synergy/patches/patch-CMakeLists.txt     Sun Jun 27 08:51:34 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-CMakeLists.txt,v 1.7 2021/06/27 08:51:34 tnn Exp $
+
+Don't generate the "version" file. It can get picked up as a
+C++ header in the current directory.
+
+--- CMakeLists.txt.orig        2021-06-08 13:44:14.000000000 +0000
++++ CMakeLists.txt
+@@ -420,7 +420,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|
+     else()
+         install(FILES res/synergy.desktop DESTINATION share/applications)
+     endif()
+-    generate_versionfile()
+ endif()
+ 
+ else()



Home | Main Index | Thread Index | Old Index