Index: Makefile =================================================================== --- Makefile (revision 447933) +++ Makefile (working copy) @@ -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,19 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe +LIB_DEPENDS= libcurl.so:ftp/curl + +USES= cmake cpe ssl CPE_VENDOR= synergy-foss USE_XORG= ice xtst x11 sm xext xinerama xrandr xi USE_GITHUB= yes -GH_ACCOUNT= symless +GH_ACCOUNT= symless -DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -stable +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS= libcurl.so:ftp/curl - MAKE_JOBS_UNSAFE=yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib - -PLIST_FILES= bin/synergyc bin/synergyd bin/synergys \ +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 Index: distinfo =================================================================== --- distinfo (revision 447933) +++ distinfo (working copy) @@ -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 = 1502713663 +SHA256 (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 85c388f93881d741981ce3c675e840a52a76883cb2cea1da306c0c453c5d7d9b +SIZE (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 13498599 Index: files/patch-CMakeLists.txt =================================================================== --- files/patch-CMakeLists.txt (revision 447933) +++ files/patch-CMakeLists.txt (nonexistent) @@ -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() Property changes on: files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property