From owner-cvs-ports@FreeBSD.ORG Sun Feb 29 06:20:04 2004 Return-Path: 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 40D6A16A4CE; Sun, 29 Feb 2004 06:20:04 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F5543D1F; Sun, 29 Feb 2004 06:20:03 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with SMTP id i1TEK2KI092234; Sun, 29 Feb 2004 23:20:02 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 29 Feb 2004 23:20:02 +0900 (JST) Message-Id: <200402291420.i1TEK2KI092234@sakura.ninth-nine.com> From: Norikatsu Shigemura To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200402291352.i1TDqPR5007867@repoman.freebsd.org> References: <200402291352.i1TDqPR5007867@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: ports/www/linuxpluginwrapper Makefile distinfo pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 14:20:04 -0000 On Sun, 29 Feb 2004 05:52:25 -0800 (PST) Norikatsu Shigemura wrote: > nork 2004/02/29 05:52:25 PST > FreeBSD ports repository > Modified files: > www/linuxpluginwrapper Makefile distinfo pkg-message > Log: > o A DDDD IIII OOA SSSS > A A D D II OO OO S > A A D D II OO OO SSS > AAAAA D D II OO OO S > A A DDDD IIII OO SSSS linuxthreads! > o Accordingly, Flash6 plugin was more stable and robust with libc_r. ~~~ became ~~~~ even if you use libc_r. > Maybe, I'll stop to hear that some browsers (firefox, epiphany, etc..) ~~~~~~~~~~~~~~~~~ Oops, I hope I'll not hear that... Tsukkomi-ed by: Hiroo Ono and Yoshihiko Sarumaru > will be overrun on own exit. > o With the result, /etc/libmap.conf sould be updated. Please be careful. > [libflashplayer.so] > libpthread.so.0 liblthread.so.3 > to > libpthread.so.0 pluginwrapper/flash6.so > o Acrobat plugin became beta1 quality state and more stable. You will > be able to view PDF on native browsers with PTHREAD(KSE/THR), but I'm > afraid that /usr/local/Acrobat5/Reader/intellinux/bin/acroread will > not exit. Because acrobat plugin cannot stop it. I think that > I should add more (some?) pthread(3) functions. > Please be careful: > Native browsers with acrobat requires libKSE/THR/PTHREAD. > On libc_r, these will be overrun. > o Major errno (ENOENT, ...) are almost same between FreeBSD's and Linux's. > So I didn't convert it. But EAGAIN is not same between these. So > I fixed this, and acrobat became good. > Not tested on: 4-stable > Tested on: 5.2-current > Obtained from: Using the Linux flash plugin on Solaris x86 > http://www.tools.de/solaris/flash/ > Revision Changes Path > 1.19 +3 -14 ports/www/linuxpluginwrapper/Makefile > 1.7 +2 -2 ports/www/linuxpluginwrapper/distinfo > 1.2 +6 -13 ports/www/linuxpluginwrapper/pkg-message