From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 7 21:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9EE6B34F for ; Thu, 7 Feb 2013 21:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68EDE9A for ; Thu, 7 Feb 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17Le0CN098432 for ; Thu, 7 Feb 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Le0Kv098431; Thu, 7 Feb 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Feb 2013 21:40:00 GMT Resent-Message-Id: <201302072140.r17Le0Kv098431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E642CF8 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175938: print/fontforge add missing dependency on xkbui X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 21:40:00 -0000 >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: