Update to 1.8.8

PR: 221521
Submitted by: ehaupt
This commit is contained in:
Kevin Lo 2017-08-18 05:19:39 +00:00
parent 26eb9c79b8
commit 33440b8672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448209
3 changed files with 14 additions and 27 deletions

View file

@ -1,7 +1,9 @@
# $FreeBSD$
PORTNAME= synergy
PORTVERSION= 1.8.7
PORTVERSION= 1.8.8
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
CATEGORIES= sysutils
MAINTAINER= kevlo@FreeBSD.org
@ -10,22 +12,20 @@ COMMENT= Mouse and keyboard sharing utility
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake cpe
CPE_VENDOR= synergy-foss
USE_XORG= ice xtst x11 sm xext xinerama xrandr xi
USE_GITHUB= yes
GH_ACCOUNT= symless
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
LIB_DEPENDS= libcurl.so:ftp/curl
MAKE_JOBS_UNSAFE=yes
USES= cmake cpe ssl
CPE_VENDOR= synergy-foss
USE_XORG= ice xtst x11 sm xext xinerama xrandr xi
USE_GITHUB= yes
GH_ACCOUNT= symless
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
PLIST_FILES= bin/synergyc bin/synergyd bin/synergys \
MAKE_JOBS_UNSAFE=yes
PLIST_FILES= bin/synergyc bin/synergyd bin/synergys \
man/man1/synergyc.1.gz man/man1/synergys.1.gz
PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \
synergy.conf.example-advanced

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1485219149
SHA256 (symless-synergy-v1.8.7-stable_GH0.tar.gz) = cc438b1b24b628e249eda06f65574fb4341767377cd6369a5ea2377635bc79ec
SIZE (symless-synergy-v1.8.7-stable_GH0.tar.gz) = 13497143
TIMESTAMP = 1503033214
SHA256 (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 85c388f93881d741981ce3c675e840a52a76883cb2cea1da306c0c453c5d7d9b
SIZE (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 13498599

View file

@ -1,13 +0,0 @@
--- 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 -Wno-unused-local-typedef")
-
if (NOT APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
endif()