ports/138611: [Maintainer] textproc/ibus-m17n: Add a missing dependency

Nikola Lecic nikola.lecic at anthesphoria.net
Mon Sep 7 10:30:01 UTC 2009


>Number:         138611
>Category:       ports
>Synopsis:       [Maintainer] textproc/ibus-m17n: Add a missing dependency
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 07 10:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Lecic
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD black 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 13 19:04:54 CEST 2009 nikola at black:/usr/obj/usr/src/sys/GENERIC i386
>Description:
This patch adds a missing lib dependency, without which build fails. Not sure if RUN_DEPENDS on the same port as one that is already included in LIB_DEPENDS (but for executable instead of a library) is needed; if not, please remove RUN_DEPENDS.

Pointyhat log:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20090906124207/ibus-m17n-1.1.0.20090211.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur ibus-m17n.orig/Makefile ibus-m17n/Makefile
--- ibus-m17n.orig/Makefile	2009-09-04 22:39:11.000000000 +0200
+++ ibus-m17n/Makefile	2009-09-07 12:12:12.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	ibus-m17n
 PORTVERSION=	1.1.0.20090211
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://anthesphoria.net/FreeBSD/ports/distfiles/
@@ -14,7 +15,8 @@
 MAINTAINER=	nikola.lecic at anthesphoria.net
 COMMENT=	The m17n IMEngine for IBus framework
 
-LIB_DEPENDS=	m17n.3:${PORTSDIR}/devel/m17n-lib
+LIB_DEPENDS=	ibus.0:${PORTSDIR}/textproc/ibus \
+		m17n.3:${PORTSDIR}/devel/m17n-lib
 RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/textproc/ibus
 
 PROJECTHOST=	ibus


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



More information about the freebsd-ports-bugs mailing list