From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 21:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5AAE3C8 for ; Fri, 8 Feb 2013 21:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B5260D6 for ; Fri, 8 Feb 2013 21:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18LA0qI070043 for ; Fri, 8 Feb 2013 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18LA0l4070039; Fri, 8 Feb 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 21:10:00 GMT Resent-Message-Id: <201302082110.r18LA0l4070039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3F77C9D for ; Fri, 8 Feb 2013 21:00:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A3D57FF9 for ; Fri, 8 Feb 2013 21:00:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18L0jV3066848 for ; Fri, 8 Feb 2013 21:00:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18L0j55066847; Fri, 8 Feb 2013 21:00:45 GMT (envelope-from nobody) Message-Id: <201302082100.r18L0j55066847@red.freebsd.org> Date: Fri, 8 Feb 2013 21:00:45 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175970: x11/libxklavier missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:10:01 -0000 >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: