Date: Fri, 2 May 2003 14:57:53 +0800 (CST) From: =?gb2312?q?bai=20song?= <fellforan@yahoo.com.cn> To: freebsd-hackers@freebsd.org Subject: Re: flashpluginwrapper problem. Message-ID: <20030502065753.96501.qmail@web15212.mail.bjs.yahoo.com>
next in thread | raw e-mail | index | archive | help
--- Norikatsu Shigemura <nork@FreeBSD.org> 的正文:> 日期: Sun, 27 Apr 2003 05:44:03 +0900 (JST) > 发件人: Norikatsu Shigemura <nork@FreeBSD.org> > 收件人: Joe Kelsey <joe@zircon.seattle.wa.us> > 抄送: freebsd-stable@FreeBSD.org > 抄送: brent@bermls.oau.org > 主题: Re: flashpluginwrapper problem. > > On 25 Apr 2003 18:34:24 -0700 > Joe Kelsey <joe@zircon.seattle.wa.us> wrote: > > See ports/48470. More than 2 months ago, I > submitted a change to the > > flashpluginwrapper port to add a helper script to > allow people to easily > > automate this process. The patch is just sitting > there, ignored. > > Oops, sorry. I have no time for release > engineering for it. > In > http://tmp.ninth-nine.com/FlashPluginWrapper/2003-03-21/ > there are it's release candidate alpha version. > Some messages should be fixed and brushed up. > > I think I make a patch for run-mozila.sh in > www/mozilla, > www/mozilla-vendor, www/mozilla-devel. OK? > > SAMPLE PATCH for www/mozilla's > files/patch-build_unix_run-mozilla.sh > - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - - - - - - - - - - - > Index: patch-build_unix_run-mozilla.sh > =================================================================== > RCS file: > /home/ncvs/ports/www/mozilla/files/patch-build_unix_run-mozilla.sh,v > retrieving revision 1.2 > diff -u -r1.2 patch-build_unix_run-mozilla.sh > --- patch-build_unix_run-mozilla.sh 23 Oct 2002 > 04:43:14 -0000 1.2 > +++ patch-build_unix_run-mozilla.sh 26 Apr 2003 > 20:36:50 -0000 > @@ -1,5 +1,5 @@ > ---- build/unix/run-mozilla.sh.orig Wed Oct 23 > 00:08:03 2002 > -+++ build/unix/run-mozilla.sh Wed Oct 23 00:08:59 > 2002 > +--- build/unix/run-mozilla.sh.orig Fri Feb 14 > 05:30:52 2003 > ++++ build/unix/run-mozilla.sh Sun Apr 27 05:36:20 > 2003 > @@ -355,7 +355,7 @@ > fi > ## > @@ -9,8 +9,8 @@ > if [ -n "$LD_LIBRARYN32_PATH" ] > then > > LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"} > -@@ -392,7 +392,7 @@ > - export XSUNTRANSPORT XSUNSMESIZE > +@@ -402,7 +402,7 @@ > + fi > fi > # Font path for Xft > > -FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" > @@ -18,11 +18,13 @@ > export FONTCONFIG_PATH > > if [ "$moz_debug" -eq 1 ] > -@@ -435,6 +435,9 @@ > +@@ -445,6 +445,11 @@ > # > export MOZILLA_FIVE_HOME LD_LIBRARY_PATH > export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH > DYLD_LIBRARY_PATH > + > ++LD_PRELOAD=/usr/local/lib/flash/flashwrapper.so > ++export LD_PRELOAD > +MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins > +export MOZ_PLUGIN_PATH > > - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - - - - - - - - - - - > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" _________________________________________________________ Do You Yahoo!? 相见不如聊天!不出门一样面对面!网络摄像头对对派送中~赶快用你的雅虎电邮帐号参与吧…… http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502065753.96501.qmail>