summaryrefslogtreecommitdiff
path: root/lang/sun-jre6
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Replace @exec/@unexec with @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-113/+1
2009-06-09Recover checksum for jce_policy file, it had been lost updating to u14.obache1-1/+4
2009-06-02update to u14, u12 has security issues. Please read the release notes for u14christos3-14/+11
particularly with respect to the new G1 garbage collector.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+3
block). Uncomment some commented out LICENSE lines while here.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-06More pkglintabs1-1/+2
2009-03-06pkglint, use ${PLIST.x11} instead of PLIST_SUBSTabs3-14/+14
2009-03-03Fix DESTDIR support when building native linuxabs1-2/+3
2009-02-20move registration.xml fix to pre-install and WRCSRC - suggested by obache@abs1-5/+3
2009-02-20since registration.xml is only generated the first time a package is builtabs2-3/+6
on a box, just remove it in post-install so we can have a consistent package build
2009-02-19+java/sun-6/lib/servicetag/registration.xmlabs1-1/+2
2009-02-15Re-add missing checksum for jce_policy file.obache1-1/+4
Part of PR 40644.
2009-02-11Fix detection on OpenSolarisadrianp1-2/+2
2009-02-08welcome to update 12christos2-9/+9
2009-01-18more PLIST fixes.christos1-1/+5
2009-01-18welcome to 6u11christos3-20/+13
2008-11-11Bump revisions of sun-jre6 and sun-jdk6 as suggested by joergreinoud1-1/+2
2008-11-11Add missing file in PLIST; no need to update of patch number.reinoud1-1/+2
java/sun-6/lib/servicetag/registration.xml
2008-10-25Fix path to jre on SunOSadrianp1-2/+2
2008-10-24Remove the Darwin specific hacks in this so it can detect Java on otheradrianp1-7/+9
OSes as well (e.g. OpenSolaris).
2008-10-24Add support for builtin Java 1.6 on Darwin 9.*adrianp1-0/+74
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.