svn commit: r355994 - head/sysutils/synergy/files

Kevin Lo kevlo at FreeBSD.org
Sat May 31 15:35:47 UTC 2014


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)


More information about the svn-ports-all mailing list