Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2011 22:04:57 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        eg@fbsd.lt
Subject:   ports/155059: [PATCH] emulators/wine-doors: Fix dependency
Message-ID:  <20110226140457.60F268E500@lwbsd.csie.net>
Resent-Message-ID: <201102261410.p1QEABRB090559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155059
>Category:       ports
>Synopsis:       [PATCH] emulators/wine-doors: Fix 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:   Sat Feb 26 14:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 12:42:00 CST 2011
>Description:
- Fix dependency, PYLXML_EGG does not exist now

Port maintainer (eg@fbsd.lt) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- wine-doors-0.1.2_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/wine-doors/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	25 Feb 2011 01:31:45 -0000	1.11
+++ Makefile	26 Feb 2011 14:04:29 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	eg@fbsd.lt
 COMMENT=	Windows application management for the GNOME Desktop
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
 		${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop \
 		bash:${PORTSDIR}/shells/bash \
@@ -40,8 +40,4 @@
 	${INSTALL_DATA} ${WRKDIR}/preferences.xml ${PREFIX}/etc/${PORTNAME}
 	${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX}
 
-.include <bsd.port.pre.mk>
-
-PYLXML_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-lxml/Makefile -V PYLXML_EGG
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- wine-doors-0.1.2_7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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