Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 21:30:55 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175938: print/fontforge add missing dependency on xkbui
Message-ID:  <201302072130.r17LUtg5079248@red.freebsd.org>
Resent-Message-ID: <201302072140.r17Le0Kv098431@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175938
>Category:       ports
>Synopsis:       print/fontforge add missing dependency on xkbui
>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:   Thu Feb 07 21:40: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:
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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302072130.r17LUtg5079248>