flashpluginwrapper problem.

Norikatsu Shigemura nork at FreeBSD.org
Sat Apr 26 13:44:15 PDT 2003


On 25 Apr 2003 18:34:24 -0700
Joe Kelsey <joe at 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
  
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


More information about the freebsd-stable mailing list