svn commit: r422325 - head/net/norm

Mark Linimon linimon at FreeBSD.org
Sat Sep 17 13:51:43 UTC 2016


Author: linimon
Date: Sat Sep 17 13:51:42 2016
New Revision: 422325
URL: https://svnweb.freebsd.org/changeset/ports/422325

Log:
  Mark as broken on various tier-2 archs.
  
  Approved by:	tier-2 blanket (portmgr)

Modified:
  head/net/norm/Makefile

Modified: head/net/norm/Makefile
==============================================================================
--- head/net/norm/Makefile	Sat Sep 17 13:27:04 2016	(r422324)
+++ head/net/norm/Makefile	Sat Sep 17 13:51:42 2016	(r422325)
@@ -9,7 +9,10 @@ DISTNAME=	src-norm-${DISTVERSION}
 MAINTAINER=	hd at oc.dk
 COMMENT=	NACK-Oriented Reliable Multicast (NORM)
 
+BROKEN_mips=	Does not build: named return values are no longer supported
+BROKEN_mips64=	Does not build: named return values are no longer supported
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=	Does not build: named return values are no longer supported
 
 WRKSRC=		${WRKDIR}/norm-${DISTVERSION}
 


More information about the svn-ports-head mailing list