From owner-freebsd-ports Mon Sep 18 0: 9:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 54ED137B43C for ; Mon, 18 Sep 2000 00:09:27 -0700 (PDT) Received: from vic.sabbo.net (root@[193.193.218.91]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA01386; Mon, 18 Sep 2000 10:09:13 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8I6uQ113841; Mon, 18 Sep 2000 09:56:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39C5BC9A.BF6558D1@FreeBSD.org> Date: Mon, 18 Sep 2000 09:56:26 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira Cc: freebsd-ports@FreeBSD.org Subject: Re: Help with new port smpeg plugin for xmms References: <20000916173430.A10324@Fedaykin.here> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mario Sergio Fujikawa Ferreira wrote: > Hi, > > It is me again. Please, could somebody help me with > this one. > I am almost nailing it. This is the newly released > MPEG plugin released for xmms. > However, I am having some problems. For use with xmms, I > need shared versions of the plugin objects, namely libsmpeg_xmms.so. > However, I am unable to achieve that due to unavailability of some > x11/XFree86-4 (XFree86 4.0.1) shared objects. Here goes the complain > from the xmms-smpeg port > I ported it, but it doesn't work (some problems with CVS version of smpeg library included with it). The bug you mentioned is caused by libtool stupidity, which refuses to create shared library if some of the libraries you are trying to link with are static. The following workaround could be uses to fix this: post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message