Bug 39593

Summary: jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR
Product: Ports & Packages Reporter: Juha Ylitalo <juha.ylitalo>
Component: Individual Port(s)Assignee: Ernst de Haan <znerd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Juha Ylitalo 2002-06-20 21:20:01 UTC
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 ...

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
How-To-Repeat: See Description.
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-06-21 05:36:30 UTC
Responsible Changed
From-To: freebsd-ports->znerd

Over to maintainer
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-08-10 11:43:05 UTC
State Changed
From-To: open->closed

Committed the change to the jakarta-tomcat4 port and to all 
related ports(JBoss 2/3, Orion, Tomcat 3). Thanks!