Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 13:33:10 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
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
Message-ID:  <201704201333.v3KDXALD008842@repo.freebsd.org>

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



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