Bug 39295

Summary: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
Product: Ports & Packages Reporter: obraun <obraun>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description obraun 2002-06-14 13:30:01 UTC
Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-14 19:39:05 UTC
I think one mega-patch for one category is better :)
-- 
KISS : Keep It Simple, Stupid.
Comment 2 obraun 2002-06-16 11:13:13 UTC
* Ying-Chieh Liao <ijliao@FreeBSD.ORG> [2002-06-14 20:40]:
> I think one mega-patch for one category is better :)

ok. I am going to submit the mega-patches for cad, astro, and audio.

And this _IS_ the mega-patch for benchmarks ;o)

Regards,
         Olli
Comment 3 obraun 2002-06-20 00:13:54 UTC
add USE_REINPLACE= yes

Regards,
         Olli


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/postal/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/09/09 11:03:16	1.2
+++ Makefile	2002/06/19 23:13:29
@@ -14,12 +14,13 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
+USE_REINPLACE=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
 MAN8=	postal.8 postal-list.8 rabid.8
 
 post-patch:
-	@${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
 
 .include <bsd.port.mk>
Comment 4 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-07-08 11:25:33 UTC
State Changed
From-To: open->closed

committed, thanks