From owner-cvs-all@FreeBSD.ORG Mon Feb 6 12:54:41 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3513816A420; Mon, 6 Feb 2006 12:54:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B31243D46; Mon, 6 Feb 2006 12:54:39 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 110E117B82B; Mon, 6 Feb 2006 13:54:39 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uAuCqTJxJVJd; Mon, 6 Feb 2006 13:54:36 +0100 (CET) Received: from brenta.ijs.si (brenta.ijs.si [194.249.156.1]) by patsy.ijs.si (Postfix) with ESMTP id 39BD217B81C; Mon, 6 Feb 2006 13:54:36 +0100 (CET) Received: from f9pc04.ijs.si (f9pc04.ijs.si [194.249.156.4]) by brenta.ijs.si (Postfix) with ESMTP id 02EE54422D67; Mon, 6 Feb 2006 13:54:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by f9pc04.ijs.si (Postfix) with ESMTP id E288639C87F1; Mon, 6 Feb 2006 13:54:35 +0100 (CET) From: Dejan Lesjak To: Michael Landin Hostbaek Date: Mon, 6 Feb 2006 13:54:35 +0100 User-Agent: KMail/1.9 References: <200602051723.k15HNFX3056985@repoman.freebsd.org> <20060206122959.GG47761@mich2.itxmarket.com> In-Reply-To: <20060206122959.GG47761@mich2.itxmarket.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602061354.35472.dejan.lesjak@ijs.si> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, MANTANI Nobutaka , ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/libxine Makefile ports/multimedia/libxine/files patch-src_audio_out_audio_oss_out.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 12:54:41 -0000 On Monday 06 February 2006 13:29, Michael Landin Hostbaek wrote: > MANTANI Nobutaka (nobutaka) writes: > > nobutaka 2006-02-05 17:23:15 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia/libxine Makefile > > Added files: > > multimedia/libxine/files patch-src_audio_out_audio_oss_out.c > > Log: > > Fix ioctl errors on amd64. > > It seems that this no longer compiles with xorg-lib 6.9.0 - as libdpstk > is longer installed. > > cc -shared .libs/xineplug_decode_image_la-image.o -Wl,--rpath > -Wl,/usr/ports/multimedia/libxine/work/xine-lib-1.1.1/src/xine-engine/.libs > -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib > ../../src/xine-engine/.libs/libxine.so -lWand -lMagick -ljbig -llcms > -ltiff -lfreetype -ljasper -ljpeg -lpng -lfpx -ldpstk -ldps -lXext -lXt > -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -mtune=i386 > -mpreferred-stack-boundary=2 -Wl,--rpath -Wl,/usr/local/lib -Wl,-soname > -Wl,xineplug_decode_image.so -o .libs/xineplug_decode_image.so > /usr/bin/ld: cannot find -ldpstk > gmake[3]: *** [xineplug_decode_image.la] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/libxine/work/xine-lib-1.1.1/src/libxinevdec' > gmake[2]: *** [all-recursive] Error 1 You will probably need to recompile ImageMagick. If the output of "Wand-config --libs" includes "-ldpstk -ldps" then that would be it. (libxine just uses this output to figure out which libraries to link with). Dejan