From owner-svn-ports-head@freebsd.org Thu Apr 20 13:33:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03DA9D4835F; Thu, 20 Apr 2017 13:33:12 +0000 (UTC) (envelope-from tabthorpe@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 mx1.freebsd.org (Postfix) with ESMTPS id C9A1AF86; Thu, 20 Apr 2017 13:33:11 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3KDXAgn008845; Thu, 20 Apr 2017 13:33:10 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3KDXALD008842; Thu, 20 Apr 2017 13:33:10 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201704201333.v3KDXALD008842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Thu, 20 Apr 2017 13:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438948 - in head/misc: bibletime sword xiphos X-SVN-Group: ports-head 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.23 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, 20 Apr 2017 13:33:12 -0000 Author: tabthorpe Date: Thu Apr 20 13:33:10 2017 New Revision: 438948 URL: https://svnweb.freebsd.org/changeset/ports/438948 Log: - Mark as BROKEN on 12.X MFH: 2017Q2 Modified: head/misc/bibletime/Makefile head/misc/sword/Makefile head/misc/xiphos/Makefile Modified: head/misc/bibletime/Makefile ============================================================================== --- head/misc/bibletime/Makefile Thu Apr 20 13:14:59 2017 (r438947) +++ head/misc/bibletime/Makefile Thu Apr 20 13:33:10 2017 (r438948) @@ -10,6 +10,8 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Thu Apr 20 13:14:59 2017 (r438947) +++ head/misc/sword/Makefile Thu Apr 20 13:33:10 2017 (r438948) @@ -13,6 +13,8 @@ COMMENT= Framework for manipulating Bibl LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + BUILD_DEPENDS= cppunit-config:devel/cppunit GNU_CONFIGURE= yes Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Thu Apr 20 13:14:59 2017 (r438947) +++ head/misc/xiphos/Makefile Thu Apr 20 13:33:10 2017 (r438948) @@ -11,6 +11,8 @@ COMMENT= Bible interface utilizing the s LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + RUN_DEPENDS= yelp:x11/yelp BUILD_DEPENDS:= ${RUN_DEPENDS} \ docbook2html:textproc/docbook-utils \