From owner-svn-ports-all@FreeBSD.ORG Sat May 31 15:35:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 314B5FBD; Sat, 31 May 2014 15:35:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 046522280; Sat, 31 May 2014 15:35:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VFZkXR077010; Sat, 31 May 2014 15:35:46 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VFZk1c077009; Sat, 31 May 2014 15:35:46 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201405311535.s4VFZk1c077009@svn.freebsd.org> From: Kevin Lo Date: Sat, 31 May 2014 15:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355994 - head/sysutils/synergy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 15:35:47 -0000 Author: kevlo Date: Sat May 31 15:35:46 2014 New Revision: 355994 URL: http://svnweb.freebsd.org/changeset/ports/355994 QAT: https://qat.redports.org/buildarchive/r355994/ Log: Commit correct patch. Reported by: sbruno Modified: head/sysutils/synergy/files/patch-src-test-CMakeLists.txt Modified: head/sysutils/synergy/files/patch-src-test-CMakeLists.txt ============================================================================== --- head/sysutils/synergy/files/patch-src-test-CMakeLists.txt Sat May 31 15:23:58 2014 (r355993) +++ head/sysutils/synergy/files/patch-src-test-CMakeLists.txt Sat May 31 15:35:46 2014 (r355994) @@ -1,9 +1,22 @@ ---- src/test/CMakeLists.txt.orig 2014-05-30 14:01:30.000000000 +0800 -+++ src/test/CMakeLists.txt 2014-05-30 14:12:21.000000000 +0800 -@@ -14,20 +14,5 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - +--- src/test/CMakeLists.txt.orig 2014-02-27 00:52:54.000000000 +0800 ++++ src/test/CMakeLists.txt 2014-05-31 23:29:44.000000000 +0800 +@@ -1,33 +0,0 @@ +-# synergy -- mouse and keyboard sharing utility +-# Copyright (C) 2012 Bolton Software Ltd. +-# Copyright (C) 2011 Nick Bolton +-# +-# This package is free software; you can redistribute it and/or +-# modify it under the terms of the GNU General Public License +-# found in the file COPYING that should have accompanied this file. +-# +-# This package is distributed in the hope that it will be useful, +-# but WITHOUT ANY WARRANTY; without even the implied warranty of +-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-# GNU General Public License for more details. +-# +-# You should have received a copy of the GNU General Public License +-# along with this program. If not, see . +- -include_directories( - ../../ext/gtest-1.6.0 - ../../ext/gtest-1.6.0/include @@ -19,5 +32,5 @@ - set_target_properties(gmock PROPERTIES COMPILE_FLAGS "-w") -endif() - - add_subdirectory(integtests) - add_subdirectory(unittests) +-add_subdirectory(integtests) +-add_subdirectory(unittests)