From owner-freebsd-stable@FreeBSD.ORG Sat Apr 26 13:44:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C3FB37B401 for ; Sat, 26 Apr 2003 13:44:15 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAF543FB1 for ; Sat, 26 Apr 2003 13:44:14 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with SMTP id h3QKi3IC090038; Sun, 27 Apr 2003 05:44:03 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 27 Apr 2003 05:44:03 +0900 (JST) Message-Id: <200304262044.h3QKi3IC090038@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: Joe Kelsey In-Reply-To: <1051320864.2253.8.camel@zircon> References: <20030425101027.GA72819@bermls.oau.org> <1051320466.13077.4.camel@opal.cyber.mmu.edu.my> <1051320864.2253.8.camel@zircon> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-stable@FreeBSD.org cc: brent@bermls.oau.org Subject: Re: flashpluginwrapper problem. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 20:44:15 -0000 On 25 Apr 2003 18:34:24 -0700 Joe Kelsey 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -