svn commit: r484185 - branches/2018Q4/dns/bundy

Mathieu Arnold mat at FreeBSD.org
Mon Nov 5 10:17:37 UTC 2018


Author: mat
Date: Mon Nov  5 10:17:35 2018
New Revision: 484185
URL: https://svnweb.freebsd.org/changeset/ports/484185

Log:
  MFH: r484183
  
  Mark this broken on 12 and 13.
  
  Fails with:
  
  ./bundy-certgen -q -w
  *** Signal 11

Modified:
  branches/2018Q4/dns/bundy/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/dns/bundy/Makefile
==============================================================================
--- branches/2018Q4/dns/bundy/Makefile	Mon Nov  5 10:04:29 2018	(r484184)
+++ branches/2018Q4/dns/bundy/Makefile	Mon Nov  5 10:17:35 2018	(r484185)
@@ -30,6 +30,9 @@ BROKEN_armv6 =		fails to build: Child process terminat
 BROKEN_armv7 =		fails to build: Child process terminated abnormally: Segmentation fault
 BROKEN_powerpc64=	fails to configure: checking for botan/botan.h... no
 
+BROKEN_FreeBSD_12=	fails with sig11
+BROKEN_FreeBSD_13=	fails with sig11
+
 USES=	compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
 USE_CSTD=	gnu99
 USE_CXXSTD=	gnu++98


More information about the svn-ports-branches mailing list