Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2009 10:22:27 GMT
From:      Nikola Lecic <nikola.lecic@anthesphoria.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138611: [Maintainer] textproc/ibus-m17n: Add a missing dependency
Message-ID:  <200909071022.n87AMRNt011741@www.freebsd.org>
Resent-Message-ID: <200909071030.n87AU1WP068860@freefall.freebsd.org>

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

>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@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@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:



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