From owner-cvs-ports@FreeBSD.ORG Mon Feb 6 12:30:00 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC09316A420; Mon, 6 Feb 2006 12:30:00 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAF343D48; Mon, 6 Feb 2006 12:30:00 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 5192A37BFD; Mon, 6 Feb 2006 13:29:59 +0100 (CET) Received: by icommerce.fr (Postfix, from userid 1001) id 3C3E422822; Mon, 6 Feb 2006 13:29:59 +0100 (CET) Date: Mon, 6 Feb 2006 13:29:59 +0100 From: Michael Landin Hostbaek To: MANTANI Nobutaka Message-ID: <20060206122959.GG47761@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , MANTANI Nobutaka , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200602051723.k15HNFX3056985@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602051723.k15HNFX3056985@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, 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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 12:30:01 -0000 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 /mich