Bug 39593 - jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR
Summary: jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ernst de Haan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 21:20 UTC by Juha Ylitalo
Modified: 2002-08-10 11:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!