Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 23:29:30 -0300 (BRST)
From:      Rainer Alves <rainer.alves@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ssedov@mbsd.msk.ru, vanilla@FreeBSD.org
Subject:   ports/101038: [PATCH] x11/e17-module-engage: add missing dependency
Message-ID:  <200607300229.k6U2TU1M012186@valfenda.ibest.com.br>
Resent-Message-ID: <200607300230.k6U2U6dP067143@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 30 02:30:06 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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