diff options
author | nork <nork@FreeBSD.org> | 2004-10-17 12:17:46 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-17 12:17:46 +0800 |
commit | bde1090c1bae5096e170a74cbf55c090c38cc134 (patch) | |
tree | 768f2a35deeb2366f9a9df03b43cd34cb26118c4 /www/linuxpluginwrapper | |
parent | 36c3a4847c2070f298951441337e0cc2b6e7a0ef (diff) | |
download | freebsd-ports-gnome-bde1090c1bae5096e170a74cbf55c090c38cc134.tar.gz freebsd-ports-gnome-bde1090c1bae5096e170a74cbf55c090c38cc134.tar.zst freebsd-ports-gnome-bde1090c1bae5096e170a74cbf55c090c38cc134.zip |
The First Contact^W Implementation of Macromedia Flash7 plugin
I'm plesure to support Macromedia Flash7 plugin.
o Update to 20041017.
o Flash7 support is alpha quality.
o mozilla looks good, but firefox looks bad. firefox has
a double free problem with Flash7. I don't know how to
fix this problem.
o For Flash7 support, we must apply a rtld dlsym(3) patch.
Please read pkg-message for detail.
Desired by: ume
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 2 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-message | 15 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-plist | 1 |
4 files changed, 19 insertions, 3 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index a9d317592bb8..59653fef4cd7 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20041010 +PORTVERSION= 20041017 PORTREVISION= 0 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index 6de2f201720e..564b3434be41 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -1,2 +1,2 @@ -MD5 (linuxpluginwrapper-20041010.tar.gz) = 3ddc99418f83c7e1a3b47e4e9911bb35 -SIZE (linuxpluginwrapper-20041010.tar.gz) = 13176 +MD5 (linuxpluginwrapper-20041017.tar.gz) = 52dbc8ac97e9c6dc45b6e017ddce5120 +SIZE (linuxpluginwrapper-20041017.tar.gz) = 16013 diff --git a/www/linuxpluginwrapper/pkg-message b/www/linuxpluginwrapper/pkg-message index 7d016405922e..51e8ffc8950b 100644 --- a/www/linuxpluginwrapper/pkg-message +++ b/www/linuxpluginwrapper/pkg-message @@ -13,6 +13,21 @@ libpthread.so.0 pluginwrapper/flash6.so libm.so was version-bumped on 5.3-BETA7. Please change libm.so.2 to libm.so.3. +** PLEASE NOTE Macromedia Flash7 SUPPORT IS ALPHA VERSION. ** +If you find any problem, please send me report(s) with debug +information like 'make -DDEBUG install' or patch(es). + +Firefox has a double free problem wih Flash7. So I don't +support it. Please don't send me a report about firefox. +Of course, I always welcome to recieve fixed problems report. + +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. + +I don't set default to use flash7. Please set-up your +enviroment(ln -s, apply patch to rtld,...). ================================================================ diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist index d0070930dff8..eee3277b4d02 100644 --- a/www/linuxpluginwrapper/pkg-plist +++ b/www/linuxpluginwrapper/pkg-plist @@ -1,4 +1,5 @@ lib/pluginwrapper/flash6.so +lib/pluginwrapper/flash7.so lib/pluginwrapper/acrobat.so lib/pluginwrapper/jai.so lib/pluginwrapper/java3d.so |