CVS log for ports/www/linuxpluginwrapper/pkg-message
Up to [FreeBSD] / ports / www / linuxpluginwrapper
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 28 14:04:58 2007 UTC (5 years ago) by nork
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -12 lines
No more dlsym(3) hack. Thanks Sean C. Farley. Submitted by: Sean C. Farley <sean-freebsd@farley.org>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 13 07:03:31 2005 UTC (6 years, 3 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Update to 20051113. o Fix many typos. [1] o Add support is_enabled_lpw, confirms that Linux Plugin Wrapper is enabled like following test. $ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found" $ echo $? 1 This is for information to mozilla and related browsers, to use /usr/X11R6/lib/browser_linux_plugins or not. [2] Pointed out by: many people [1] Suggested by: mezz [2]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 9 13:36:11 2005 UTC (6 years, 5 months ago) by nork
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -8 lines
Update to 20050909. o Overhaul libmap.conf samples. [1] (Remove old setting) o Cleanup some functions on flash7. But... o Add support Acroread7 on 4.x. [2] I don't test it:-). o Add support 6.0-BETA3 or after. Pointed out by: many people [1] Reported by: vs [2]
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 18 18:28:44 2005 UTC (6 years, 10 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -5 lines
Update to 20050319. o Add support Acrobat Reader 7.0. [1] o Remove oldest notes in pkg-message. [2] I was cheated by: ume and Shinichiro Komatsu <koma2@ms.u-tokyo.ac.jp> [1] Pointed out by: kuriyama [2]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:05:22 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -4 lines
Update to 20041219. o Fix libmap.conf error on 4-stable and Opera. [1] o Fix recursive call problem on firefox. [2] Submitted by: vs [1], deischen[2]
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 17 04:17:46 2004 UTC (7 years, 3 months ago) by nork
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -0 lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 11 17:15:45 2004 UTC (7 years, 4 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
o Add emulators to CATEGORIES. [1] o Chase libm.so version-bumpd. [2] o Fix comments about KDE/Konqueror. [3] o Install libmap.conf to EXAMPLEDIR. [4] Suggested by: takawata [1] Pointed out by: ume [2] Discussed by: KDE/FreeBSD [3] (Sorry, I lost mails which was disscused about this). Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [4] PR: ports/72494 [2] Submitted by: Amir Shalem <amir@active.ath.cx> [2] Tested by: ume Approved by: portmgr (marcus)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 29 13:52:25 2004 UTC (7 years, 11 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -13 lines
o A DDDD IIII OOA SSSS A A D D II OO OO S A A D D II OO OO SSS AAAAA D D II OO OO S A A DDDD IIII OO SSSS linuxthreads! o Accordingly, Flash6 plugin was more stable and robust with libc_r. Maybe, I'll stop to hear that some browsers (firefox, epiphany, etc..) will be overrun on own exit. o With the result, /etc/libmap.conf sould be updated. Please be careful. [libflashplayer.so] libpthread.so.0 liblthread.so.3 to libpthread.so.0 pluginwrapper/flash6.so o Acrobat plugin became beta1 quality state and more stable. You will be able to view PDF on native browsers with PTHREAD(KSE/THR), but I'm afraid that /usr/local/Acrobat5/Reader/intellinux/bin/acroread will not exit. Because acrobat plugin cannot stop it. I think that I should add more (some?) pthread(3) functions. Please be careful: Native browsers with acrobat requires libKSE/THR/PTHREAD. On libc_r, these will be overrun. o Major errno (ENOENT, ...) are almost same between FreeBSD's and Linux's. So I didn't convert it. But EAGAIN is not same between these. So I fixed this, and acrobat became good. Not tested on: 4-stable Tested on: 5.2-current Obtained from: Using the Linux flash plugin on Solaris x86 http://www.tools.de/solaris/flash/
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:15:23 2003 UTC (8 years, 2 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Add linuxpluginwrapper 20031120, a wrapper allowing use of linux-plugins like flash6(almost stable) and acroread5(unstable, you can use only one shot from boot) with native browsers. Flash6 |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | OK | OK | OK | OK | OK | OK but... 5-current | OK | OK | OK | OK | NG | OK but... For konquere user: Please set plugins directory by hand. Acrobat |mozilla | firebird | galeon | ephiphany | opera | konquere ------------+--------+----------+--------+-----------+-------+---------- 4-stable[*] | ONLY 5-current | ONE SHOT USE [*] patched with http://people.FreeBSD.org/~nork/libmap_4stable.diff [1] port to NetBSD and try to use realplayer plugin. [2] use linux-threads. [3] map libc.so.6 -> pluginwrapper.so idea Submitted by: Takahiro Igarashi <thir@thir.org> [1] Joe Kelsey <joek@mail.flyingcroc.net> [2] t3rra yi <t3rra@hotmail.com> [3] Tested by: members of C BSD Users Group in Tokyo, Japan (C is Capital?) and many many many many many many many people! Desired by: ume as Trekkie Yoshihiko Sarumaru <sarumaru@yamayuri.org> Reviewed by: simokawa, ume, takawata, nectar Repo copied by: joe (cvs) Approved by: marcus (portmgr)
