diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-17 04:17:46 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-17 04:17:46 +0000 |
commit | 2789d2176300e98a01141b2a1d5b3c40544c3db2 (patch) | |
tree | da6d85b1882a32c807c66bc109e712ca1f112a61 /www/linuxpluginwrapper/Makefile | |
parent | 372a9dff9b7ec782a8dea57c94bc25d65fb3088d (diff) | |
download | ports-2789d2176300e98a01141b2a1d5b3c40544c3db2.tar.gz ports-2789d2176300e98a01141b2a1d5b3c40544c3db2.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
Notes
Notes:
svn path=/head/; revision=119636
Diffstat (limited to 'www/linuxpluginwrapper/Makefile')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ \ |