Subject: PR/29643 CVS commit: pkgsrc/mk
To: None <jmmv@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-bugs
Date: 03/19/2005 16:51:02
The following reply was made to PR pkg/29643; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29643 CVS commit: pkgsrc/mk
Date: Sat, 19 Mar 2005 16:46:45 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jmmv
 Date:		Sat Mar 19 16:46:45 UTC 2005
 
 Modified Files:
 	pkgsrc/mk: java-env.mk
 
 Log Message:
 Let this file be included even if JAVA_WRAPPERS is empty; this was possible
 before, but after the introduction of alternatives, a regression appeared.
 
 This is useful for packages that install files inside ${PREFIX}/java so
 that the directory is automatically removed when empty.
 
 Problem exposed by sablevm-classpath as described in PR pkg/29643 by
 Antoine Reilles.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.4 -r1.5 pkgsrc/mk/java-env.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.