From owner-freebsd-ports@FreeBSD.ORG Sun Dec 19 02:45:15 2004 Return-Path: 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 CDDC416A4CE; Sun, 19 Dec 2004 02:45:15 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3878F43D39; Sun, 19 Dec 2004 02:45:15 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (YahooBB219035170020.bbtec.net [219.35.170.20]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with ESMTP id iBJ2jCSx032774; Sun, 19 Dec 2004 11:45:12 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 19 Dec 2004 11:45:12 +0900 (JST) Message-Id: <200412190245.iBJ2jCSx032774@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Daniel Eischen In-Reply-To: References: X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.14; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.11 (sakura.ninth-nine.com [219.127.74.121]); Sun, 19 Dec 2004 11:45:13 +0900 (JST) cc: ports@FreeBSD.org cc: nork@FreeBSD.org Subject: Re: Recent commit breaks linuxpluginwrapper (fwd) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 02:45:15 -0000 On Sat, 18 Dec 2004 13:13:50 -0500 (EST) Daniel Eischen wrote: > This commit broke linuxpluginwrapper. A patch that fixes it is shown > in the commit log below. Sorry about the breakage. I'm sorry that correspondence and the reply of mail is overdue. > deferred while threads hold private mutexes. This fix also > breaks www/linuxpluginwrapper; a patch that fixes it is at > http://people.freebsd.org/~deischen/kse/linuxpluginwrapper.diff I merged your patch to linuxpluginwrapper-20041219.tar.gz. Thank you for your submittion.