From nobody@FreeBSD.org  Fri Feb  8 21:00:45 2013
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/libxklavier missing dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175970
>Category:       ports
>Synopsis:       x11/libxklavier missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 21:10:00 UTC 2013
>Closed-Date:    Wed Mar 20 02:01:39 UTC 2013
>Last-Modified:  Wed Mar 20 02:10:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 8 21:10:18 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175970 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Wed Mar 20 02:01:28 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175970 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175970: commit references a PR
Date: Wed, 20 Mar 2013 02:01:19 +0000 (UTC)

 Author: mezz
 Date: Wed Mar 20 02:01:11 2013
 New Revision: 314704
 URL: http://svnweb.freebsd.org/changeset/ports/314704
 
 Log:
   -Add a missing dependency, xi. Bump the PORTREVISION.
   -gnomehack -> USES=pathfix
   
   PR:		ports/175970
   Submitted by:	pawel
 
 Modified:
   head/x11/libxklavier/Makefile   (contents, props changed)
 
 Modified: head/x11/libxklavier/Makefile
 ==============================================================================
 --- head/x11/libxklavier/Makefile	Wed Mar 20 01:56:04 2013	(r314703)
 +++ head/x11/libxklavier/Makefile	Wed Mar 20 02:01:11 2013	(r314704)
 @@ -1,13 +1,10 @@
 -# New ports collection makefile for:	libxklavier
 -# Date created:				31 May 2002
 -# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
 -#
 +# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
  # $FreeBSD$
  #   $MCom: ports/x11/libxklavier/Makefile,v 1.53 2010/01/12 02:18:34 avl Exp $
 -#
  
  PORTNAME=	libxklavier
  PORTVERSION=	5.0
 +PORTREVISION=	1
  PORTEPOCH=	1
  CATEGORIES=	x11 gnome
  MASTER_SITES=	GNOME
 @@ -19,10 +16,11 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
  RUN_DEPENDS=	xkbcomp:${PORTSDIR}/x11/xkbcomp \
      		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
  
 -USE_XORG=	x11 xkbfile
 +USES=		pathfix
 +USE_XORG=	x11 xi xkbfile
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 -USE_GNOME=	gnomehack libxml2 glib20 ltverhack:12
 +USE_GNOME=	libxml2 glib20 ltverhack:12
  USE_LDCONFIG=	yes
  USE_AUTOTOOLS=	libtool
  CPPFLAGS+=	-I${LOCALBASE}/include
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
