Bug 175938 - print/fontforge add missing dependency on xkbui
Summary: print/fontforge add missing dependency on xkbui
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 21:40 UTC by Pawel Pekala
Modified: 2013-02-08 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (549 bytes, patch)
2013-02-07 21:40 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-02-07 21:40:00 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-07 21:40:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-07 21:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-02-07 21:43:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

Mine
Comment 4 Naram Qashat 2013-02-08 01:23:46 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-08 14:49:07 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"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2013-02-08 14:49:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!