Update to 1.7.5
PR: 206136 Submitted by: jhb
This commit is contained in:
parent
34d59bf4fb
commit
481d068c8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406147
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= synergy
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.7.5
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (synergy-synergy-v1.7.4-stable_GH0.tar.gz) = 215dc3918b9f3ddfb57cc963f8df6751e5e834fd90c0a8b2767091589b012bdf
|
||||
SIZE (synergy-synergy-v1.7.4-stable_GH0.tar.gz) = 13665193
|
||||
SHA256 (synergy-synergy-v1.7.5-stable_GH0.tar.gz) = b50c79f5c8aca2048cb0e11ba37f75722d1acdda23b0352e25ad66aff999f192
|
||||
SIZE (synergy-synergy-v1.7.5-stable_GH0.tar.gz) = 13668296
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
--- CMakeLists.txt.orig 2015-05-26 23:56:21.000000000 +0800
|
||||
+++ CMakeLists.txt 2015-08-03 14:02:26.524577000 +0800
|
||||
@@ -74,10 +74,6 @@
|
||||
--- CMakeLists.txt.orig 2016-01-11 08:43:40.989031000 -0800
|
||||
+++ CMakeLists.txt 2016-01-11 08:44:16.000036000 -0800
|
||||
@@ -75,10 +75,6 @@
|
||||
# Depending on the platform, pass in the required defines.
|
||||
if (UNIX)
|
||||
|
||||
- # warnings as errors:
|
||||
- # we have a problem with people checking in code with warnings.
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wno-unused-local-typedef")
|
||||
-
|
||||
if (NOT APPLE)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
||||
|
|
Loading…
Reference in a new issue