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

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 20:02:18 UTC 2019


Author: antoine
Date: Sun Feb  3 20:02:17 2019
New Revision: 492068
URL: https://svnweb.freebsd.org/changeset/ports/492068

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

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Sun Feb  3 19:58:57 2019	(r492067)
+++ head/x11-wm/qtile/Makefile	Sun Feb  3 20:02:17 2019	(r492068)
@@ -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