svn commit: r536934 - branches/2020Q2/dns/powerdns-recursor

Mark Linimon linimon at FreeBSD.org
Fri May 29 04:53:50 UTC 2020


Author: linimon
Date: Fri May 29 04:53:50 2020
New Revision: 536934
URL: https://svnweb.freebsd.org/changeset/ports/536934

Log:
  MFH: r536929
  
  Mark as broken on powerpc64-12 (builds fine everywhere else).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/dns/powerdns-recursor/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/dns/powerdns-recursor/Makefile
==============================================================================
--- branches/2020Q2/dns/powerdns-recursor/Makefile	Fri May 29 04:44:55 2020	(r536933)
+++ branches/2020Q2/dns/powerdns-recursor/Makefile	Fri May 29 04:53:50 2020	(r536934)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_armv6=	fails to compile: use of overloaded operator << is ambiguous
 BROKEN_armv7=	fails to compile: use of overloaded operator << is ambiguous
 BROKEN_i386=	crashes on startup (SIGSEGV)
-BROKEN_sparc64=	fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: Assembler messages: unaligned opcodes detected in executable segment
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libboost_context.so:devel/boost-libs \


More information about the svn-ports-all mailing list