From lizard@informatik.unibw-muenchen.de  Fri Jun 14 02:02:25 2002
Return-Path: <lizard@informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (unknown [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id 3929237B425
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 02:02:24 -0700 (PDT)
Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30])
	by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g5E90Tc28007
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 11:00:29 +0200 (MEST)
Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1])
	by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 358FD5A548
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 11:00:28 +0200 (CEST)
Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 667AF5A546; Fri, 14 Jun 2002 11:00:27 +0200 (CEST)
Message-Id: <20020614090027.667AF5A546@nemesis.informatik.unibw-muenchen.de>
Date: Fri, 14 Jun 2002 11:00:27 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: comms/hylafax ${PERL} -> ${REINPLACE_CMD}
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39262
>Category:       ports
>Synopsis:       Update port: comms/hylafax ${PERL} -> ${REINPLACE_CMD}
>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:   Fri Jun 14 02:10:01 PDT 2002
>Closed-Date:    Thu Jun 27 13:32:54 GMT 2002
>Last-Modified:  Thu Jun 27 13:32:54 GMT 2002
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/hylafax/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	30 Mar 2002 14:33:20 -0000	1.46
+++ Makefile	14 Jun 2002 09:00:05 -0000
@@ -73,7 +73,7 @@
 
 .if ${LOCALBASE} != /usr/local
 post-patch:
-	${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \
+	${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \
 		`find work/hylafax-4.1 -type f -print0 | \
 			xargs -0 fgrep -l --mmap /usr/local`
 .endif
>Release-Note:
>Audit-Trail:

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/39262: Update port: comms/hylafax  ->
Date: Wed, 19 Jun 2002 23:18:52 +0200

 add USE_REINPLACE= yes
 
 Regards,
          Olli
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/comms/hylafax/Makefile,v
 retrieving revision 1.46
 diff -u -r1.46 Makefile
 --- Makefile	2002/03/30 14:33:20	1.46
 +++ Makefile	2002/06/19 21:18:11
 @@ -34,6 +34,7 @@
  .endif
  MAKE_ARGS+=	OPTIMIZER="" -EOPTIMIZER
  
 +USE_REINPLACE=	yes
  HAS_CONFIGURE=	yes
  CONFIGURE_ENV=	ENVOPTS="${CFLAGS}"
  
 @@ -73,7 +74,7 @@
  
  .if ${LOCALBASE} != /usr/local
  post-patch:
 -	${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \
 +	${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \
  		`find work/hylafax-4.1 -type f -print0 | \
  			xargs -0 fgrep -l --mmap /usr/local`
  .endif
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Thu Jun 27 13:32:30 GMT 2002 
State-Changed-Why:  
Committed, Thanks! 

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