Subject: CVS commit: pkgsrc/lang/sun-jre15
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2006 14:40:36
Module Name: pkgsrc
Committed By: seb
Date: Sun May 14 14:40:36 UTC 2006
Modified Files:
pkgsrc/lang/sun-jre15: Makefile
Log Message:
Fix CHECK_FILES build
- use REQD_DIRS instead of OWN_DIRS as the latter ends up in
CHECK_FILES_SKIP causing a check-files error (files both listed in
PLIST and CHECK_FILES_SKIP are reported as an "error"). Besides
OWN_DIRS creation at ADDing time is subject to PKG_CONFIG setting,
so these directories might not be created which would cause problems.
- Add $JAVA_HOME/lib/$MACHINE_ARCH/client/classes.jsa to CHECK_FILES_SKIP
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/sun-jre15/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.