svn commit: r397894 - head/sysutils/mbgtools

Mark Linimon linimon at FreeBSD.org
Fri Sep 25 21:48:54 UTC 2015


Author: linimon
Date: Fri Sep 25 21:48:53 2015
New Revision: 397894
URL: https://svnweb.freebsd.org/changeset/ports/397894

Log:
  Mark as broken on arm and sparc64: fail to build.
  
  Approved by:	portmgr (sparc64 blanket)

Modified:
  head/sysutils/mbgtools/Makefile

Modified: head/sysutils/mbgtools/Makefile
==============================================================================
--- head/sysutils/mbgtools/Makefile	Fri Sep 25 21:48:18 2015	(r397893)
+++ head/sysutils/mbgtools/Makefile	Fri Sep 25 21:48:53 2015	(r397894)
@@ -15,4 +15,7 @@ USE_RC_SUBR=	mbgsvcd
 
 USES=		kmod uidfix
 
+BROKEN_arm=	cannot compile: unused variables
+BROKEN_sparc64=	cannot compile: error in structure definitions
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list