Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 20:02:17 +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: r492068 - head/x11-wm/qtile
Message-ID:  <201902032002.x13K2H70082212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902032002.x13K2H70082212>