From sf@dsinw.com  Fri Jun 28 15:49:19 2002
Return-Path: <sf@dsinw.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C00FC37B407
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:49:19 -0700 (PDT)
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC11B43FE0
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:32:11 -0700 (PDT)
	(envelope-from sf@dsinw.com)
Received: from ivymike.foo.kom (17-054.021.popsite.net [198.79.104.54])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5SMU8m20842
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:30:08 -0700
Message-Id: <20020628153119.A56141-100000@ivymike.foo.kom>
Date: Fri, 28 Jun 2002 15:31:58 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/astro  ${PERL} -> ${REINPLACE_CMD}

>Number:         39962
>Category:       ports
>Synopsis:       ports/astro  ${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:   Fri Jun 28 15:50:01 PDT 2002
>Closed-Date:    Sun Nov 03 10:12:19 PST 2002
>Last-Modified:  Sun Nov 03 10:12:19 PST 2002
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	${PERL} -> ${REINPLACE_CMD}
>How-To-Repeat:
>Fix:

--- patch-pyweather begins here ---
--- Makefile.orig	Mon Apr 29 04:24:29 2002
+++ Makefile	Fri Jun 28 14:31:28 2002
@@ -14,11 +14,12 @@

 MAINTAINER=	ports@FreeBSD.org

+USE_REINPLACE=	yes
 USE_PYTHON=	yes
 NO_BUILD=	yes

 post-patch:
-	@${PERL} -pi -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
+	@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
 		s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py

 do-install:
--- patch-pyweather ends here ---

--- patch-xephem begins here ---
--- Makefile.orig	Tue Jan 29 01:33:24 2002
+++ Makefile	Fri Jun 28 14:36:39 2002
@@ -16,6 +16,7 @@

 WRKSRC=		${WRKDIR}/${DISTNAME}/GUI/xephem

+USE_REINPLACE=	yes
 USE_MOTIF=	yes
 USE_IMAKE=	yes
 MAN1=		xephem.1
@@ -24,7 +25,7 @@
 LIBIPSRC=	${WRKDIR}/${DISTNAME}/libip

 post-patch:
-	@${PERL} -pi -e 's|CC =|CC?=|g ; \
+	@${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \
 		 s|CFLAGS=|CFLAGS+=|g ; \
 		 s|-O2 ||g' ${LIBASTROSRC}/Makefile ${LIBIPSRC}/Makefile
--- patch-xephem ends here ---


>Release-Note:
>Audit-Trail:

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/39962: ports/astro  ${PERL} -> ${REINPLACE_CMD}
Date: Sat, 29 Jun 2002 08:37:01 +0200

 This fix has been submitted already as follow-up to  Problem Report ports/39275.
 
 Committer: Please commit either PR ports/39275 or this one and close
 both after that.
 
 Regards,
          Olli
 -- 
 IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/
 Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@
 FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________
 GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sun Nov 3 10:12:07 PST 2002 
State-Changed-Why:  
All Changes are now in the Repository, thanks 

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