Subject: CVS commit: pkgsrc/lang/sun-jre15
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 10/09/2004 04:19:10
Module Name: pkgsrc
Committed By: tv
Date: Sat Oct 9 04:19:10 UTC 2004
Modified Files:
pkgsrc/lang/sun-jre15: Makefile Makefile.common PLIST
Added Files:
pkgsrc/lang/sun-jre15: DEINSTALL.tmpl INSTALL.tmpl
Log Message:
Class Data Sharing, while fast, is apparently also touchy. Do the
classes.jsa generation at the last possible moment, in the INSTALL script.
(Somewhere in the generated file is a hash of the pathname used to generate
it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/lang/sun-jre15/DEINSTALL.tmpl \
pkgsrc/lang/sun-jre15/INSTALL.tmpl
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/sun-jre15/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/sun-jre15/Makefile.common
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/sun-jre15/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.