Hi ports --
Here's a patch for Synergy that addresses some recent fallout. Synergy
insists on building its own testing framework as part of the build. The
framework seems to have compiled due to magic in the past, so let's not
even bother with it. We're using NO_TEST=Yes anyway. As a benefit, we
save some significant compiling time on slower archs.
I'm not even sure the bump is needed, but I did it anyway.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/synergy/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile 18 Nov 2013 23:56:35 -0000 1.22
+++ Makefile 4 Dec 2013 20:21:03 -0000
@@ -5,6 +5,7 @@ COMMENT= mouse and keyboard sharing uti
V= 1.4.15
DISTNAME= synergy-${V}-Source
PKGNAME= synergy-${V}
+REVISION= 0
CATEGORIES= net x11
MAINTAINER= Brian Callahan <bcal...@openbsd.org>
Index: patches/patch-src_CMakeLists_txt
===================================================================
RCS file: patches/patch-src_CMakeLists_txt
diff -N patches/patch-src_CMakeLists_txt
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_CMakeLists_txt 4 Dec 2013 20:21:03 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/CMakeLists.txt.orig Wed Dec 4 14:58:15 2013
++++ src/CMakeLists.txt Wed Dec 4 14:58:26 2013
+@@ -16,8 +16,5 @@
+
+ add_subdirectory(lib)
+ add_subdirectory(cmd)
+-if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
+- add_subdirectory(test)
+-endif()
+ add_subdirectory(plugin)
+ add_subdirectory(micro)