svn commit: r499852 - head/x11-wm/qtile

Mathieu Arnold mat at FreeBSD.org
Wed Apr 24 14:55:36 UTC 2019


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} \


More information about the svn-ports-all mailing list