Subject: pkg/19021: lang/kaffe's MESSAGE does not match reality
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@menta.net>
List: netbsd-bugs
Date: 11/12/2002 12:38:41
>Number:         19021
>Category:       pkg
>Synopsis:       lang/kaffe's MESSAGE does not match reality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 12 03:34:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6K
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6K NetBSD 1.6K (DARKSTAR) #130: Thu Nov 7 23:22:44 CET 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	The MESSAGE file printed by lang/kaffe shows several paths that do not
	match the reality, where files are really installed. Note that the
	package changes ${PREFIX}, but in the message we are using it as if it
	was not modified.
>How-To-Repeat:
	
>Fix:
	This patch fixes the paths and also reformats the last paragraph, so
	all lines are less than 75 columns (it looks better if text lines are
	shorter than ==== headings).

Index: MESSAGE
===================================================================
RCS file: /cvsroot/pkgsrc/lang/kaffe/MESSAGE,v
retrieving revision 1.1
diff -u -u -r1.1 MESSAGE
--- MESSAGE	2002/10/13 07:33:27	1.1
+++ MESSAGE	2002/11/12 11:30:58
@@ -5,12 +5,12 @@
 This requires the setting of PATH and LD_LIBRARY_PATH.
 For the standard installation these would be defined as follows:
 
-	PATH=$PATH:/${PREFIX}/java/kaffe/bin
-	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/java/kaffe/lib
+	PATH=$PATH:${PREFIX}/bin
+	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/lib
 
 Note that you don't have to setup the CLASSPATH - if you do then that's
-fine, but if you don't Kaffe will construct a classpath from the Jar and Zip
-files it finds in the standard places (the default would be to include all
-files in ${PREFIX}/java/kaffe/share/kaffe).
+fine, but if you don't Kaffe will construct a classpath from the Jar and
+Zip files it finds in the standard places (the default would be to include
+all files in ${PREFIX}/share/kaffe).
 
 ===========================================================================


	Thanks!
>Release-Note:
>Audit-Trail:
>Unformatted: