From owner-svn-ports-all@freebsd.org Mon Nov 19 17:36:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BB18110DF87; Mon, 19 Nov 2018 17:36:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4A1581513; Mon, 19 Nov 2018 17:36:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A59B92530E; Mon, 19 Nov 2018 17:36:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAJHaeFx066877; Mon, 19 Nov 2018 17:36:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAJHaefD066876; Mon, 19 Nov 2018 17:36:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201811191736.wAJHaefD066876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 19 Nov 2018 17:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485335 - head/dns/bundy X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/dns/bundy X-SVN-Commit-Revision: 485335 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C4A1581513 X-Spamd-Result: default: False [0.49 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.02)[0.018,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.48)[0.476,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 17:36:41 -0000 Author: tobik Date: Mon Nov 19 17:36:40 2018 New Revision: 485335 URL: https://svnweb.freebsd.org/changeset/ports/485335 Log: dns/bundy should build fine on 12.0 and 13.0 after r485334 Modified: head/dns/bundy/Makefile Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Mon Nov 19 17:35:57 2018 (r485334) +++ head/dns/bundy/Makefile Mon Nov 19 17:36:40 2018 (r485335) @@ -30,9 +30,6 @@ 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