Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 00:54:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329646 - head/www/xist
Message-ID:  <201310070054.r970sduI024264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Oct  7 00:54:39 2013
New Revision: 329646
URL: http://svnweb.freebsd.org/changeset/ports/329646

Log:
  www/xist: Unbreak with fix from dports
  
  The run dependency py-ll-core conflicts with xist, specifically bin/ucp.
  Since xist provides its own ucp program, the dependency can be removed,
  allowing xist to build in a clean environment.

Modified:
  head/www/xist/Makefile

Modified: head/www/xist/Makefile
==============================================================================
--- head/www/xist/Makefile	Sun Oct  6 23:54:23 2013	(r329645)
+++ head/www/xist/Makefile	Mon Oct  7 00:54:39 2013	(r329646)
@@ -13,10 +13,7 @@ DISTNAME=	ll-${PORTNAME}-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	XML-based extensible HTML generator
 
-BROKEN=	Conlict with one of its dependency: devel/py-ll-core
-
 RUN_DEPENDS=	${PYXML} \
-		${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
 		${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
 		${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils
 



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