From okazaki@be.to Fri Nov 12 23:04:36 1999
Return-Path: <okazaki@be.to>
Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5])
	by hub.freebsd.org (Postfix) with ESMTP id 67EF715101
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 1999 23:04:30 -0800 (PST)
	(envelope-from okazaki@be.to)
Received: from mail1.be.to (point1.be.to [210.235.212.29])
	by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999102712000035) with ESMTP id QAA13317
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Nov 1999 16:04:28 +0900
Received: from acidrain (mbra0113.ppp.infoweb.ne.jp [202.219.229.77])
	by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id QAA03881
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Nov 1999 16:04:28 +0900
Received: (qmail 16837 invoked by uid 1001); 13 Nov 1999 06:55:19 -0000
Message-Id: <19991113065519.16836.qmail@dolphin.be.to>
Date: 13 Nov 1999 06:55:19 -0000
From: okazaki@be.to
Reply-To: okazaki@be.to
To: FreeBSD-gnats-submit@freebsd.org
Subject: lang/librep port creates a temporary file in the ${FILESDIR}
X-Send-Pr-Version: 3.2

>Number:         14857
>Category:       ports
>Synopsis:       lang/librep port creates a temporary file in the ${FILESDIR}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 23:10:00 PST 1999
>Closed-Date:    Sat Nov 13 16:53:48 PST 1999
>Last-Modified:  Sat Nov 13 16:54:02 PST 1999
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Unknown
>Environment:

	ports/lang/librep/Makefile,v 1.1.1.1 1999/11/11 10:15:58

>Description:

	Makefile of the librep port creates a temporary file into
	the ${FILESDIR} not under the ${WRKDIR}.

>How-To-Repeat:



>Fix:
	
	Apply this patch, thanks.

diff -urN /usr/ports/lang/librep/Makefile librep/Makefile
--- /usr/ports/lang/librep/Makefile	Thu Nov 11 19:15:58 1999
+++ librep/Makefile	Fri Nov 12 20:13:31 1999
@@ -23,7 +23,7 @@
 post-patch:
 		${CAT} ${WRKSRC}/lisp/tar-file-handler.jl | \
 		${SED} '/^(defvar tarfh-gnu-tar-version/s/nil/'${TAR_VER}'/' \
-		> ${FILESDIR}/tmp.work
-		${CP} ${FILESDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl
+		> ${WRKDIR}/tmp.work
+		${CP} ${WRKDIR}/tmp.work ${WRKSRC}/lisp/tar-file-handler.jl
 
 .include <bsd.port.mk>



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sat Nov 13 16:53:48 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
