Date: 13 Nov 1999 06:55:19 -0000 From: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14857: lang/librep port creates a temporary file in the ${FILESDIR} Message-ID: <19991113065519.16836.qmail@dolphin.be.to>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 12 23:10:00 PST 1999 >Closed-Date: >Last-Modified: >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: >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?19991113065519.16836.qmail>