Date: Sun, 12 Aug 2018 07:40:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476971 - head/devel/hgview Message-ID: <201808120740.w7C7eOuh091484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 12 07:40:24 2018 New Revision: 476971 URL: https://svnweb.freebsd.org/changeset/ports/476971 Log: Mark BROKEN: fails to configure File "setup.py", line 60, in <module> from hgviewlib.__pkginfo__ import modname, version, license, description, \ File "hgviewlib/__init__.py", line 26, in <module> demandimport.ignore.append('roman') AttributeError: 'module' object has no attribute 'ignore' Reported by: pkg-fallout Modified: head/devel/hgview/Makefile Modified: head/devel/hgview/Makefile ============================================================================== --- head/devel/hgview/Makefile Sun Aug 12 06:50:54 2018 (r476970) +++ head/devel/hgview/Makefile Sun Aug 12 07:40:24 2018 (r476971) @@ -13,6 +13,8 @@ COMMENT= Fast Mercurial log navigator written in pyqt4 LICENSE= GPLv2 +BROKEN= fails to configure + RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120740.w7C7eOuh091484>