From lizard@informatik.unibw-muenchen.de  Fri Jun 14 05:26:23 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 0906C37B409
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 05:26:22 -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 g5ECPhc06106
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 14:25:43 +0200 (MEST)
Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1])
	by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id CD2BB5A548
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jun 2002 14:25:42 +0200 (CEST)
Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001)
	id 100705A546; Fri, 14 Jun 2002 14:25:42 +0200 (CEST)
Message-Id: <20020614122542.100705A546@nemesis.informatik.unibw-muenchen.de>
Date: Fri, 14 Jun 2002 14:25:42 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39295
>Category:       ports
>Synopsis:       Update port: benchmarks/postal ${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 05:30:01 PDT 2002
>Closed-Date:    Mon Jul 08 03:25:42 PDT 2002
>Last-Modified:  Mon Jul 08 03:25:42 PDT 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/benchmarks/postal/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	9 Sep 2001 11:03:16 -0000	1.2
+++ Makefile	14 Jun 2002 12:23:29 -0000
@@ -20,6 +20,6 @@
 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>
>Release-Note:
>Audit-Trail:

From: Ying-Chieh Liao <ijliao@FreeBSD.ORG>
To: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39295: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
Date: Sat, 15 Jun 2002 02:39:05 +0800

 --k1lZvvs/B4yU6o8G
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 
 I think one mega-patch for one category is better :)
 -- 
 KISS : Keep It Simple, Stupid.
 
 --k1lZvvs/B4yU6o8G
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9CjhJrMYBZRHAI4IRAk1OAJwP5ppszo/7IMJcxGZlDS/ZlBSW3wCg+3kO
 lUN1IfggyDLLqb9WHEjeKDE=
 =S3Oh
 -----END PGP SIGNATURE-----
 
 --k1lZvvs/B4yU6o8G--
 

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: Ying-Chieh Liao <ijliao@FreeBSD.ORG>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39295: Update port: benchmarks/postal ${PERL} -> ${REINPLACE_CMD}
Date: Sun, 16 Jun 2002 12:13:13 +0200

 * 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
 

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/39295: Update port: benchmarks/postal  ->
Date: Thu, 20 Jun 2002 01:13:54 +0200

 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>
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Jul 8 03:25:33 PDT 2002 
State-Changed-Why:  
committed, thanks 

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