summaryrefslogtreecommitdiff
path: root/www/firefox-bin/Makefile.NetBSD.i386
AgeCommit message (Collapse)AuthorFilesLines
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-11/+0
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-05-12Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for historyghen1-11/+2
and change notes). Firefox 1.5.0.x will be maintained in www/firefox15*, as discussed on tech-pkg.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-09firefox-bin requires libraries from suse_compat when using SUSE 10.0salo1-1/+4
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-18Move firefox-gtk2-bin package contents to firefox-bin, and renamewiz1-4/+6
package to match. There are no firefox gtk1 binary packages for linux any longer, so no need to keep two different -bin packages around. This way it also matches the non-bin firefox packages.
2005-01-22Update firefox-bin to firefox 1.0.jdolecek1-4/+5
Notes: * NetBSD-native version not available, this can be used only with MOZILLA_USE_LINUX * Linux sets MOZ_GTK2, gtk1-compiled version doesn't appear to be available * Solaris not tested
2004-07-15re-add Firefox 0.8 binary pkg for NetBSD/i386, both the NetBSD nativegrant1-0/+14
and Linux versions (define MOZILLA_USE_LINUX to use the Linux version). both tested on NetBSD-current.
2004-07-12there are no builds for NetBSD yet and the Linux builds don't work outgrant1-11/+0
of the box because they need a newer glibc which needs compat_linux fixes, so just remove it for now instead of pretending it will work.
2004-06-29update firefox-bin to 0.9.grant1-12/+9
Linux tested - there are no NetBSD builds so far and the Linux builds require glibc-2.3 which isn't in pkgsrc so does not work out of the box on NetBSD yet. changes since 0.8 can be found at: http://www.mozilla.org/products/firefox/releases/0.9.html
2004-02-10the NetBSD build of Firefox 0.8 is now available.grant1-1/+8
2004-02-09Initial import of Firefox 0.8 into The NetBSD Packages Collection.grant1-0/+7
This is (right now) a Linux binary package. Mozilla Firebird has been renamed to Firefox, and this package will obsolete MozillaFirebird when Solaris and NetBSD builds become available.