Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 09:28:04 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39704: ports/palm/coldsync  ${PERL} -> ${REINPLACE_CMD}
Message-ID:  <20020623092656.U99045-100000@ivymike.satan.kom>

next in thread | raw e-mail | index | archive | help

>Number:         39704
>Category:       ports
>Synopsis:       ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 09:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>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:
>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?20020623092656.U99045-100000>