Bug 39295 - Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
Summary: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 13:30 UTC by obraun
Modified: 2002-07-08 11:25 UTC (History)
0 users

See Also:


Attachments
file.diff (509 bytes, patch)
2002-06-14 13:30 UTC, obraun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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