Date: Wed, 20 May 2009 01:56:55 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134735: [Update]devel/py-kid:remove the build dependence Message-ID: <200905200156.n4K1utYx012323@www.freebsd.org> Resent-Message-ID: <200905200200.n4K207AI080263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134735 >Category: ports >Synopsis: [Update]devel/py-kid:remove the build dependence >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 20 02:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1 i386 >Description: Since py-elementtree was marked as IGNORE when python >= 2.5.0, we should remove the dependence of py-elementtree , then it could be built on the tinderbox. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-05-20 17:24:50.000000000 +0800 +++ Makefile 2009-05-20 17:29:17.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= kid PORTVERSION= 0.9.6 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.kid-templating.org/dist/${PORTVERSION}/dist/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -16,9 +16,6 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A simple template language for XML based written in Python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -RUN_DEPENDS= ${BUILD_DEPENDS} - USE_PYTHON= yes USE_PYDISTUTILS= easy_install >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905200156.n4K1utYx012323>