diff options
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 |