Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2018 09:44:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484183 - head/dns/bundy
Message-ID:  <201811050944.wA59iCOu063910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Nov  5 09:44:12 2018
New Revision: 484183
URL: https://svnweb.freebsd.org/changeset/ports/484183

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

Modified:
  head/dns/bundy/Makefile   (contents, props changed)

Modified: head/dns/bundy/Makefile
==============================================================================
--- head/dns/bundy/Makefile	Mon Nov  5 09:30:18 2018	(r484182)
+++ head/dns/bundy/Makefile	Mon Nov  5 09:44:12 2018	(r484183)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811050944.wA59iCOu063910>