From owner-svn-ports-head@freebsd.org Thu May 17 06:32:18 2018 Return-Path: Delivered-To: svn-ports-head@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 972A5EB1A65; Thu, 17 May 2018 06:32:18 +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 42E336E5C5; Thu, 17 May 2018 06:32:18 +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 24C0C258D4; Thu, 17 May 2018 06:32:18 +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 w4H6WHeT024372; Thu, 17 May 2018 06:32:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4H6WHAF024369; Thu, 17 May 2018 06:32:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805170632.w4H6WHAF024369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 17 May 2018 06:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470199 - in head: dns/bundy print/pdftk X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: dns/bundy print/pdftk X-SVN-Commit-Revision: 470199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:32:18 -0000 Author: mat Date: Thu May 17 06:32:17 2018 New Revision: 470199 URL: https://svnweb.freebsd.org/changeset/ports/470199 Log: Those ports have been broken a while now. Sponsored by: Absolight Modified: head/dns/bundy/Makefile (contents, props changed) head/print/pdftk/Makefile (contents, props changed) Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Thu May 17 06:30:11 2018 (r470198) +++ head/dns/bundy/Makefile Thu May 17 06:32:17 2018 (r470199) @@ -17,6 +17,8 @@ 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} Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Thu May 17 06:30:11 2018 (r470198) +++ head/print/pdftk/Makefile Thu May 17 06:32:17 2018 (r470199) @@ -13,6 +13,8 @@ COMMENT= Simple tool for doing everyday things with PD LICENSE= GPLv2 +BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1) + # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//}