From owner-freebsd-ports Sat Dec 14 2:13:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A69837B401; Sat, 14 Dec 2002 02:13:15 -0800 (PST) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15B943ED8; Sat, 14 Dec 2002 02:13:14 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [IPv6:2002:3dca:fa09::1]) by nd250009.gab.xdsl.ne.jp (8.12.6/8.12.6/NinthNine) with SMTP id gBEAD3Gp098416; Sat, 14 Dec 2002 19:13:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200212141013.gBEAD3Gp098416@nd250009.gab.xdsl.ne.jp> Date: Sat, 14 Dec 2002 19:13:03 +0900 From: Norikatsu Shigemura To: ports@FreeBSD.org Cc: hopet@ics.muni.cz, riggs@rrr.de, lioux@FreeBSD.org Subject: Re: FreeBSD Port: liveMedia-2002.10.22 In-Reply-To: <200212140258.gBE2w5Gp076424@nd250009.gab.xdsl.ne.jp> References: <001c01c2a2eb$81b67d70$2603fb93@kloboucek> <200212140258.gBE2w5Gp076424@nd250009.gab.xdsl.ne.jp> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 14 Dec 2002 11:58:05 +0900 Norikatsu Shigemura wrote: > Humm.. multimedia/mplayer is broken at 4-STABLE by new liveMedia. To fix, patch following lines. Because blockMyself method was changed to doEventLoop one. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/mplayer/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 5 Dec 2002 10:45:33 -0000 1.37 +++ Makefile 14 Dec 2002 10:07:31 -0000 @@ -28,6 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XLIB= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS=${PTHREAD_LIBS} \ @@ -254,6 +255,10 @@ @${ECHO_MSG} "You can disable runtime cpu detection features by defining WITHOUT_RUNTIME_CPUDETECTION" .endif .endif # ARCH == i386 + +post-patch: + ${REINPLACE_CMD} -e 's/blockMyself/doEventLoop/g' \ + ${WRKSRC}/libmpdemux/demux_rtp.cpp pre-configure: .if defined(WITH_LIBDVDREAD) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message