Date: Wed, 24 Apr 2019 14:55:35 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499852 - head/x11-wm/qtile Message-ID: <201904241455.x3OEtZaB091772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Apr 24 14:55:35 2019 New Revision: 499852 URL: https://svnweb.freebsd.org/changeset/ports/499852 Log: Mark BROKEN: tries to download during configure phase ===> Configuring for qtile-0.13.0 Download error on https://pypi.org/simple/cairocffi/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for cairocffi>=0.9[xcb] Reported by: pkg-fallout Modified: head/x11-wm/qtile/Makefile (contents, props changed) Modified: head/x11-wm/qtile/Makefile ============================================================================== --- head/x11-wm/qtile/Makefile Wed Apr 24 14:49:26 2019 (r499851) +++ head/x11-wm/qtile/Makefile Wed Apr 24 14:55:35 2019 (r499852) @@ -12,6 +12,8 @@ COMMENT= Small, flexible, scriptable tiling window man LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= tries to download during configure phase + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.4.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>0.7:graphics/py-cairocffi@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241455.x3OEtZaB091772>