From owner-svn-ports-all@freebsd.org Sat Oct 13 13:34:32 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 9CC5210CA35C; Sat, 13 Oct 2018 13:34:32 +0000 (UTC) (envelope-from mat@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 528C77B02E; Sat, 13 Oct 2018 13:34:32 +0000 (UTC) (envelope-from mat@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 4D91979BF; Sat, 13 Oct 2018 13:34:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9DDYWSO080881; Sat, 13 Oct 2018 13:34:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9DDYWbM080880; Sat, 13 Oct 2018 13:34:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201810131334.w9DDYWbM080880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 13 Oct 2018 13:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481983 - branches/2018Q4/dns/bundy X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: branches/2018Q4/dns/bundy X-SVN-Commit-Revision: 481983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 13 Oct 2018 13:34:32 -0000 Author: mat Date: Sat Oct 13 13:34:31 2018 New Revision: 481983 URL: https://svnweb.freebsd.org/changeset/ports/481983 Log: MFH: r481329 Apply band-aid to fix build, and cleanup. Nagged by: pkg-fallout Modified: branches/2018Q4/dns/bundy/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/dns/bundy/Makefile ============================================================================== --- branches/2018Q4/dns/bundy/Makefile Sat Oct 13 13:33:58 2018 (r481982) +++ branches/2018Q4/dns/bundy/Makefile Sat Oct 13 13:34:31 2018 (r481983) @@ -17,8 +17,6 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_FreeBSD_12= error: called object type nullptr_t is not a function or function pointer - BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ sqlite3>=3.3.9:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} @@ -32,11 +30,12 @@ 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 +USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl +USE_CSTD= gnu99 +USE_CXXSTD= gnu++98 USE_GITHUB= yes GH_ACCOUNT= bundy-dns GH_TAGNAME= e640032 - -USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes