From owner-cvs-all@FreeBSD.ORG Fri Feb 25 10:41:11 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35E191065672; Fri, 25 Feb 2011 10:41:11 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id B5B438FC0C; Fri, 25 Feb 2011 10:41:10 +0000 (UTC) Received: by gwaa18 with SMTP id a18so1536216gwa.17 for ; Fri, 25 Feb 2011 02:41:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=eR4piJ50gcqgBJS4sPMc1tgh4/XC15Yuba0hD0rvGWE=; b=EtTFIvmIrsl0CYzB6sp+g00WsXDyF+MVJC7WK/S/ArFXvQzaS3cxZmcvjIKdYiCgg5 mC8cN7GM0B9SKV+r8ZDaQFQPByepyTusywuCtnFc8wV+yad0074D8z1aWTrP4gjEySQ1 6cN9MFqmnG5OZzfN9Z4X9xwdpmAaxwSm8+cK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=mOhwztVgwOav4tUyAID449DqLpAqfT3jluwDqvFOs98ulHNmdlQaHCbJU9d43zJdu7 Mx9Wj6wOZR6c0Xl6NiwmLH318IHhMZtrIT/aCCJjs2u6xpcn8IOSY/B03Cfn2/DvEglF g1UHatMsp47KNdupt/fY5LcFba3qq7jTBu6X8= Received: by 10.236.108.43 with SMTP id p31mr3853442yhg.55.1298630340062; Fri, 25 Feb 2011 02:39:00 -0800 (PST) Received: from localhost ([199.48.147.4]) by mx.google.com with ESMTPS id g27sm318832yhc.8.2011.02.25.02.38.58 (version=SSLv3 cipher=OTHER); Fri, 25 Feb 2011 02:38:59 -0800 (PST) From: Anonymous To: Alexander Leidinger References: <201102250852.p1P8qUrZ035287@repoman.freebsd.org> <86vd084d1w.fsf__22055.952033452$1298630278$gmane$org@gmail.com> Date: Fri, 25 Feb 2011 13:38:54 +0300 In-Reply-To: <86vd084d1w.fsf__22055.952033452$1298630278$gmane$org@gmail.com> (Anonymous's message of "Fri, 25 Feb 2011 13:35:23 +0300") Message-ID: <86pqqg4cw1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/komodo-edit Makefile ports/editors/komodo-ide Makefile ports/mail/linux-thunderbird Makefile ports/multimedia/linux-huludesktop Makefile ports/multimedia/linux-realplayer Makefile ports/net-im/qq Makefile ports/print/acroread8 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 10:41:11 -0000 Anonymous writes: > Alexander Leidinger writes: > >> netchild 2011-02-25 08:52:30 UTC >> >> FreeBSD ports repository >> >> Modified files: >> editors/komodo-edit Makefile >> editors/komodo-ide Makefile >> mail/linux-thunderbird Makefile >> multimedia/linux-huludesktop Makefile >> multimedia/linux-realplayer Makefile >> net-im/qq Makefile >> print/acroread8 Makefile >> print/acroread9 Makefile >> sysutils/linux-nero Makefile >> textproc/linux-f10-scim-gtk Makefile >> textproc/linux-f10-scim-libs Makefile >> www/linux-f10-flashplugin10 Makefile >> www/linux-firefox Makefile >> www/linux-flashplugin7 Makefile >> www/linux-flashplugin9 Makefile >> www/linux-mplayer-plugin Makefile >> www/linux-seamonkey Makefile >> www/nspluginwrapper-devel Makefile >> www/nspluginwrapper Makefile >> www/plugger-plugins-hubbe Makefile >> x11-themes/linux-f10-qtcurve-gtk2 Makefile >> x11-toolkits/linux-f10-gtk2 Makefile >> x11-toolkits/linux-f10-pango Makefile distinfo.i386 pkg-plist >> Log: >> Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports). >> This fixes a security warning from portaudit. > > I can't figure out how dependency on libthai is tracked. > > $ make install > ===> Switching to root credentials for 'install' target > cd /usr/ports/x11-toolkits/linux-f10-pango/work && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; > cd /usr/ports/x11-toolkits/linux-f10-pango/work && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel /compat/linux > 1776 blocks > Cannot load module /usr/lib/pango/1.6.0/modules/pango-thai-lang.so: libthai.so.0: cannot open shared object file: No such file or directory > /usr/lib/pango/1.6.0/modules/pango-thai-lang.so does not export Pango module API > [...] > > $ readelf -d /compat/linux/.../pango-thai-lang.so | fgrep -i thai > 0x00000001 (NEEDED) Shared library: [libthai.so.0] > 0x0000000e (SONAME) Library soname: [pango-thai-lang.so] > > A quick search on freshports.org suggests there is no linux- version of libthai. Sorry for the noise, it was there even before the update.