svn commit: r484084 - head/net/rsplib

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:35:57 UTC 2018


Author: antoine
Date: Sun Nov  4 14:35:56 2018
New Revision: 484084
URL: https://svnweb.freebsd.org/changeset/ports/484084

Log:
  rsplib is BROKEN on i386 and amd64 too
  
  Reported by:	pkg-fallout

Modified:
  head/net/rsplib/Makefile

Modified: head/net/rsplib/Makefile
==============================================================================
--- head/net/rsplib/Makefile	Sun Nov  4 14:33:37 2018	(r484083)
+++ head/net/rsplib/Makefile	Sun Nov  4 14:35:56 2018	(r484084)
@@ -12,9 +12,7 @@ COMMENT=	RSerPool Framework and Example Applications
 
 LICENSE=	GPLv3
 
-BROKEN_aarch64=		fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
-BROKEN_armv6=		fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
-BROKEN_armv7=		fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
+BROKEN=		fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-maintainer-mode \


More information about the svn-ports-all mailing list