svn commit: r457710 - head/sysutils/synergy

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 31 17:30:14 UTC 2017


Author: danfe
Date: Sun Dec 31 17:30:12 2017
New Revision: 457710
URL: https://svnweb.freebsd.org/changeset/ports/457710

Log:
  Remove BROKEN_sparc64 statement: it builds fine now on 10.4-STABLE running
  under QEMU 2.9.0.

Modified:
  head/sysutils/synergy/Makefile

Modified: head/sysutils/synergy/Makefile
==============================================================================
--- head/sysutils/synergy/Makefile	Sun Dec 31 17:27:20 2017	(r457709)
+++ head/sysutils/synergy/Makefile	Sun Dec 31 17:30:12 2017	(r457710)
@@ -33,8 +33,6 @@ PORTEXAMPLES=	synergy.conf.example synergy.conf.exampl
 
 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


More information about the svn-ports-head mailing list