Date: Thu, 20 Jun 2002 13:13:53 -0700 (PDT) From: Juha Ylitalo <juha.ylitalo@iki.fi> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39593: jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR Message-ID: <200206202013.g5KKDr7G072218@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 39593 >Category: ports >Synopsis: jakarta-tomcat has unnecessary and/or incorrect definition for WRKDIR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 20 13:20:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206202013.g5KKDr7G072218>