From sf@dsinw.com  Sun Jun 23 09:26:37 2002
Return-Path: <sf@dsinw.com>
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by hub.freebsd.org (Postfix) with ESMTP id 9DE3D37B400
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 09:26:36 -0700 (PDT)
Received: from ivymike.satan.kom (05-030.021.popsite.net [192.216.197.30])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5NGOo615874
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 09:24:51 -0700
Message-Id: <20020623092656.U99045-100000@ivymike.satan.kom>
Date: Sun, 23 Jun 2002 09:28:04 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/palm/coldsync  ${PERL} -> ${REINPLACE_CMD}

>Number:         39704
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 09:30:01 PDT 2002
>Closed-Date:    Sun Jun 23 09:43:29 PDT 2002
>Last-Modified:  Mon Jul 05 16:52:54 GMT 2004
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-coldsync begins here ---
--- Makefile.orig	Fri Apr 12 10:09:58 2002
+++ Makefile	Sun Jun 23 09:25:14 2002
@@ -17,6 +17,7 @@
 RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm

 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes

 # The ColdSync.3 man page describes a Perl package. That's why it goes
 # in the Perl manpage directory.
@@ -37,7 +38,7 @@
 CONFIGURE_ARGS+=	--with-usb
 .if ${OSVERSION} >= 450000
 post-patch:
-	${PERL} -pi -e 's,udi\.(\S+),udi.udi_\1,g;' \
+	${REINPLACE_CMD} -e 's,udi\.(\S+),udi.udi_\1,g;' \
 		-e 's,ur\.(\S+),ur.ucr_\1,g;' \
 		${WRKSRC}/configure ${WRKSRC}/libpconn/PConnection_usb.c
 .endif
--- patch-coldsync ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Sun Jun 23 09:43:10 PDT 2002 
State-Changed-Why:  
committed, thanks 

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