From nobody@www.freebsd.org  Thu Jun 20 13:13:54 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 64C3537B401
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2002 13:13:54 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5KKDrhG072219
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2002 13:13:53 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5KKDr7G072218;
	Thu, 20 Jun 2002 13:13:53 -0700 (PDT)
Message-Id: <200206202013.g5KKDr7G072218@www.freebsd.org>
Date: Thu, 20 Jun 2002 13:13:53 -0700 (PDT)
From: Juha Ylitalo <juha.ylitalo@iki.fi>
To: freebsd-gnats-submit@FreeBSD.org
Subject: jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR
X-Send-Pr-Version: www-1.0

>Number:         39593
>Category:       ports
>Synopsis:       jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 13:20:01 PDT 2002
>Closed-Date:    Sat Aug 10 03:44:03 PDT 2002
>Last-Modified:  Sat Aug 10 03:44:03 PDT 2002
>Originator:     Juha Ylitalo
>Release:        FreeBSD 4.6-RELEASE
>Organization:
>Environment:
FreeBSD shoes.st-paul 4.6-RELEASE FreeBSD 4.6-RELEASE #2: Sun Jun 16 16:18:59 EEST 2002     root@shoes.st-paul:/usr/obj/usr/src/sys/SHOES  i386

>Description:
In current configuration, its not possible to do "make extract", if your /usr/ports happens to be read-only NFS mount, unless you define WRKDIR, but since I already have WRKDIRPREFIX in /etc/make.conf ...

>How-To-Repeat:
See Description.
>Fix:
Currently jakarta-tomcat4 port's Makefile defines:
WRKDIR?=      ${.CURDIR}/work
This is unnecessary line, because bsd.port.mk already defines it and if we still want to define it in jakarta-tomcat4's Makefile, it should be:
WRKDIR?=		${WRKDIRPREFIX}${.CURDIR}/work
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->znerd 
Responsible-Changed-By: pat 
Responsible-Changed-When: Thu Jun 20 21:36:30 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39593 
State-Changed-From-To: open->closed 
State-Changed-By: znerd 
State-Changed-When: Sat Aug 10 03:43:05 PDT 2002 
State-Changed-Why:  
Committed the change to the jakarta-tomcat4 port and to all 
related ports(JBoss 2/3, Orion, Tomcat 3). Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39593 
>Unformatted:
