Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:35:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484084 - head/net/rsplib
Message-ID:  <201811041435.wA4EZu82055810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041435.wA4EZu82055810>