svn commit: r438948 - in head/misc: bibletime sword xiphos
Thomas Abthorpe
tabthorpe at FreeBSD.org
Thu Apr 20 13:33:12 UTC 2017
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 \
More information about the svn-ports-all
mailing list