Date: Sun, 11 Jan 2009 22:10:45 -0500
From: diro%nixsyspaus.org@localhost
To: pkgsrc-users%netbsd.org@localhost
Subject: www/firefox-bin-flash
The current version of Adobe Flash Player is 10, while www/firefox-bin-flash
tries to pull in version 9 and can't find it. So, if you want to manually do
this:
# diff Makefile.common Makefile.common.new
3c3
< DISTNAME= install_flash_player_9_${DISTUNAME}
---
DISTNAME= flash_player_9_${DISTUNAME}_dev
6c6
< MASTER_SITES=
http://fpdownload.macromedia.com/get/flashplayer/current/
---
MASTER_SITES=
http://download.macromedia.com/pub/flashplayer/updaters/9/
28c28
< WRKNAME= install_flash_player_9_${DISTUNAME}
---
WRKNAME= flash_player_9_${DISTUNAME}_dev
# diff distinfo distinfo.new
3,5c3,5
< SHA1 (flash/9.0r124/install_flash_player_9_linux.tar.gz) =
c838e8216c2e6a0027991d567d9d951ffc26d797
< RMD160 (flash/9.0r124/install_flash_player_9_linux.tar.gz) =
21daef4b5438a13be16a4021bb1a9bba8f5c16d3
< Size (flash/9.0r124/install_flash_player_9_linux.tar.gz) = 3044538 bytes
---
SHA1 (flash/9.0r124/flash_player_9_linux_dev.tar.gz) =
1100e4aef31e481666f915e01b31afeefc02c3c5
RMD160 (flash/9.0r124/flash_player_9_linux_dev.tar.gz) =
65a1adfdcf9263753c4255965b82c10d5f526128
Size (flash/9.0r124/flash_player_9_linux_dev.tar.gz) = 9572140 bytes
# bmake extract
# tar xzf work/flash_player_9_linux_dev/plugin/debugger/libflashplayer.so.tar.gz
-C work/flash_player_9_linux_dev/
# bmake update
I tried getting version 10 of the flash player to work, but the libc that's part
of the Linux emulation package isn't a high enough version (2.4) for the newer
version of the plugin. I hope this saves someone a few minutes.