From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 2 23:41:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B81116A4CE for ; Fri, 2 Apr 2004 23:41:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4100343D5A for ; Fri, 2 Apr 2004 23:41:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i337eIbv042471 for ; Fri, 2 Apr 2004 23:40:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i337eIBI042470; Fri, 2 Apr 2004 23:40:18 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 2 Apr 2004 23:40:18 -0800 (PST) Resent-Message-Id: <200404030740.i337eIBI042470@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, michael johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E08716A4CE; Fri, 2 Apr 2004 23:31:35 -0800 (PST) Received: from gentoo.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B0143D31; Fri, 2 Apr 2004 23:31:34 -0800 (PST) (envelope-from ahze@gentoo.ahze.net) Received: from gentoo.ahze.net (localhost [127.0.0.1]) by gentoo.ahze.net (8.12.11/8.12.11) with ESMTP id i337VaFe084254; Sat, 3 Apr 2004 02:31:36 -0500 (EST) (envelope-from ahze@gentoo.ahze.net) Received: (from root@localhost) by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i337VaWc084253; Sat, 3 Apr 2004 02:31:36 -0500 (EST) (envelope-from ahze) Message-Id: <200404030731.i337VaWc084253@gentoo.ahze.net> Date: Sat, 3 Apr 2004 02:31:36 -0500 (EST) From: michael johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nobutaka@FreeBSD.org Subject: ports/65114: [PATCH] multimedia/libxine: [use lthack] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 07:41:38 -0000 >Number: 65114 >Category: ports >Synopsis: [PATCH] multimedia/libxine: [use lthack] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 02 23:40:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004 >Description: does not compile on 5.2-CURRENT /bin/sh ../../libtool --mode=link /usr/local/bin/ccache /usr/bin/cc -I/usr/X11R6/include -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -DENABLE_IPV6 -O -pipe -O -march=athlon-xp -pipe -march=athlon-xp -L/usr/local/lib -L/usr/X11R6/lib -o libxineutils.la cpu_accel.lo color.lo list.lo memcpy.lo monitor.lo utils.lo xine_check.lo xine_mutex.lo xmllexer.lo xmlparser.lo xine_buffer.lo -lpthread libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' gmake[3]: *** [libxineutils.la] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a/src/xine-utils' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a' gmake: *** [all] Error 2 *** Error code 2 I'm not sure I did the right thing but it compiles with the following. >How-To-Repeat: >Fix: --- libxine-1.0.r3_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/libxine/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 30 Mar 2004 19:20:22 -0000 1.58 +++ Makefile 3 Apr 2004 07:26:56 -0000 @@ -30,9 +30,9 @@ USE_GETTEXT= yes USE_ICONV= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=13 WANT_GNOME= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= lthack gnomehack gnometarget USE_GMAKE= yes USE_GL= yes USE_SDL= sdl --- libxine-1.0.r3_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: