Date: Sat, 31 May 2014 15:35:46 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355994 - head/sysutils/synergy/files Message-ID: <201405311535.s4VFZk1c077009@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <http://www.gnu.org/licenses/>. - +--- 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 <http://www.gnu.org/licenses/>. +- -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311535.s4VFZk1c077009>