From owner-cvs-ports Tue Mar 4 16:11:26 2003 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 C562837B401; Tue, 4 Mar 2003 16:11:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A0943FBF; Tue, 4 Mar 2003 16:11:23 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h250BN0U076860; Tue, 4 Mar 2003 16:11:23 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h250BNuc076859; Tue, 4 Mar 2003 16:11:23 -0800 (PST) Message-Id: <200303050011.h250BNuc076859@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Mar 2003 16:11:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-libao2-ao_arts.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/03/04 16:11:23 PST FreeBSD ports repository Modified files: multimedia/mplayer Makefile Added files: multimedia/mplayer/files patch-libao2-ao_arts.c Log: o Fix outstanding issue with KDE aRts: do not lockup when exitting - Background: For some reason, mplayer locks up if we cleanup when exitting by calling arts_free(). Therefore, we trade risk of memory leakage when using KDE aRts over locking up. - Caveat: Memory probably is not witheld after mplayer exits. I won't say that it IS NOT withheld cause I do not know what arts_free() does exactly. So, worst case scenario is probably that we will leak memory for as many files the user tells mplayer to play but only WHILE mplayer is running. o Bump PORTREVISION Reviewed by: kde (some members) Revision Changes Path 1.49 +1 -1 ports/multimedia/mplayer/Makefile 1.1 +18 -0 ports/multimedia/mplayer/files/patch-libao2-ao_arts.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-ports" in the body of the message