Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/14/2002 15:10:56
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Oct 14 12:10:54 UTC 2002

Modified Files:
	pkgsrc/mk: java.mk

Log Message:
Knock off a TODO item: when generating the internal list of acceptable
JVMs from the package-provided PKG_JVM_ACCEPTED list, filter out those
JVMs that aren't available for the current platform.  This allows a
package to simply list all JVMs that may be used to build it in
PKG_JVM_ACCEPTED, regardless of platform issues, instead of having to
construct a different PKG_JVM_ACCEPTED based on the platform we are using.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/java.mk

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