summaryrefslogtreecommitdiff
path: root/lang/sun-jre6
AgeCommit message (Collapse)AuthorFilesLines
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg2-4/+8
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-7/+6
through PLIST_SUBST to the plist module.
2008-03-12We're at u5 not u4. Add a note about this so it does not happen again.adrianp1-2/+3
2008-03-05Update to Java 6.0 Update 5. Security update that fixes multiple recentlytnn3-9/+14
reported vulnerabilities. * http://java.sun.com/javase/6/webnotes/ReleaseNotes.html#160_05
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2008-01-24s/u1/u4/adrianp1-2/+2
2008-01-20Use EMUL_ARCH instead of MACHINE_ARCH for x86_64 platform using 32bit binary.obache1-2/+2
Problem reported in PR 37725.
2008-01-20Keep sun-jre6 and sun-jdk6 versions in sync. Noted by veego@tnn6-14/+18
2008-01-20Update lang/sun-jre6 to 6.0.3 and lang/sun-jdk6 to 6.0.4.tnn6-16/+19
Please see the release notes online[1] for the list of fixed bugs. Also, the license was wrong. There are several differences in all clauses between the 1.3 and 6 licenses, so add the proper license files. [1] http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
2007-08-27If running native Linux, fail to install if the X11 libraries aren'tjlam2-3/+33
available "somehow" -- for X11_TYPE == "native", then just fail, otherwise for X11_TYPE == "modular", then build the libX11 package to satisfy the library requirements for "javaws" and "policytool". This fixes pkg/36838 reported by Ondrej Tuma. Bump the PKGREVISIONs for sun-jre14, sun-jre15, and sun-jre6.
2007-08-23We always install into "i386", not ${MACHINE_ARCH}, which would be wrongjlam1-63/+63
on amd64.
2007-08-22Don't bother stating that we need COMPAT_LINUX, as the packages wejlam1-13/+7
depend upon to supply the Linux shared libraries already tell the user this. The JDK packages also depend on the corresponding JRE package, so they don't need to show the same message -- keep the message with the JRE packages instead.
2007-08-22Fix error that happened during conversion to the emulator framework:jlam2-6/+4
the Sun JDK/JRE packages require the "compat" Linux module, so make that a hard requirement in EMUL_MODULES.linux. Bump the PKGREVISION for sun-{jdk,jre}{13,14,15,6}.
2007-08-02Skip the check for the right file -- the installed file is underjlam1-2/+2
${EMUL_ARCH}, not ${MACHINE_ARCH}.
2007-07-31Delete the correct file path for ${EMUL_ARCH}, not for ${MACHINE_ARCH}.jlam1-2/+2
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam7-47/+41
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-06-25Mask DragonFly. It coredumps and just hangs around.joerg1-1/+3
2007-05-25Replace sun15 with sun6 to match reality.rh1-12/+12
2007-04-26Update to 6u1; fixes PR pkg/36181.tv4-15/+16
Give away to pkgsrc-users.
2007-02-18SUN JRE/JDK 6.0. The new naming convention is that "1.6.0" is now "6.0"tv10-0/+1086
(true for 1.5, but officially branded as such for 6), so this is called "sun-j{dk,re}6" rather than "sun-j{dk,re}16". amd64 support is not currently included, but initial provision exists in the sun-jre6 package as it was cloned initially from sun-jre15.