From nobody@FreeBSD.org  Thu Feb  7 21:30:55 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 5E642CF8
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Feb 2013 21:30:55 +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 4DB4EFA7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Feb 2013 21:30:55 +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 r17LUtdR079249
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Feb 2013 21:30:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r17LUtg5079248;
	Thu, 7 Feb 2013 21:30:55 GMT
	(envelope-from nobody)
Message-Id: <201302072130.r17LUtg5079248@red.freebsd.org>
Date: Thu, 7 Feb 2013 21:30:55 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: print/fontforge add missing dependency on xkbui
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: cyberbotx@cyberbotx.com

>Number:         175938
>Category:       ports
>Synopsis:       print/fontforge add missing dependency on xkbui
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 21:40:00 UTC 2013
>Closed-Date:    Fri Feb 08 14:49:18 UTC 2013
>Last-Modified:  Fri Feb  8 14:50: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:
On live system this package links to libxkbui which is reverse dependency of 
libxkbfile - thus package have incomplete dependency list.

[corn:~]> ldd /usr/local/bin/fontforge | grep xkbui
        libxkbui.so.1 => /usr/local/lib/libxkbui.so.1 (0x801d61000)
[corn:~]> pkg info -d libxkbui-1.0.2_1
libxkbui-1.0.2_1 depends on:
kbproto-1.0.5
pkgconf-0.8.9
xproto-7.0.22
libICE-1.0.7,1
libSM-1.2.0,1
libXdmcp-1.1.0
libXau-1.0.6
libpthread-stubs-0.3_3
libxcb-1.7
libX11-1.4.4,1
libxkbfile-1.0.7
libXt-1.1.1,1

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/print/fontforge/Makefile print/fontforge/Makefile
--- /usr/ports/print/fontforge/Makefile	2012-11-17 07:00:49.000000000 +0100
+++ print/fontforge/Makefile	2013-02-07 22:19:31.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	fontforge
 DISTVERSION=	20120731-b
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source
 DISTFILES=	${EXTRACT_ONLY}
@@ -38,7 +39,7 @@
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
-USE_XORG=	x11 xi ice xkbfile
+USE_XORG=	x11 xi ice xkbui
 USE_GMAKE=	yes
 USE_ICONV=	yes
 PATCH_STRIP=	-l


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 7 21:40:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175938 
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Thu Feb 7 21:43:55 UTC 2013 
Responsible-Changed-Why:  
Mine 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175938: print/fontforge add missing dependency on xkbui
Date: Thu, 7 Feb 2013 21:40:07 UT

 Maintainer of print/fontforge,
 
 Please note that PR ports/175938 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175938
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175938: print/fontforge add missing dependency on xkbui
Date: Thu, 07 Feb 2013 20:23:46 -0500

 On 02/07/13 16:40, Edwin Groothuis wrote:
 > Maintainer of print/fontforge,
 >
 > Please note that PR ports/175938 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175938
 >
 I approve of this patch.
 
 Naram Qashat
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Fri Feb 8 14:49:17 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175938: commit references a PR
Date: Fri,  8 Feb 2013 14:49:07 +0000 (UTC)

 Author: pawel
 Date: Fri Feb  8 14:48:58 2013
 New Revision: 311940
 URL: http://svnweb.freebsd.org/changeset/ports/311940
 
 Log:
   Add missing dependency
   
   PR:		ports/175938
   Submitted by:	myself
   Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
 
 Modified:
   head/print/fontforge/Makefile
 
 Modified: head/print/fontforge/Makefile
 ==============================================================================
 --- head/print/fontforge/Makefile	Fri Feb  8 12:52:05 2013	(r311939)
 +++ head/print/fontforge/Makefile	Fri Feb  8 14:48:58 2013	(r311940)
 @@ -1,12 +1,9 @@
 -# New ports collection makefile for:	fontforge
 -# Date created:		25 March 2001
 -# Whom:			KANOU Hiroki <kanou@khdd.net>
 -#
 +# Created by: KANOU Hiroki <kanou@khdd.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	fontforge
  DISTVERSION=	20120731-b
 +PORTREVISION=	1
  CATEGORIES=	print
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source
  DISTFILES=	${EXTRACT_ONLY}
 @@ -38,7 +35,7 @@ DISTFILES+=	${DOCFILES:C/$/:docs/}
  
  USE_BZIP2=	yes
  USE_GETTEXT=	yes
 -USE_XORG=	x11 xi ice xkbfile
 +USE_XORG=	x11 xi ice xkbui
  USE_GMAKE=	yes
  USE_ICONV=	yes
  PATCH_STRIP=	-l
 _______________________________________________
 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:
