From gslin@Infomath.math.NCTU.edu.tw  Thu Jun 13 13:39:16 2002
Return-Path: <gslin@Infomath.math.NCTU.edu.tw>
Received: from Infomath.math.NCTU.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119])
	by hub.freebsd.org (Postfix) with ESMTP id C215E37B408
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jun 2002 13:39:15 -0700 (PDT)
Received: by Infomath.math.NCTU.edu.tw (Postfix, from userid 1000)
	id A10065782; Fri, 14 Jun 2002 04:37:05 +0800 (CST)
Message-Id: <20020613203705.A10065782@Infomath.math.NCTU.edu.tw>
Date: Fri, 14 Jun 2002 04:37:05 +0800 (CST)
From: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Reply-To: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@Infomath.math.NCTU.edu.tw
Subject: Update port: net/ntalk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39239
>Category:       ports
>Synopsis:       Update port: net/ntalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 13:40:02 PDT 2002
>Closed-Date:    Fri Jun 14 00:13:46 PDT 2002
>Last-Modified:  Fri Jun 14 00:13:46 PDT 2002
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD Infomath.math.NCTU.edu.tw 4.6-RC FreeBSD 4.6-RC #1: Fri May 31 15:27:31 CST 2002 root@InFoPC34.Math.nctu.edu.tw:/usr/src/sys/compile/InfoPC34 i386


	
>Description:
	Use ${REINPLACE_CMD} instead of ${PERL}
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/net/ntalk/Makefile ntalk/Makefile
--- /usr/ports/net/ntalk/Makefile	Wed May 22 00:41:48 2002
+++ ntalk/Makefile	Fri Jun 14 04:29:10 2002
@@ -15,7 +15,7 @@
 ALL_TARGET=	${PORTNAME}
 
 post-patch:
-	@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri Jun 14 00:12:48 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39239 
>Unformatted:
