svn commit: r463668 - head/sysutils/synergy

Yuri Victorovich yuri at FreeBSD.org
Mon Mar 5 20:54:54 UTC 2018


Author: yuri
Date: Mon Mar  5 20:54:53 2018
New Revision: 463668
URL: https://svnweb.freebsd.org/changeset/ports/463668

Log:
  sysutils/synergy: Add USES=compiler:c++14-lang because powerpc build was failing without it
  
  PR:		226371
  Reported by:	jhibbits
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/sysutils/synergy/Makefile

Modified: head/sysutils/synergy/Makefile
==============================================================================
--- head/sysutils/synergy/Makefile	Mon Mar  5 20:34:13 2018	(r463667)
+++ head/sysutils/synergy/Makefile	Mon Mar  5 20:54:53 2018	(r463668)
@@ -4,6 +4,7 @@ PORTNAME=	synergy
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake:outsource cpe ssl
+USES=		cmake:outsource compiler:c++14-lang cpe ssl
 CPE_VENDOR=	synergy-foss
 USE_GITHUB=	yes
 GH_ACCOUNT=	symless


More information about the svn-ports-all mailing list