summaryrefslogtreecommitdiff
path: root/www/firefox-bin-flash/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17marked as user-destdir installation support.obache1-1/+3
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2008-04-09Update "firefox-bin-flash" package to 9.0.124. The new version fixestron1-2/+2
the security vulnerability report in CVE-2007-6019.
2008-03-07Add support for user-destdir installation.jlam1-3/+3
2007-12-23Update flash player packages to the latest version (9.0.115).tnn1-3/+2
Done during 2007Q4 freeze because the old distfile is no longer available. New audio/video options * H.264/HE-AAC codec support Improved Performance * Multi-core support * Multi-threaded video decoding * Image scaling * Flash Player cache * Flash Media Server buffering Universal Reach * Full screen mode for Linux * Accessibility support for the plugin * Mac Os X Leopard support Fixed in this version: * On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331) * On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383) * On Linux, networking operations in the standalone player are currently slow. (193158) * On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265) * Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140) * Full-screen mode is now supported on Linux. * The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515) * Full-screen can be used when wmode is set (202290) * Passing large amounts of XML through External Interface is significantly faster (206828) * ExternalInterface now works with HTML objects that contain dots within the object name (199614)
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-15/+13
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-02-01Update to Flashplayer version 9.0r31.ghen1-4/+4
http://www.adobe.com/aboutadobe/pressroom/pressreleases/200701/011707FlashPlayerLinux.html
2006-12-19Security update to 7.0.69perry1-2/+2
I would list the changes here, but I don't entirely understand them. XXX Why do we have a separate multimedia/ns-flash package? The XXX packages to handle the opera plugins depend the ns-flash package XXX -- perhaps this could do the same so there is only one place this is XXX handled?
2006-09-17Share distinfo file between moz-bin-flash and firefox-bin-flash.wiz1-1/+3
Noted by salo@
2006-09-16Update to 7.0.68:wiz1-2/+2
This release fixes several security vulnerabilities as reported in Adobe Vulnerability APSB06-11. Multiple input validation errors have been identified that could lead to the potential execution of arbitrary code, such as that delivered from a remote location via the user's Web browser. Updating is strongly recommended.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-14Fix MASTER_SITE URL.xtraeme1-2/+2
2006-04-12Set LICENSE to flash-license.wiz1-1/+2
2006-03-29Update the linux flash plugin to version 7.0r63 to fix unspecifiedmarkd1-2/+2
vulnerabilities. See CVE-2006-0024.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-12Update MASTER_SITES.wiz1-2/+2
2005-12-11Update www/firefox-bin-flash to 7.0r61. Changes unknown.hira1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20Update to the latest release available 7.0r25, changes unknown.xtraeme1-4/+4
2004-09-28Factor out a Makefile.common so this can be used for firefox-gtk2-bin andrh1-0/+46
firefox-gtk2-bin-nightly as well.