svn commit: r325677 - head/www/trac

Bryan Drewery bdrewery at FreeBSD.org
Fri Aug 30 12:59:19 UTC 2013


Author: bdrewery
Date: Fri Aug 30 12:59:17 2013
New Revision: 325677
URL: http://svnweb.freebsd.org/changeset/ports/325677

Log:
  - Mark BROKEN, fails to configure after recent pytz update
  
  ===>  Configuring for trac-1.0.1
  Download error on http://pypi.python.org/simple/pytz/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
  Download error on http://pypi.python.org/simple/pytz/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
  Couldn't find index page for 'pytz' (maybe misspelled?)
  Download error on http://pypi.python.org/simple/: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
  No local packages or download links found for pytz>=0a

Modified:
  head/www/trac/Makefile

Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile	Fri Aug 30 12:57:13 2013	(r325676)
+++ head/www/trac/Makefile	Fri Aug 30 12:59:17 2013	(r325677)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Ge
 		${PYTHON_PKGNAMEPREFIX}Babel>=0.9.5:${PORTSDIR}/devel/py-babel
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN=		fails to configure
+
 OPTIONS_DEFINE=		SILVERCITY DOCUTILS PYGMENTS TZ PGSQL SVN
 OPTIONS_DEFAULT=	SILVERCITY DOCUTILS PYGMENTS TZ SVN
 SILVERCITY_DESC=	Silvercity for syntax highlighting


More information about the svn-ports-head mailing list