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:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->pawel Mine
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
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"
State Changed From-To: feedback->closed Committed. Thanks!