Subject: pkg/30589: pkg jakarta-tomcat55 makefile problems
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <Rainer.Pruy@acrys.com>
List: pkgsrc-bugs
Date: 06/24/2005 09:27:01
>Number:         30589
>Category:       pkg
>Synopsis:       some minor oversites withe the Makefile of www/jakarta-tomcat55
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 24 09:27:01 +0000 2005
>Originator:     Rainer.Pruy@acrys.com
>Release:        NetBSD 2.0.2
>Organization:
	
>Environment:
System: NetBSD Orcus 2.0.2 NetBSD 2.0.2 (ORCUS32) #2: Thu Jun 2 10:59:51 CEST 2005 kardel@Orcus:/usr/src/sys/arch/i386/compile/ORCUS32 i386
Architecture: i386
Machine: i386
>Description:
	1. The variable USE_JAVA2 uses a value of "1.50" while it should read "1.5" to be detected correctly
	2. The Makefile should ensure PKG_CONFIG is set as config files currently go to ${PREFIX} (/usr/pkg) while the sw expects them at ${TOMCAT_LIB}.
	   All is prepared well for the correct placement, however the modified PKG_SYSCONFDIR does not take effect if PKG_CONFIG is not set.
>How-To-Repeat:
	Having no PKG_CONFIG set in default places like /etc/mk.conf run

		cd $PKGSRCROOT/www/jakarta-tomcat55; make install 
>Fix:
	obvious... ?