From owner-freebsd-ports@FreeBSD.ORG Fri Nov 11 18:17:17 2005 Return-Path: X-Original-To: ports@FreeBSD.org 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 57B9A16A420; Fri, 11 Nov 2005 18:17:17 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A515943D94; Fri, 11 Nov 2005 18:17:07 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.3/8.13.3/NinthNine) with ESMTP id jABIH1ZB089411; Sat, 12 Nov 2005 03:17:02 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 12 Nov 2005 03:17:01 +0900 From: Norikatsu Shigemura To: Ion-Mihai Tetcu Message-Id: <20051112031701.4d26fe52.nork@FreeBSD.org> In-Reply-To: <20051111122211.1708f512@it.buh.tecnik93.com> References: <200511110643.46560.lofi@freebsd.org> <200511110712.08548.lofi@freebsd.org> <20051111122211.1708f512@it.buh.tecnik93.com> X-Mailer: Sylpheed version 2.1.5 (GTK+ 2.6.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (sakura.ninth-nine.com [219.127.74.121]); Sat, 12 Nov 2005 03:17:02 +0900 (JST) Cc: ports@FreeBSD.org, gnome@FreeBSD.org, nork@FreeBSD.org, lofi@FreeBSD.org, xxjack12xx@gmail.com Subject: Re: Flash 7 plugin no longer working in Firefox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 18:17:17 -0000 On Fri, 11 Nov 2005 12:22:11 +0200 Ion-Mihai Tetcu wrote: > > On Friday, 11. November 2005 06:45, Jack L. wrote: > > > Please get and apply a dlsym(3) hook patch. > > > http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff > > > This provides _dlsym(3) function to fix dynamic-link > > > error "can't find gtk_major_version" ad-hoc-ly. > > > from pkg-message > > > That fixed it for me. > > And for me. > Is there any reason for which this patch can't be committed ? I mean it > has been along for a long time, and patching the sources every cvs-up > is not that funny. Flash7 with native browsers were unstable for a long time. So I had no motivation to commit my patch to source tree. However, in recently, flash7 was updated to 7.0r61. I expect that flash7 will be stable, and I'm testing 7.0r61 now. Now I'm research why libflashplayer.so cannot find gtk_major_version function. I think that dlsym(3) should be similar behavior like Linux one:-). So I'll modify dlsym(3) to become behavior of Linux's dlsym(3).