svn commit: r448381 - head/databases/py-xapian
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 20 12:26:21 UTC 2017
Author: sunpoet
Date: Sun Aug 20 12:26:19 2017
New Revision: 448381
URL: https://svnweb.freebsd.org/changeset/ports/448381
Log:
Pet portlint: move BROKEN_* upward
Modified:
head/databases/py-xapian/Makefile
Modified: head/databases/py-xapian/Makefile
==============================================================================
--- head/databases/py-xapian/Makefile Sun Aug 20 12:26:15 2017 (r448380)
+++ head/databases/py-xapian/Makefile Sun Aug 20 12:26:19 2017 (r448381)
@@ -15,11 +15,11 @@ COMMENT= Python binding for Xapian
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= fails to build: Fatal Python error: swig_pythreadstate set in XapianSWIG_Python_Thread_Allow ctor
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx \
xapian-core>=${PORTVERSION}:databases/xapian-core
LIB_DEPENDS= libxapian.so:databases/xapian-core
-
-BROKEN_aarch64= fails to build: Fatal Python error: swig_pythreadstate set in XapianSWIG_Python_Thread_Allow ctor
CONFLICTS_INSTALL= xapian-bindings12
More information about the svn-ports-all
mailing list