svn commit: r536929 - head/dns/powerdns-recursor

Mark Linimon linimon at FreeBSD.org
Fri May 29 04:33:37 UTC 2020


Author: linimon
Date: Fri May 29 04:33:37 2020
New Revision: 536929
URL: https://svnweb.freebsd.org/changeset/ports/536929

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

Modified:
  head/dns/powerdns-recursor/Makefile

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Fri May 29 04:19:30 2020	(r536928)
+++ head/dns/powerdns-recursor/Makefile	Fri May 29 04:33:37 2020	(r536929)
@@ -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-head mailing list