From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 30 19:29:18 2007 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E5E716A41A for ; Fri, 30 Nov 2007 19:29:18 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id E18FE13C468 for ; Fri, 30 Nov 2007 19:29:17 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from amilo.cenkes.org (ppp85-140-149-178.pppoe.mtu-net.ru [85.140.149.178]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id 62532242F82A; Fri, 30 Nov 2007 22:29:16 +0300 (MSK) Date: Fri, 30 Nov 2007 22:29:13 +0300 From: Andrew Pantyukhin To: Alexander Leidinger Message-ID: <20071130192912.GB1524@amilo.cenkes.org> References: <20071103210632.GB72327@amilo.cenkes.org> <1194124724.10479.35.camel@ikaros.oook.cz> <20071105204645.GE64094@amilo.cenkes.org> <20071116110040.247fnnkzk08gc0sc@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071116110040.247fnnkzk08gc0sc@webmail.leidinger.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: emulation@FreeBSD.org Subject: Re: linux-pango/cairo vs firefox/seamonkey/flock X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 19:29:18 -0000 On Fri, Nov 16, 2007 at 11:00:40AM +0100, Alexander Leidinger wrote: > Quoting Andrew Pantyukhin (from Mon, 5 Nov 2007 > 23:46:47 +0300): >> It turned out gstreamer/freedesktop guys distribute an updated >> version of pango and cairo for fc4. > > Do they also have more recent versions of freetype and fontconfig (I'm a > little bit short on time ATM, so I haven't looked myself, sorry)? Unfortunately not, and I can't easily find them on pbone. >> Here's the diffs: >> http://heka.cenkes.org/sat/diffs/linux-pango.cairo.diff > > cut&paste: > ---snip--- > RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 > \ > + linux-cairo>=0:${PORTSDIR}/graphics/linux-cairo \ > ---snip--- > > I don't think this will work well, please use the complete path > like with the other parts of RUN_DEPENDS. I don't have a strong preference, but please elaborate. IMO, it is easier to type and it should work. Thanks for your feedback!