From rainer@valfenda.ibest.com.br  Sun Jul 30 02:29:39 2006
Return-Path: <rainer@valfenda.ibest.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D61A16A4DD;
	Sun, 30 Jul 2006 02:29:39 +0000 (UTC)
	(envelope-from rainer@valfenda.ibest.com.br)
Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [200.181.68.248])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 232FB43D46;
	Sun, 30 Jul 2006 02:29:39 +0000 (GMT)
	(envelope-from rainer@valfenda.ibest.com.br)
Received: from valfenda.ibest.com.br (valfenda.ibest.com.br [127.0.0.1])
	by valfenda.ibest.com.br (Postfix) with ESMTP id 4772D3E8CB9;
	Sat, 29 Jul 2006 23:29:32 -0300 (BRST)
Received: (from root@localhost)
	by valfenda.ibest.com.br (8.13.3/8.13.3/Submit) id k6U2TU1M012186;
	Sat, 29 Jul 2006 23:29:30 -0300 (BRST)
	(envelope-from rainer)
Message-Id: <200607300229.k6U2TU1M012186@valfenda.ibest.com.br>
Date: Sat, 29 Jul 2006 23:29:30 -0300 (BRST)
From: Rainer Alves <rainer.alves@gmail.com>
Reply-To: Rainer Alves <rainer.alves@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vanilla@freebsd.org, ssedov@mbsd.msk.ru
Subject: [PATCH] x11/e17-module-engage: add missing dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ssedov@mbsd.msk.ru

>Number:         101038
>Category:       ports
>Synopsis:       [PATCH] x11/e17-module-engage: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 30 02:30:06 GMT 2006
>Closed-Date:    Sun Jul 30 16:49:02 GMT 2006
>Last-Modified:  Sun Jul 30 16:49:02 GMT 2006
>Originator:     Rainer Alves
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
BrasilTelecom

>Environment:
>Description:

- Add missing dependency


>How-To-Repeat:

===>  Configuring for e17-module-engage-20060719
[...]
checking for ewl-config... no
checking for ewl - version >= 0.0.1... no
*** The ewl-config script installed by ewl could not be found
[...]
*** Error code 1


>Fix:

--- e17-module-engage-fix.diff begins here ---
diff -ruN /usr/ports/x11/e17-module-engage/Makefile x11/e17-module-engage/Makefile
--- /usr/ports/x11/e17-module-engage/Makefile	Mon Jul 24 14:56:08 2006
+++ x11/e17-module-engage/Makefile	Sat Jul 29 22:59:21 2006
@@ -16,7 +16,8 @@
 COMMENT=	Alternative e17 application launcher with tray support
 
 BUILD_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
-LIB_DEPENDS=	esmart_trans_x11.0:${PORTSDIR}/graphics/esmart
+LIB_DEPENDS=	esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \
+		ewl.0:${PORTSDIR}/x11-toolkits/ewl
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
--- e17-module-engage-fix.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jul 30 02:30:24 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101038 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Jul 30 16:48:21 UTC 2006 
State-Changed-Why:  
See the maintainer's PR ports/100938. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101038 
>Unformatted:
