Date: Sat, 13 May 2017 12:11:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440793 - head/databases/py-xapian Message-ID: <201705131211.v4DCBOJZ013132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 13 12:11:24 2017 New Revision: 440793 URL: https://svnweb.freebsd.org/changeset/ports/440793 Log: Add py-sphinx to BUILD_DEPENDS unconditionally PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de> Modified: head/databases/py-xapian/Makefile Modified: head/databases/py-xapian/Makefile ============================================================================== --- head/databases/py-xapian/Makefile Sat May 13 12:11:19 2017 (r440792) +++ head/databases/py-xapian/Makefile Sat May 13 12:11:24 2017 (r440793) @@ -15,7 +15,8 @@ COMMENT= Python binding for Xapian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core +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 @@ -36,8 +37,6 @@ USES= libtool python tar:xz PORTDOCS= * -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx - .include <bsd.port.pre.mk> .if ${PYTHON_REL} > 3000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705131211.v4DCBOJZ013132>