ports/160049: [PATCH] emulators/wahcade: eliminate py-elementtree dependency
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Wed Aug 24 09:30:09 UTC 2011
>Number: 160049
>Category: ports
>Synopsis: [PATCH] emulators/wahcade: eliminate py-elementtree dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 24 09:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
This port have dependency on devel/py-elementtree. At the same time USE_PYTHON= 2.5+ is defined. elementtree is a part of python since 2.5, so this dependency isn't needed. Removing it.
See: http://docs.python.org/library/xml.etree.elementtree.html
Bump portrevision cause of dependencies list change.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile.orig 2011-08-24 13:26:10.000000000 +0400
+++ Makefile 2011-08-24 13:26:21.000000000 +0400
@@ -7,7 +7,7 @@
PORTNAME= wahcade
PORTVERSION= 0.28
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://www.anti-particle.com/projects/wahcade/
@@ -15,7 +15,6 @@
COMMENT= A frontend for almost any emulator (MameWAH clone)
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
- ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \
${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
USE_PYTHON= 2.5+
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list