Index: head/sysutils/synergy/Makefile =================================================================== --- head/sysutils/synergy/Makefile (revision 448208) +++ head/sysutils/synergy/Makefile (revision 448209) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= synergy -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.8 +DISTVERSIONPREFIX= v +DISTVERSIONSUFFIX= -stable CATEGORIES= sysutils MAINTAINER= kevlo@FreeBSD.org COMMENT= Mouse and keyboard sharing utility 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 OPTIONS_DEFINE= EXAMPLES BROKEN_sparc64= cannot build: C++ code errors post-extract: @${MKDIR} ${WRKSRC}/ext/gtest-1.6.0 @${TAR} xf ${WRKSRC}/ext/gtest-1.6.0.zip -C ${WRKSRC}/ext/gtest-1.6.0 do-install: .for f in synergyc synergyd synergys ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_MAN} ${WRKSRC}/doc/synergyc.man \ ${STAGEDIR}${MANPREFIX}/man/man1/synergyc.1 ${INSTALL_MAN} ${WRKSRC}/doc/synergys.man \ ${STAGEDIR}${MANPREFIX}/man/man1/synergys.1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/sysutils/synergy/distinfo =================================================================== --- head/sysutils/synergy/distinfo (revision 448208) +++ head/sysutils/synergy/distinfo (revision 448209) @@ -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 Index: head/sysutils/synergy/files/patch-CMakeLists.txt =================================================================== --- head/sysutils/synergy/files/patch-CMakeLists.txt (revision 448208) +++ head/sysutils/synergy/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: head/sysutils/synergy/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