Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 21:00:45 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175970: x11/libxklavier missing dependency
Message-ID:  <201302082100.r18L0j55066847@red.freebsd.org>
Resent-Message-ID: <201302082110.r18LA0l4070039@freefall.freebsd.org>

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

>Number:         175970
>Category:       ports
>Synopsis:       x11/libxklavier missing 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:   Fri Feb 08 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb  2 10:36:19 CET 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64  amd64

>Description:
Package don't register linking to libXi on my system:

[corn:~]> ldd /usr/local/lib/libxklavier.so.12 | grep Xi
        libXi.so.6 => /usr/local/lib/libXi.so.6 (0x802943000)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/x11/libxklavier/Makefile x11/libxklavier/Makefile
--- /usr/ports/x11/libxklavier/Makefile	2012-11-17 07:03:18.000000000 +0100
+++ x11/libxklavier/Makefile	2013-02-08 21:57:38.000000000 +0100
@@ -8,6 +8,7 @@
 
 PORTNAME=	libxklavier
 PORTVERSION=	5.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
@@ -19,7 +20,7 @@
 RUN_DEPENDS=	xkbcomp:${PORTSDIR}/x11/xkbcomp \
     		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 
-USE_XORG=	x11 xkbfile
+USE_XORG=	x11 xi xkbfile
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack libxml2 glib20 ltverhack:12


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



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