Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 10/09/2004 03:53:48
Module Name:	pkgsrc
Committed By:	tv
Date:		Sat Oct  9 03:53:48 UTC 2004

Modified Files:
	pkgsrc/lang/sun-jdk15: Makefile
	pkgsrc/lang/sun-jre15: Makefile Makefile.common PLIST

Log Message:
1. Make the extractor compress the jarfiles.  Sun has an annoying tendency
to store (mode-0) all classes in jarfiles, which in practice does *not*
provide any measureable speedup; rather, let's get back some diskspace.

2. Enable the new Class Data Sharing feature by doing a -Xshare:dump at
extract time and installing the resultant classes.jsa.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/sun-jdk15/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/sun-jre15/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/sun-jre15/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/sun-jre15/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.