svn commit: r484085 - branches/2018Q4/net/rsplib

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:36:17 UTC 2018


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 \


More information about the svn-ports-branches mailing list