Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:36:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484085 - branches/2018Q4/net/rsplib
Message-ID:  <201811041436.wA4EaGlO055944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:36:15 2018
New Revision: 484085
URL: https://svnweb.freebsd.org/changeset/ports/484085

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

Modified:
  branches/2018Q4/net/rsplib/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net/rsplib/Makefile
==============================================================================
--- branches/2018Q4/net/rsplib/Makefile	Sun Nov  4 14:35:56 2018	(r484084)
+++ branches/2018Q4/net/rsplib/Makefile	Sun Nov  4 14:36:15 2018	(r484085)
@@ -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?201811041436.wA4EaGlO055944>