Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2018 10:17:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r484185 - branches/2018Q4/dns/bundy
Message-ID:  <201811051017.wA5AHZQW082664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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