svn commit: r398002 - head/sysutils/synergy

Mark Linimon linimon at FreeBSD.org
Sat Sep 26 16:58:38 UTC 2015


Author: linimon
Date: Sat Sep 26 16:58:37 2015
New Revision: 398002
URL: https://svnweb.freebsd.org/changeset/ports/398002

Log:
  Mark as broken on sparc64: fails to build (C++ code errors).
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/sysutils/synergy/Makefile

Modified: head/sysutils/synergy/Makefile
==============================================================================
--- head/sysutils/synergy/Makefile	Sat Sep 26 16:58:27 2015	(r398001)
+++ head/sysutils/synergy/Makefile	Sat Sep 26 16:58:37 2015	(r398002)
@@ -31,6 +31,8 @@ PORTEXAMPLES=	synergy.conf.example syner
 
 OPTIONS_DEFINE=	EXAMPLES
 
+BROKEN_sparc64=	cannot build: C++ code errors
+
 do-install:
 .for f in synergyc synergyd synergys
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list