From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 20:40:03 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD2816A420 for ; Fri, 24 Feb 2006 20:40:03 +0000 (GMT) (envelope-from sepotvin@videotron.ca) Received: from tomts44-srv.bellnexxia.net (tomts44-srv.bellnexxia.net [209.226.175.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E1243D45 for ; Fri, 24 Feb 2006 20:40:02 +0000 (GMT) (envelope-from sepotvin@videotron.ca) Received: from mail.telcobridges.com ([67.70.237.76]) by tomts44-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060224204001.IAGZ13431.tomts44-srv.bellnexxia.net@mail.telcobridges.com> for ; Fri, 24 Feb 2006 15:40:01 -0500 Received: from [10.0.0.130] ([10.0.0.130]) (authenticated bits=0) by mail.telcobridges.com (8.13.3/8.13.3) with ESMTP id k1OKe0dH097661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 24 Feb 2006 15:40:00 -0500 (EST) (envelope-from sepotvin@videotron.ca) Message-ID: <43FF6F20.7090404@videotron.ca> Date: Fri, 24 Feb 2006 15:40:00 -0500 From: "Stephane E. Potvin" User-Agent: Thunderbird 1.5 (X11/20060224) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: multimedia/libxine fails with recent autotools update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 20:40:03 -0000 I had to apply the following patch to get multimedia/libxine to build after the latest autotools update. Index: Makefile =================================================================== RCS file: /home/FreeBSD/ncvs/ports/multimedia/libxine/Makefile,v retrieving revision 1.87 diff -u -r1.87 Makefile --- Makefile 23 Feb 2006 10:38:09 -0000 1.87 +++ Makefile 24 Feb 2006 20:18:14 -0000 @@ -31,7 +31,6 @@ modplug.0:${PORTSDIR}/audio/libmodplug \ vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ Wand.9:${PORTSDIR}/graphics/ImageMagick -PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15 USE_GETTEXT= yes USE_ICONV= yes @@ -43,6 +42,7 @@ USE_GL= yes USE_SDL= sdl USE_REINPLACE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-force-addr -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ Regards, Steph