summaryrefslogtreecommitdiff
path: root/lang/sun-jdk6/Makefile
diff options
context:
space:
mode:
authorabs <abs>2012-05-11 13:04:17 +0000
committerabs <abs>2012-05-11 13:04:17 +0000
commit86edacf66263027b4c3edb4ba9c313039d868b87 (patch)
treee29fb5b2e9219f2e504b5c295d9479aa5f24f827 /lang/sun-jdk6/Makefile
parent022287d418ff1f46ee1ecfde9c3532a82b8d9956 (diff)
downloadpkgsrc-86edacf66263027b4c3edb4ba9c313039d868b87.tar.gz
Updated lang/sun-jdk6 to 6.0.32
Changes since sun-jdk6-6.0.31 - samples & demo directoryes dropped - 3DNow Prefetch Instruction Support - Adjust allocation prefetching for T4 - assert(VM_Version::supports_sse2()) failed: must support - Remove hotspot assertion due to Solaris 8 kstat "unimplemented". - ARM: SEGV on panda with linaro 3.1.1 running specjvm2008 - make the string table size configurable - Parallel CMS fails to properly mark reference objects - GarbageCollectorMXBean#getLastGcInfo leaks native memory - C-heap growth issue in ThreadService::find_deadlocks_at_safepoint - Memory leak in inferencing verifier (libverify.so) - SA cannot open core files larger than 2GB on Linux 32-bit - Introspector.getBeanInfo() should release some resources in timely manner - File.setWritable() / File.canWrite() not behaving as expected - CookieManager does not store cookies if url is read before setting cookie manager - (so) Socket adapter need to implement sendUrgentData - (so) Socket adpator is not synchronized on channel state - (so) Suppress creation of SocketImpl in SocketAdaptor's constructor - Cannot decode PublicKey (Provider SunPKCS11, curve prime256v1) - Gervill for 6uXX (2): make Gervill the default synthesizer - Problem with timezone in a SimpleDateFormat - Properties.loadFromXML fails with ClassCastException - compiler generates bad code when translating conditional expressions - IncompatibleClassChangeError with unreferenced local class with subclass - 32-bit JRE silent install fails on WINDOWS 2008 SERVER 64-bit under System account - installation fails by SMS under System Account - Separate demos from the bundles on Windows, Solaris and Linux - DT fails to register with Chrome - uninstall of JRE 7 with JRE 6 on the machine left 10.0.0 deployment registry key behind - IE9 prompts to disable Java plugin because of slow start up - Redirection of registry keys not happening correctly with old plugin - old-plugin liveconnect missing SecureCookiePermission - Java Plugin does not evaluate automatic proxy files correctly on Linux: always picks first proxy - 20ms latency always observed for LiveConnect round-trip in IE - revisit IE LiveConnect performance fix to address applet hang issue found by Citigroup - Java Web Start 10.1.* is considerably slower than Web Start 1.4.2, using getresource() repeatedly - Compilation of StarOffice wordml XSLT filter via XSLTC throws exception - JDK6u18 XSLT regression: xsl:copy-of failing to copy generated attributes - Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when in.remaining() == 0 - (was 7011759 Bug Cloned - 6u16: Recovering buffer manager read stream underflow from protocols are - Regular unexplained npe's from corba libs after system has been running for days - GSSAPI/SPNEGO does not work with server using MIT Kerberos library - Incorrect SSLEngine debug output - Npe occurs in abstractprocessor.readfromnextstructure - SAAJ does not set correct namespace prefix and namespace URI for attributes in some circumstances.
Diffstat (limited to 'lang/sun-jdk6/Makefile')
-rw-r--r--lang/sun-jdk6/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile
index fff1958be86..046a9a7378c 100644
--- a/lang/sun-jdk6/Makefile
+++ b/lang/sun-jdk6/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.28 2012/02/17 08:16:14 obache Exp $
+# $NetBSD: Makefile,v 1.29 2012/05/11 13:04:17 abs Exp $
-DISTNAME= jdk-6u31-linux-${DIST_ARCH}
-PKGNAME= sun-jdk6-6.0.31
+DISTNAME= jdk-6u32-linux-${DIST_ARCH}
+PKGNAME= sun-jdk6-6.0.32
MASTER_SITES= # empty
LICENSE= sun-jdk6-license
DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6
-WRKSRC= ${WRKDIR}/jdk1.6.0_31
+WRKSRC= ${WRKDIR}/jdk1.6.0_32
JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
@@ -50,8 +50,6 @@ pre-install:
${WRKSRC}/db/bin/setNetworkServerCP.bat \
${WRKSRC}/db/bin/startNetworkServer.bat \
${WRKSRC}/db/bin/stopNetworkServer.bat \
- ${WRKSRC}/db/bin/sysinfo.bat \
- ${WRKSRC}/sample/scripting/scriptpad/src/scripts/memory.sh
-
+ ${WRKSRC}/db/bin/sysinfo.bat
.include "../../mk/bsd.pkg.mk"